diff --git a/python-zipp.spec b/python-zipp.spec index 3ca4562..40e9f16 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,6 +1,6 @@ Name: python-zipp -Version: 3.4.1 -Release: 1mamba +Version: 3.7.0 +Release: 2mamba Summary: A pathlib-compatible Zipfile object wrapper Group: System/Libraries Vendor: openmamba @@ -39,11 +39,26 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%dir %{python_sitearch}/zipp-%{version}-py*.egg-info -%{python_sitearch}/zipp-%{version}-py*.egg-info/* +%dir %{python_sitearch}/zipp-*-py*.egg-info +%{python_sitearch}/zipp-*-py*.egg-info/* %doc LICENSE %changelog +* Wed Jan 26 2022 Silvan Calarco 3.7.0-2mamba +- rebuilt (with updated setuptools) to fix 0.0 version + +* Fri Dec 31 2021 Automatic Build System 3.7.0-1mamba +- automatic version update by autodist + +* Thu Sep 30 2021 Automatic Build System 3.6.0-1mamba +- automatic version update by autodist + +* Wed Sep 29 2021 Automatic Build System 3.5.1-1mamba +- automatic version update by autodist + +* Sun Jul 18 2021 Automatic Build System 3.5.0-1mamba +- automatic version update by autodist + * Sat Mar 20 2021 Automatic Build System 3.4.1-1mamba - automatic version update by autodist