!48 Update setup.py
From: @zhang-liang-pengkun Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
d68d257e74
25
0004-Update-setup.py.patch
Normal file
25
0004-Update-setup.py.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From d9f9b3006e81807847c370e6794f524d594c6957 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Bengt=20L=C3=BCers?= <Bengt.Lueers@gmail.com>
|
||||
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
|
||||
|
||||
@ -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<zhangliangpengkun@xfusion.com> - 0.4.14-8
|
||||
- Update setup.py
|
||||
|
||||
* Thu Oct 23 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.4.14-7
|
||||
- Update switch_ppc_aix.h
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user