update to 75.6.0.20241126 [release 75.6.0.20241126-1mamba;Thu Nov 28 2024]

This commit is contained in:
Silvan Calarco 2024-11-28 18:28:23 +01:00
parent 96d8abb4d7
commit ca12aa6c3a

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-types-setuptools
Version: 75.5.0.20241119
Version: 75.6.0.20241126
Release: 1mamba
Summary: Typing stubs for setuptools
Group: System/Libraries
@ -8,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/python/typeshed
Source: https://pypi.debian.net/types-setuptools/types-setuptools-%{version}.tar.gz
Source: https://pypi.debian.net/types-setuptools/types_setuptools-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
@ -23,7 +23,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n types-setuptools-%{version}
%setup -q -n types_setuptools-%{version}
%build
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
@ -51,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/pkg_resources-stubs/*
%changelog
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 75.6.0.20241126-1mamba
- update to 75.6.0.20241126
* Tue Nov 19 2024 Automatic Build System <autodist@openmamba.org> 75.5.0.20241119-1mamba
- automatic version update by autodist