rebuilt with -py3 package [release 2.9.1-2mamba;Mon Apr 04 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 16:34:48 +01:00
parent 06dda659d7
commit 8a7c37939c

View File

@ -1,6 +1,6 @@
Name: python-requests Name: python-requests
Version: 2.9.1 Version: 2.9.1
Release: 1mamba Release: 2mamba
Summary: Requests is an Apache2 Licensed HTTP library, written in Python, for human beings Summary: Requests is an Apache2 Licensed HTTP library, written in Python, for human beings
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n requests-%{version} %setup -q -n requests-%{version}
@ -33,13 +37,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --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) %defattr(-,root,root)
%doc LICENSE %doc LICENSE
%changelog %changelog
* Mon Apr 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-2mamba
- rebuilt with -py3 package
* Tue Dec 22 2015 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba * Tue Dec 22 2015 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
- automatic version update by autodist - automatic version update by autodist