14
0

- Update to 2024.10.21.16:

* Chore: update calver to include hour (#191)
  * Add Django trove classifiers for 5 and upcoming 5.2 release. (#193)
  * Chore: update github actions (#192)
  * Update CMU to include SPDX in parentheses (#190)
  * Add classifier for MIT-CMU licence (#189)
  * Add Odoo 18 trove classifier (#187)
  * Add CUDA 12.3-12.5 classifiers (#182)
  * Add Blue Oak Model License (#181)
  * Add Trove classifier for Django 5.1 (#179)
  * Add Trove classifier for Python 3.14 (#178)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-trove-classifiers?expand=0&rev=27
This commit is contained in:
2024-11-12 01:31:46 +00:00
committed by Git OBS Bridge
parent 2263b29229
commit 57541a5fc7
4 changed files with 22 additions and 7 deletions

View File

@@ -27,12 +27,12 @@
%{?sle15_python_module_pythons}
Name: python-trove-classifiers%{?psuffix}
Version: 2024.4.10
Version: 2024.10.21.16
Release: 0
Summary: Canonical source for classifiers on PyPI
License: Apache-2.0
URL: https://github.com/pypa/trove-classifiers
Source: https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove_classifiers-%{version}.tar.gz
BuildRequires: %{python_module calver}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -49,7 +49,7 @@ BuildArch: noarch
Classifiers categorize projects per PEP 301. Use this package to validate classifiers in packages for PyPI upload or download.
%prep
%setup -q -n trove-classifiers-%{version}
%setup -q -n trove_classifiers-%{version}
%if !%{with test}
%build
@@ -70,7 +70,7 @@ Classifiers categorize projects per PEP 301. Use this package to validate classi
%doc README.md
%license LICENSE
%{python_sitelib}/trove_classifiers
%{python_sitelib}/trove_classifiers-%{version}*-info
%{python_sitelib}/trove_classifiers-%{version}.dist-info
%endif
%changelog