diff --git a/python-trove-classifiers.spec b/python-trove-classifiers.spec index a3a59d2..5373ed4 100644 --- a/python-trove-classifiers.spec +++ b/python-trove-classifiers.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-trove-classifiers -Version: 2024.4.10 +Version: 2024.7.2 Release: 1mamba Summary: Canonical source for classifiers on PyPI (pypi.org) Group: System/Libraries @@ -8,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/pypa/trove-classifiers -Source: https://pypi.debian.net/trove-classifiers/trove-classifiers-%{version}.tar.gz +Source: https://pypi.debian.net/trove-classifiers/trove_classifiers-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -25,7 +25,7 @@ BuildRequires: python-calver-py310 %endif %prep -%setup -q -n trove-classifiers-%{version} +%setup -q -n trove_classifiers-%{version} %build CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel @@ -50,6 +50,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %doc LICENSE %changelog +* Sun Jul 21 2024 Silvan Calarco 2024.7.2-1mamba +- update to 2024.7.2 + * Wed Apr 10 2024 Automatic Build System 2024.4.10-1mamba - automatic version update by autodist