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