!47 [sync] PR-35: Added Python 3.4-3.7 language classifiers
From: @openeuler-sync-bot Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
42fc94fc7b
29
0003-Added-Python-3.4-3.7-language-classifiers.patch
Normal file
29
0003-Added-Python-3.4-3.7-language-classifiers.patch
Normal file
@ -0,0 +1,29 @@
|
||||
From b0ce05c2a9e6a3e1ff01c5cbd18f7806df5bf7d6 Mon Sep 17 00:00:00 2001
|
||||
From: Marcel Hellkamp <marc@gsites.de>
|
||||
Date: Sat, 1 Dec 2018 18:26:43 +0100
|
||||
Subject: [PATCH] Added Python 3.4-3.7 language classifiers
|
||||
|
||||
---
|
||||
setup.py | 7 ++++---
|
||||
1 file changed, 4 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 84ba762..a03d320 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -36,8 +36,9 @@ setup(name='bottle',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
+ 'Programming Language :: Python :: 3.4',
|
||||
+ 'Programming Language :: Python :: 3.5',
|
||||
+ 'Programming Language :: Python :: 3.6',
|
||||
+ 'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
)
|
||||
-
|
||||
-
|
||||
-
|
||||
--
|
||||
2.39.0.windows.2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: python-bottle
|
||||
Version: 0.12.13
|
||||
Release: 12
|
||||
Release: 13
|
||||
Summary: WSGI micro web-framework for Python.
|
||||
License: MIT
|
||||
URL: https://github.com/bottlepy/bottle
|
||||
@ -10,6 +10,7 @@ Patch0000: CVE-2020-28473.patch
|
||||
Patch0001: CVE-2022-31799.patch
|
||||
Patch0002: 0001-fix-1065-gevent-1.3.0-removes-fast-wsgi-implementati.patch
|
||||
Patch0003: 0002-Fix-930-DeprecationWarning-Flags-not-at-the-start-of.patch
|
||||
Patch0004: 0003-Added-Python-3.4-3.7-language-classifiers.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
|
||||
@ -47,6 +48,9 @@ sed -i '/^#!/d' bottle.py
|
||||
%exclude %{_bindir}/bottle.py
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.12.13-13
|
||||
- Added Python 3.4-3.7 language classifiers
|
||||
|
||||
* Wed Nov 22 2023 zhangliangpengkun<zhangliangpengkun@xfusion.com> - 0.12.13-12
|
||||
- Fix #930: DeprecationWarning: Flags not at the start of the expression
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user