From fadbe4f50581f2cc9afdb8d315b28403f4d461fc Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:56:32 +0100 Subject: [PATCH] py37 legacy package [release 3.15.0-4mamba;Tue Nov 14 2023] --- README.md | 2 + python-zipp-py37.spec | 113 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 python-zipp-py37.spec diff --git a/README.md b/README.md index ed81f26..4868b93 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-zipp-py37 +A pathlib-compatible Zipfile object wrapper. + diff --git a/python-zipp-py37.spec b/python-zipp-py37.spec new file mode 100644 index 0000000..f369eff --- /dev/null +++ b/python-zipp-py37.spec @@ -0,0 +1,113 @@ +%define pkgname zipp +Name: python-zipp-py37 +Version: 3.15.0 +Release: 4mamba +Summary: A pathlib-compatible Zipfile object wrapper +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: https://pypi.org/project/zipp/ +Source: https://pypi.debian.net/zipp/zipp-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: libpython37-devel +## AUTOBUILDREQ-END +BuildRequires: libpython37-devel + +%description +%{summary}. + +%prep +%setup -q -n zipp-%{version} + +%build +CFLAGS="%{optflags}" %{__python37} -m build --no-isolation --wheel + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python37} -m installer --destdir=%{buildroot} dist/*.whl + +%files +%defattr(-,root,root) +%dir %{python37_sitelib}/%{pkgname}-%{version}.dist-info +%{python37_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python37_sitelib}/%{pkgname} +%{python37_sitelib}/%{pkgname}/* +%doc LICENSE + +%changelog +* Tue Nov 14 2023 Silvan Calarco 3.15.0-4mamba +- py37 legacy package + +* Sat Sep 23 2023 Silvan Calarco 3.15.0-3mamba +- rebuilt with python3 = 3.11.5 + +* Fri Apr 07 2023 Sdk Build System 3.15.0-2mamba +- rebuilt with python 3.10 + +* Sat Feb 25 2023 Automatic Build System 3.15.0-1mamba +- automatic version update by autodist + +* Sat Feb 18 2023 Automatic Build System 3.14.0-1mamba +- automatic version update by autodist + +* Fri Feb 10 2023 Automatic Build System 3.13.0-1mamba +- automatic version update by autodist + +* Tue Feb 07 2023 Automatic Build System 3.12.1-1mamba +- automatic version update by autodist + +* Sat Jan 28 2023 Automatic Build System 3.12.0-1mamba +- automatic version update by autodist + +* Sat Nov 26 2022 Automatic Build System 3.11.0-1mamba +- automatic version update by autodist + +* 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 + +* Fri Oct 07 2022 Automatic Build System 3.8.1-1mamba +- automatic version update by autodist + +* 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 + +* Thu Mar 18 2021 Silvan Calarco 3.4.0-2mamba +- rebuilt with python dist deps + +* Mon Oct 26 2020 Automatic Build System 3.4.0-1mamba +- automatic version update by autodist + +* Sat Oct 24 2020 Automatic Build System 3.3.2-1mamba +- automatic version update by autodist + +* Fri Oct 16 2020 Automatic Build System 3.3.1-1mamba +- automatic version update by autodist + +* Sun Oct 04 2020 Automatic Build System 3.3.0-1mamba +- automatic version update by autodist + +* Wed Sep 23 2020 Automatic Build System 3.2.0-1mamba +- automatic version update by autodist + +* Sat Apr 18 2020 Silvan Calarco 3.1.0-1mamba +- package created using the webbuild interface