automatic version update by autodist [release 3.10.0-1mamba;Thu Oct 27 2022]

This commit is contained in:
Automatic Build System 2024-01-05 16:56:17 +01:00
parent 20986d9453
commit bc40164dfe

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-zipp
Version: 3.9.0
Version: 3.10.0
Release: 1mamba
Summary: A pathlib-compatible Zipfile object wrapper
Group: System/Libraries
@ -35,11 +35,14 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%defattr(-,root,root)
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%{python_sitelib}/%{pkgname}.py
%{python_sitelib}/__pycache__/zipp.cpython*.pyc
%dir %{python_sitelib}/%{pkgname}
%{python_sitelib}/%{pkgname}/*
%doc LICENSE
%changelog
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
- automatic version update by autodist
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
- automatic version update by autodist