update to 2024.7.2 [release 2024.7.2-1mamba;Sun Jul 21 2024]

This commit is contained in:
Silvan Calarco 2024-07-22 10:42:57 +02:00
parent bcf57a4660
commit 5a814bef55

View File

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