diff --git a/python-backports_tarfile.spec b/python-backports_tarfile.spec index 28d8c31..8843f5c 100644 --- a/python-backports_tarfile.spec +++ b/python-backports_tarfile.spec @@ -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 1.1.1-1mamba +- automatic version update by autodist + * Tue Apr 16 2024 Silvan Calarco 1.1.0-1mamba - package created using the webbuild interface