From 828ea8aa030f8bb0b084c12863961d2d0f5b0d0b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:41:40 +0100 Subject: [PATCH] rebuilt with distdeps [release 2.3.0-2mamba;Mon Apr 12 2021] --- python-sortedcontainers.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index ffdc965..448d40c 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,6 +1,6 @@ Name: python-sortedcontainers Version: 2.3.0 -Release: 1mamba +Release: 2mamba Summary: A sorted collections library, written in pure-Python, and fast as C-extension Group: System/Libraries Vendor: openmamba @@ -10,11 +10,8 @@ URL: https://pypi.org/project/sortedcontainers/ Source: https://pypi.debian.net/sortedcontainers/sortedcontainers-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: python3 +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -38,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --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 %defattr(-,root,root) +%dir %{python_sitearch}/sortedcontainers-%{version}-py*.egg-info +%{python_sitearch}/sortedcontainers-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Mon Apr 12 2021 Silvan Calarco 2.3.0-2mamba +- rebuilt with distdeps + * Wed Jan 20 2021 Silvan Calarco 2.3.0-1mamba - package created using the webbuild interface