2024-01-05 16:34:47 +01:00
|
|
|
Name: python-requests
|
2024-01-05 16:34:48 +01:00
|
|
|
Version: 2.27.0
|
2024-01-05 16:34:48 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:34:47 +01:00
|
|
|
Summary: Requests is an Apache2 Licensed HTTP library, written in Python, for human beings
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:34:48 +01:00
|
|
|
URL: https://pypi.org/project/requests/
|
2024-01-05 16:34:48 +01:00
|
|
|
Source: https://pypi.debian.net/requests/requests-%{version}.tar.gz
|
2024-01-05 16:34:47 +01:00
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:34:48 +01:00
|
|
|
BuildRequires: (python3.7dist(charset-normalizer) >= 2 with python3.7dist(charset-normalizer) < 2.1)
|
2024-01-05 16:34:48 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 16:34:48 +01:00
|
|
|
BuildRequires: python3.7dist(certifi)
|
2024-01-05 16:34:48 +01:00
|
|
|
BuildRequires: python3.7dist(idna)
|
|
|
|
BuildRequires: python3.7dist(urllib3)
|
2024-01-05 16:34:47 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
2024-01-05 16:34:48 +01:00
|
|
|
%endif
|
2024-01-05 16:34:48 +01:00
|
|
|
|
2024-01-05 16:34:47 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n requests-%{version}
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
## Remove unsatisfyable requirements for python*(idna) < 3.0
|
|
|
|
#sed -e "s/,<.*'/'/" \
|
|
|
|
# -i setup.py
|
2024-01-05 16:34:48 +01:00
|
|
|
|
2024-01-05 16:34:47 +01:00
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 16:34:47 +01:00
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:34:47 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:34:48 +01:00
|
|
|
%dir %{python_sitearch}/requests-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/requests-%{version}-py*.egg-info/*
|
2024-01-05 16:34:47 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:34:48 +01:00
|
|
|
* Tue Jan 04 2022 Automatic Build System <autodist@mambasoft.it> 2.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- update to 2.26.0
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.26.0-1mamba
|
|
|
|
- update to 2.26.0
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.1-3mamba
|
|
|
|
- fix specfile to require needed python-certifi dep
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.25.1-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Dec 17 2020 Automatic Build System <autodist@mambasoft.it> 2.25.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 2.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Sat Jun 20 2020 Automatic Build System <autodist@mambasoft.it> 2.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.23.0-2mamba
|
|
|
|
- add requirements in py3* packages
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Sun Feb 23 2020 Automatic Build System <autodist@mambasoft.it> 2.23.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Sun Aug 11 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.22.0-2mamba
|
|
|
|
- rebuillt with python3 3.7.4
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Jun 20 2019 Automatic Build System <autodist@mambasoft.it> 2.22.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu May 16 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.21.0-2mamba
|
|
|
|
- fix reqirement for urllib3<1.25
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Fri Dec 14 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.21.0-1mamba
|
|
|
|
- update to 2.21.0
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 2.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Tue Oct 23 2018 Automatic Build System <autodist@mambasoft.it> 2.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Sun Jun 17 2018 Automatic Build System <autodist@mambasoft.it> 2.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Aug 17 2017 Automatic Build System <autodist@mambasoft.it> 2.18.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.18.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Jan 26 2017 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Wed Jan 25 2017 Automatic Build System <autodist@mambasoft.it> 2.12.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Dec 15 2016 Automatic Build System <autodist@mambasoft.it> 2.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Dec 05 2016 Automatic Build System <autodist@mambasoft.it> 2.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Nov 24 2016 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Wed Aug 31 2016 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Mon Apr 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.1-2mamba
|
|
|
|
- rebuilt with -py3 package
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Tue Dec 22 2015 Automatic Build System <autodist@mambasoft.it> 2.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:48 +01:00
|
|
|
* Wed Dec 16 2015 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:34:47 +01:00
|
|
|
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.1-1mamba
|
|
|
|
- package created using the webbuild interface
|