diff --git a/0001-Update-classifiers.patch b/0001-Update-classifiers.patch new file mode 100644 index 0000000..eaa693c --- /dev/null +++ b/0001-Update-classifiers.patch @@ -0,0 +1,32 @@ +From 2695d29743536ec632ead0aeec1ac1b4faf4b5a5 Mon Sep 17 00:00:00 2001 +From: Hugo +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 + diff --git a/python-extras.spec b/python-extras.spec index 61a8d52..f140319 100644 --- a/python-extras.spec +++ b/python-extras.spec @@ -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 - 1.0.0-8 +- Update classifiers + * Mon Aug 10 2020 lingsheng - 1.0.0-7 - Remove python2-extras subpackage