Pin python-urllib3 requirement at 1.10.0.
This commit is contained in:
parent
ffa5143cf0
commit
bb1e96f504
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: python-requests
|
Name: python-requests
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -22,11 +22,11 @@ Patch1: python-requests-remove-nested-bundling-dep.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-chardet
|
BuildRequires: python-chardet
|
||||||
BuildRequires: python-urllib3 >= 1.8.2
|
BuildRequires: python-urllib3 >= 1.10.0
|
||||||
|
|
||||||
Requires: ca-certificates
|
Requires: ca-certificates
|
||||||
Requires: python-chardet
|
Requires: python-chardet
|
||||||
Requires: python-urllib3 >= 1.8.2
|
Requires: python-urllib3 >= 1.10.0
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 6
|
%if 0%{?rhel} && 0%{?rhel} <= 6
|
||||||
BuildRequires: python-ordereddict
|
BuildRequires: python-ordereddict
|
||||||
@ -44,9 +44,9 @@ designed to make HTTP requests easy for developers.
|
|||||||
Summary: HTTP library, written in Python, for human beings
|
Summary: HTTP library, written in Python, for human beings
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-chardet
|
BuildRequires: python3-chardet
|
||||||
BuildRequires: python3-urllib3 >= 1.8.2
|
BuildRequires: python3-urllib3 >= 1.10.0
|
||||||
Requires: python3-chardet
|
Requires: python3-chardet
|
||||||
Requires: python3-urllib3 >= 1.8.2
|
Requires: python3-urllib3 >= 1.10.0
|
||||||
|
|
||||||
%description -n python3-requests
|
%description -n python3-requests
|
||||||
Most existing Python modules for sending HTTP requests are extremely verbose and
|
Most existing Python modules for sending HTTP requests are extremely verbose and
|
||||||
@ -141,6 +141,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 16 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-3
|
||||||
|
- Pin python-urllib3 requirement at 1.10.0.
|
||||||
|
|
||||||
* Thu Dec 11 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-2
|
* Thu Dec 11 2014 Ralph Bean <rbean@redhat.com> - 2.5.0-2
|
||||||
- Do the most basic of tests in the check section.
|
- Do the most basic of tests in the check section.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user