diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec index 0818ae8f837a3e2e51beaf97bc42498426f649d1..2439c15312341e790efdf0690df2e3c0fc6a8e52 100644 --- a/python-trove-classifiers.spec +++ b/python-trove-classifiers.spec @@ -1,19 +1,22 @@ %global _empty_manifest_terminate_build 0 Name: python-trove-classifiers -Version: 2023.10.18 +Version: 2025.9.11.17 Release: 1 Summary: Canonical source for classifiers on PyPI (pypi.org). License: Apache-2.0 URL: https://github.com/pypa/trove-classifiers -Source0: https://files.pythonhosted.org/packages/5b/fa/49b6a09e4f389d4d9406d2947a685de1462ffb676ea6e61c50905e27b0f4/trove-classifiers-2023.10.18.tar.gz +Source0: https://files.pythonhosted.org/packages/ca/9a/778622bc06632529817c3c524c82749a112603ae2bbcf72ee3eb33a2c4f1/trove_classifiers-2025.9.11.17.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -BuildRequires: python3-pip +BuildRequires: python3-pbr +BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling +BuildRequires: python3-calver +# for test +BuildRequires: python3-pytest %description Canonical source for classifiers on PyPI (pypi.org). @@ -35,7 +38,11 @@ Provides: python3-trove-classifiers-doc Development documents and examples for trove-classifiers. %prep -%autosetup -n trove-classifiers-%{version} +%autosetup -n trove_classifiers-%{version} + +# Make the the CLI tests work in %%check +# https://github.com/pypa/trove-classifiers/issues/219 +sed -i 's@{BINDIR}/@@' tests/test_cli.py %build %pyproject_build @@ -48,9 +55,13 @@ if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +%check +%pytest -- -vv + %files -n python3-trove-classifiers %doc README.md %license LICENSE +%{_bindir}/trove-classifiers %{python3_sitelib}/trove_classifiers %{python3_sitelib}/trove_classifiers*.dist-info/ @@ -59,5 +70,43 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Sep 18 2025 wuzhaomin - 2025.9.11.17-1 +- Update package with version 2025.9.11.17 +- Add support for Odoo 19.0 in classifiers + +* Thu Jul 17 2025 Dongxing Wang - 2025.5.9.12-1 +- Update package to version 2025.5.9.12 and fix build error for setuptools 78.1.1 + Add trove classifier for GraalPython + feat: add free-threading classifiers + refactor: add numbers to force correct sort + Add several missing languages + Add Trove classifier for Python 3.15 + Don't assume basename of sys.executable is "python" + Add entry point to enable installing with pipx or uvx + Add classifier for Wagtail 7 + add __all__ to declare public API + Add Pyodide framework + Remove unused and "Voluntarily retired" licenses + Add upcoming django CMS version + Fix out-of-order placement of "quantum computing" + +* Thu Nov 07 2024 caiyuxin - 2024.10.21.16-1 +- Update package to version 2024.10.21.16 + * update calver to include hour + * Add Django trove classifiers for 5 and upcoming 5.2 release. + +* Sat Sep 21 2024 xuhe - 2024.9.12-1 +- Update version to 2024.9.12 +- Add Odoo 18 trove classifier. + +* Wed Jul 24 2024 kywqs - 2024.7.2-1 +- update version to 2024.7.2 +- Add CUDA 12.3-12.5 classifiers +- Add Trove classifier for Django 5.1 + +* Mon Apr 22 2024 zhaojingyu - 2024.1.8-1 +- update package to version 2024.1.8 +- Added classifiers for Controller Area Network + * Thu Nov 2 2023 Dongxing Wang - 2023.10.18-1 - Init package diff --git a/trove-classifiers-2023.10.18.tar.gz b/trove-classifiers-2023.10.18.tar.gz deleted file mode 100644 index aa3b73c6a1b396d625d4ad56c624d71e1fcc18b1..0000000000000000000000000000000000000000 Binary files a/trove-classifiers-2023.10.18.tar.gz and /dev/null differ diff --git a/trove_classifiers-2025.9.11.17.tar.gz b/trove_classifiers-2025.9.11.17.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ffd84f4e9ce23142fab36adbe1be78a2fbfeb753 Binary files /dev/null and b/trove_classifiers-2025.9.11.17.tar.gz differ