From 142e59c7bb9206f6f3c0d074d9d61ccd1d167f04 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:41:47 +0100 Subject: [PATCH] rebuilt with distdeps [release 2.3.1-2mamba;Fri Apr 29 2022] --- python-soupsieve.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/python-soupsieve.spec b/python-soupsieve.spec index 7ebd121..1d749ca 100644 --- a/python-soupsieve.spec +++ b/python-soupsieve.spec @@ -1,6 +1,6 @@ Name: python-soupsieve Version: 2.3.1 -Release: 1mamba +Release: 2mamba Summary: A CSS selector library designed to be used with Beautiful Soup 4 Group: System/Libraries Vendor: openmamba @@ -10,9 +10,8 @@ URL: https://github.com/facelessuser/soupsieve Source: https://pypi.debian.net/soupsieve/soupsieve-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -36,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}/soupsieve-%{version}-py*.egg-info +%{python_sitearch}/soupsieve-%{version}-py*.egg-info/* %changelog +* Fri Apr 29 2022 Silvan Calarco 2.3.1-2mamba +- rebuilt with distdeps + * Thu Nov 11 2021 Automatic Build System 2.3.1-1mamba - automatic version update by autodist