From 091c3e19526b1105fdac071fb5db54a64e14f6d2 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Aug 25 2021 15:23:23 +0000 Subject: improve Python 3 compatibility, rhbz#1926091 --- diff --git a/python-test_server.spec b/python-test_server.spec index 93e03e8..d8a7385 100644 --- a/python-test_server.spec +++ b/python-test_server.spec @@ -4,14 +4,16 @@ Name: python-%{modname} Version: 0.0.31 -Release: 13%{?dist} +Release: 14%{?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 +# improve Python 3 compatibility +Patch0: %{url}/commit/3df9b437630789d0515ce8a9999cf97bf3b30536.patch # https://github.com/Anorov/PySocks/issues/117 -Patch0: %{modname}-deprecated-params.patch +Patch10: %{modname}-deprecated-params.patch BuildArch: noarch BuildRequires: python3-devel @@ -81,6 +83,9 @@ rm -fv docs/html/.build* %changelog +* Wed Aug 25 2021 Raphael Groner - 0.0.31-14 +- improve Python 3 compatibility, rhbz#1926091 + * Fri Jul 23 2021 Fedora Release Engineering - 0.0.31-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild