rebuilt with distdeps [release 2.3.0-2mamba;Mon Apr 12 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:41:40 +01:00
parent 0b155b2217
commit 828ea8aa03

View File

@ -1,6 +1,6 @@
Name: python-sortedcontainers Name: python-sortedcontainers
Version: 2.3.0 Version: 2.3.0
Release: 1mamba Release: 2mamba
Summary: A sorted collections library, written in pure-Python, and fast as C-extension Summary: A sorted collections library, written in pure-Python, and fast as C-extension
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -10,11 +10,8 @@ URL: https://pypi.org/project/sortedcontainers/
Source: https://pypi.debian.net/sortedcontainers/sortedcontainers-%{version}.tar.gz Source: https://pypi.debian.net/sortedcontainers/sortedcontainers-%{version}.tar.gz
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: python3 BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
@ -38,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/sortedcontainers-%{version}-py*.egg-info
%{python_sitearch}/sortedcontainers-%{version}-py*.egg-info/*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Mon Apr 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-2mamba
- rebuilt with distdeps
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba * Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface