!4 Update classifiers
From: @cao-fei8 Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
335a9e988e
32
0001-Update-classifiers.patch
Normal file
32
0001-Update-classifiers.patch
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
From 2695d29743536ec632ead0aeec1ac1b4faf4b5a5 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Hugo <hugovk@users.noreply.github.com>
|
||||||
|
Date: Thu, 12 Oct 2017 23:24:29 +0300
|
||||||
|
Subject: [PATCH] Update classifiers
|
||||||
|
|
||||||
|
---
|
||||||
|
setup.py | 8 ++++++++
|
||||||
|
1 file changed, 8 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/setup.py b/setup.py
|
||||||
|
index 56612d0..d582dfd 100755
|
||||||
|
--- a/setup.py
|
||||||
|
+++ b/setup.py
|
||||||
|
@@ -39,7 +39,15 @@ setup(name='extras',
|
||||||
|
"Intended Audience :: Developers",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Programming Language :: Python",
|
||||||
|
+ "Programming Language :: Python :: 2",
|
||||||
|
+ "Programming Language :: Python :: 2.6",
|
||||||
|
+ "Programming Language :: Python :: 2.7",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
+ "Programming Language :: Python :: 3.3",
|
||||||
|
+ "Programming Language :: Python :: 3.4",
|
||||||
|
+ "Programming Language :: Python :: 3.5",
|
||||||
|
+ "Programming Language :: Python :: Implementation :: CPython",
|
||||||
|
+ "Programming Language :: Python :: Implementation :: PyPy",
|
||||||
|
],
|
||||||
|
packages=[
|
||||||
|
'extras',
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,10 +1,11 @@
|
|||||||
Name: python-extras
|
Name: python-extras
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: A set of extensions to the python standard library
|
Summary: A set of extensions to the python standard library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/testing-cabal/extras
|
URL: https://github.com/testing-cabal/extras
|
||||||
Source0: https://pypi.io/packages/source/e/extras/extras-%{version}.tar.gz
|
Source0: https://pypi.io/packages/source/e/extras/extras-%{version}.tar.gz
|
||||||
|
Patch6000: 0001-Update-classifiers.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,6 +38,9 @@ rm -vrf *.egg-info
|
|||||||
%{python3_sitelib}/extras-*.egg-info/
|
%{python3_sitelib}/extras-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2023 caofei <caofei@xfusion.com> - 1.0.0-8
|
||||||
|
- Update classifiers
|
||||||
|
|
||||||
* Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.0.0-7
|
* Mon Aug 10 2020 lingsheng <lingsheng@huawei.com> - 1.0.0-7
|
||||||
- Remove python2-extras subpackage
|
- Remove python2-extras subpackage
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user