From 7afffcb3d680b915901d514be2312f8cdc77fb03 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 25 Apr 2024 23:50:15 +0200 Subject: [PATCH] automatic version update by autodist [release 1.1.1-1mamba;Thu Apr 25 2024] --- python-backports_tarfile.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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