From 6043e845b6b68fa26e56de4f75e02d2b8cc48699 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Mon, 26 Apr 2021 20:12:35 +1000 Subject: [PATCH 1/5] update to 21.1.2 --- .gitignore | 1 + python-gevent.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1f05c91..aba8dfa 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ gevent-0.13.0.tar.gz /gevent-20.6.0.tar.gz /gevent-20.6.1.tar.gz /gevent-20.9.0.tar.gz +/gevent-21.1.2.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index 95766bf..e6d349e 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,8 +3,8 @@ %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-%{modname} -Version: 20.9.0 -Release: 2%{?dist} +Version: 21.1.2 +Release: 1%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -94,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Mon Apr 26 2021 Dan Callaghan - 21.1.2-1 +- new upstream bug fix release 21.1.2 + * Wed Jan 27 2021 Fedora Release Engineering - 20.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index fdb00ce..b852880 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gevent-20.9.0.tar.gz) = 966efc945b623df2521fffadca3b7e56cae1efe6de904a724765e0593389e8b1305094baa6fbc9f4fa376b1157d0f230b01e2a90de21e4b9650614363edec9f4 +SHA512 (gevent-21.1.2.tar.gz) = 1ee2b748a97fa40f67ad2c3b83c6b9f48dbfaae9f2b4f1c118919cfd642c1ca27de0e33a00d950f003f90131354b56a4868ce3051864dbe2ea9b7f22eeafc1eb From 266acc343d71bcadbd847f7b2960ec1dc58f13e4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 12:51:27 +0200 Subject: [PATCH 2/5] Rebuilt for Python 3.10 --- python-gevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index e6d349e..add1540 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 21.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -94,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Fri Jun 04 2021 Python Maint - 21.1.2-2 +- Rebuilt for Python 3.10 + * Mon Apr 26 2021 Dan Callaghan - 21.1.2-1 - new upstream bug fix release 21.1.2 From 114bdce017a8a7dc7acb40136f11ab197f216e78 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 06:33:22 +0000 Subject: [PATCH 3/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index add1540..1d08ab6 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 21.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -94,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 21.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 21.1.2-2 - Rebuilt for Python 3.10 From 7f60bd3c51070203c643396ea4501ae81fc0c4d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jan 2022 12:22:16 +0000 Subject: [PATCH 4/5] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gevent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 1d08ab6..f2cdebf 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 21.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -94,6 +94,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Fri Jan 21 2022 Fedora Release Engineering - 21.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 21.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 8da351f93e2f3ed34b8ea07d6d0dc48063eb1601 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 6 Mar 2022 12:45:24 -0700 Subject: [PATCH 5/5] Update to 21.12.0 Add BR zope-event --- .gitignore | 1 + python-gevent.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aba8dfa..4088ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ gevent-0.13.0.tar.gz /gevent-20.6.1.tar.gz /gevent-20.9.0.tar.gz /gevent-21.1.2.tar.gz +/gevent-21.12.0.tar.gz diff --git a/python-gevent.spec b/python-gevent.spec index f2cdebf..5da01e9 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,8 +3,8 @@ %global optflags %(echo %{optflags} -I%{_includedir}/libev) Name: python-%{modname} -Version: 21.1.2 -Release: 4%{?dist} +Version: 21.12.0 +Release: 1%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -39,6 +39,7 @@ BuildRequires: python3-setuptools # For tests BuildRequires: python3-dns BuildRequires: python3-psutil +BuildRequires: python3-zope-event BuildRequires: python3-zope-interface Requires: python3-greenlet >= 0.4.17 @@ -94,6 +95,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Sun Mar 06 2022 Orion Poplawski - 21.12.0-1 +- Update to 21.12.0 + * Fri Jan 21 2022 Fedora Release Engineering - 21.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index b852880..74da035 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (gevent-21.1.2.tar.gz) = 1ee2b748a97fa40f67ad2c3b83c6b9f48dbfaae9f2b4f1c118919cfd642c1ca27de0e33a00d950f003f90131354b56a4868ce3051864dbe2ea9b7f22eeafc1eb +SHA512 (gevent-21.12.0.tar.gz) = 805ddb475281b6c4c46cdf5a714915b6612512745121e7b153f3d33f3460135efa4994e0ff1601402d4f7b80d285cbfdc0d5d93799fbeb8ddbf2a52888cd91ad