From bc40164dfeea6212e1f8a0ef72f1e6407d28ead6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:56:17 +0100 Subject: [PATCH] automatic version update by autodist [release 3.10.0-1mamba;Thu Oct 27 2022] --- python-zipp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-zipp.spec b/python-zipp.spec index a21ac8d..38e5cbf 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -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 3.10.0-1mamba +- automatic version update by autodist + * Sun Oct 09 2022 Automatic Build System 3.9.0-1mamba - automatic version update by autodist