From 8a7c37939cb5259ff016a5045b6eaef6cf382810 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:34:48 +0100 Subject: [PATCH] rebuilt with -py3 package [release 2.9.1-2mamba;Mon Apr 04 2016] --- python-requests.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-requests.spec b/python-requests.spec index db25f35..2ea733b 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,6 +1,6 @@ Name: python-requests Version: 2.9.1 -Release: 1mamba +Release: 2mamba Summary: Requests is an Apache2 Licensed HTTP library, written in Python, for human beings Group: System/Libraries Vendor: openmamba @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n requests-%{version} @@ -33,13 +37,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE %changelog +* Mon Apr 04 2016 Silvan Calarco 2.9.1-2mamba +- rebuilt with -py3 package + * Tue Dec 22 2015 Automatic Build System 2.9.1-1mamba - automatic version update by autodist