diff --git a/python-test_server.spec b/python-test_server.spec index 7ddd76c..77f426b 100644 --- a/python-test_server.spec +++ b/python-test_server.spec @@ -4,12 +4,14 @@ Name: python-%{modname} Version: 0.0.31 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Server to test HTTP clients, written in Python License: MIT URL: https://github.com/lorien/%{modname} Source0: %{url}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz +# https://github.com/Anorov/PySocks/issues/117 +Patch0: %{modname}-deprecated-params.patch BuildArch: noarch BuildRequires: python3-devel @@ -44,7 +46,7 @@ Summary: Documentation files for %{modname} %prep -%autosetup -n %{modname}-%{version} +%autosetup -p1 -n%{modname}-%{version} %build %py3_build @@ -79,6 +81,12 @@ rm -fv docs/html/.build* %changelog +* Thu Nov 01 2018 Raphael Groner - 0.0.31-4 +- rebuilt + +* Thu Nov 01 2018 Raphael Groner - 0.0.31-3 +- rebuilt + * Sat Oct 06 2018 Raphael Groner - 0.0.31-2 - replace python3 version macro with concrete value, currently no plan for epel7 - use binary suffix for sphinx due to weird error with mock