Update classifiers

Signed-off-by: lb1107039128 <liubo1@xfusion.com>
This commit is contained in:
lb1107039128 2024-01-26 15:58:43 +08:00
parent d4c6798025
commit aef16626cc
2 changed files with 40 additions and 1 deletions

View File

@ -0,0 +1,35 @@
From cf605c0994149b1a1936b3a8a597203fe3fbb62e Mon Sep 17 00:00:00 2001
From: Hugo <hugovk@users.noreply.github.com>
Date: Mon, 15 Oct 2018 20:26:52 +0300
Subject: [PATCH] Update classifiers (#32)
* Update classifiers
* Update classifiers
---
setup.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/setup.py b/setup.py
index 3e3e89c..5c34b21 100755
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,15 @@ setup(
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
classifiers=[
"Programming Language :: Python",
+ "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
--
2.42.0.windows.2

View File

@ -1,6 +1,6 @@
Name: python-mimeparse Name: python-mimeparse
Version: 1.6.0 Version: 1.6.0
Release: 10 Release: 11
Summary: Python module for handling mime-types. Summary: Python module for handling mime-types.
License: MIT License: MIT
URL: https://github.com/dbtsai/python-mimeparse URL: https://github.com/dbtsai/python-mimeparse
@ -9,6 +9,7 @@ BuildArch: noarch
Patch0001: 0001-Add-license-to-the-setup.py-35.patch Patch0001: 0001-Add-license-to-the-setup.py-35.patch
Patch0002: 0001-Add-python_requires-to-help-pip-34.patch Patch0002: 0001-Add-python_requires-to-help-pip-34.patch
Patch0003: 0001-Update-classifiers-32.patch
%description %description
This module provides basic functions for handling mime-types. This module provides basic functions for handling mime-types.
@ -59,6 +60,9 @@ It can handle matching mime-types against a list of media-ranges.
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Fri Jan 26 2024 liubo <liubo1@xfusion.com> - 1.6.0-11
- Update classifiers
* Tue Dec 26 2023 liubo <liubo1@xfusion.com> - 1.6.0-10 * Tue Dec 26 2023 liubo <liubo1@xfusion.com> - 1.6.0-10
- Add python_requires to help pip (#34) - Add python_requires to help pip (#34)