diff --git a/0004-Update-setup.py.patch b/0004-Update-setup.py.patch new file mode 100644 index 0000000000000000000000000000000000000000..07b8bbd3a300c40301e2a5a0dfd155b4495c66c5 --- /dev/null +++ b/0004-Update-setup.py.patch @@ -0,0 +1,25 @@ +From d9f9b3006e81807847c370e6794f524d594c6957 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Bengt=20L=C3=BCers?= +Date: Tue, 4 Feb 2020 22:19:57 +0100 +Subject: [PATCH] Update setup.py + +Document Python 3.8 compatibility achieved with #152 to be enable #151. +--- + setup.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/setup.py b/setup.py +index a0b66f6..f2b39e0 100755 +--- a/setup.py ++++ b/setup.py +@@ -101,6 +101,7 @@ setup( + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ++ 'Programming Language :: Python :: 3.8', + 'Operating System :: OS Independent', + 'Topic :: Software Development :: Libraries :: Python Modules'], + **setuptools_args) +-- +2.39.0.windows.2 + diff --git a/python-greenlet.spec b/python-greenlet.spec index 7a1b8964634f0cd33be306ee69ba33780ffd6dea..d175a56faad9a7f18e5a9e994898509c147192b7 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -1,6 +1,6 @@ Name: python-greenlet Version: 0.4.14 -Release: 7 +Release: 8 Summary: lightweight coroutines for in-process concurrent programming License: MIT URL: https://github.com/python-greenlet/greenlet @@ -8,6 +8,7 @@ Source0: https://github.com/python-greenlet/greenlet/archive/0.4.14.tar. Patch0001: 0001-Add-support-for-RISC-V.patch Patch0002: 0002-Workaround-a-gcc-bug-using-manual-save-restore-of-r3.patch Patch0003: 0003-Update-switch_ppc_aix.h.patch +Patch0004: 0004-Update-setup.py.patch BuildRequires: python2-devel python2-setuptools python3-devel python3-setuptools BuildRequires: gcc-c++ @@ -86,6 +87,9 @@ that use python3-greenlet. %{_includedir}/python%{python3_version}*/greenlet/ %changelog +* Thu Dec 28 2023 zhangliangpengkun - 0.4.14-8 +- Update setup.py + * Thu Oct 23 2023 zhangliangpengkun - 0.4.14-7 - Update switch_ppc_aix.h