automatic version update by autodist [release 1.1.1-1mamba;Thu Apr 25 2024]

This commit is contained in:
Automatic Build System 2024-04-25 23:50:15 +02:00
parent ff6b5c5bbd
commit 7afffcb3d6

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr _ .)
Name: python-backports_tarfile
Version: 1.1.0
Version: 1.1.1
Release: 1mamba
Summary: Backport of CPython tarfile module
Group: System/Libraries
@ -44,8 +44,13 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
%dir %{python_sitelib}/backports/tarfile
%{python_sitelib}/backports/tarfile/*
%{python3_sitelib}/backports/__init__.py
%{python3_sitelib}/backports/__pycache__/__init__.cpython-*.pyc
%doc LICENSE
%changelog
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 1.1.1-1mamba
- automatic version update by autodist
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- package created using the webbuild interface