!4 Update classifiers

From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-07-19 01:26:02 +00:00 committed by Gitee
commit 335a9e988e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 37 additions and 1 deletions

View 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

View File

@ -1,10 +1,11 @@
Name: python-extras
Version: 1.0.0
Release: 7
Release: 8
Summary: A set of extensions to the python standard library
License: MIT
URL: https://github.com/testing-cabal/extras
Source0: https://pypi.io/packages/source/e/extras/extras-%{version}.tar.gz
Patch6000: 0001-Update-classifiers.patch
BuildArch: noarch
%description
@ -37,6 +38,9 @@ rm -vrf *.egg-info
%{python3_sitelib}/extras-*.egg-info/
%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
- Remove python2-extras subpackage