python-zipp-py37/python-zipp-py37.spec

114 lines
3.9 KiB
RPMSpec

%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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.15.0-4mamba
- py37 legacy package
* Sat Sep 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.15.0-3mamba
- rebuilt with python3 = 3.11.5
* Fri Apr 07 2023 Sdk Build System <sdk@mambasoft.it> 3.15.0-2mamba
- rebuilt with python 3.10
* Sat Feb 25 2023 Automatic Build System <autodist@mambasoft.it> 3.15.0-1mamba
- automatic version update by autodist
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
- automatic version update by autodist
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 3.13.0-1mamba
- automatic version update by autodist
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
- automatic version update by autodist
* Sat Jan 28 2023 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
- automatic version update by autodist
* Sat Nov 26 2022 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
- automatic version update by autodist
* Thu Oct 27 2022 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
- automatic version update by autodist
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
- automatic version update by autodist
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
- automatic version update by autodist
* Wed Jan 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.7.0-2mamba
- rebuilt (with updated setuptools) to fix 0.0 version
* Fri Dec 31 2021 Automatic Build System <autodist@mambasoft.it> 3.7.0-1mamba
- automatic version update by autodist
* Thu Sep 30 2021 Automatic Build System <autodist@mambasoft.it> 3.6.0-1mamba
- automatic version update by autodist
* Wed Sep 29 2021 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
- automatic version update by autodist
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
- automatic version update by autodist
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
- automatic version update by autodist
* Thu Mar 18 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.0-2mamba
- rebuilt with python dist deps
* Mon Oct 26 2020 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
- automatic version update by autodist
* Sat Oct 24 2020 Automatic Build System <autodist@mambasoft.it> 3.3.2-1mamba
- automatic version update by autodist
* Fri Oct 16 2020 Automatic Build System <autodist@mambasoft.it> 3.3.1-1mamba
- automatic version update by autodist
* Sun Oct 04 2020 Automatic Build System <autodist@mambasoft.it> 3.3.0-1mamba
- automatic version update by autodist
* Wed Sep 23 2020 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
- automatic version update by autodist
* Sat Apr 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.0-1mamba
- package created using the webbuild interface