Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
319e5ee1f2 | ||
|
|
598dc0a3b6 | ||
|
|
32baf46499 | ||
|
|
904cd2c032 | ||
|
|
afb4616d3b | ||
|
|
20eb6e2583 |
3 changed files with 24 additions and 15 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -22,3 +22,9 @@
|
|||
/urllib3-1.23.tar.gz
|
||||
/urllib3-1.24.tar.gz
|
||||
/urllib3-1.24.1.tar.gz
|
||||
/urllib3-1.24.2.tar.gz
|
||||
/urllib3-1.24.3.tar.gz
|
||||
/urllib3-1.25.2.tar.gz
|
||||
/urllib3-1.25.3.tar.gz
|
||||
/urllib3-1.25.6.tar.gz
|
||||
/urllib3-1.25.7.tar.gz
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
%bcond_without tests
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.24.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.25.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
License: MIT
|
||||
|
|
@ -33,17 +33,6 @@ Requires: python2-ipaddress
|
|||
Requires: python2-pysocks
|
||||
|
||||
BuildRequires: python2-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: python2-backports-ssl_match_hostname
|
||||
BuildRequires: python2-nose
|
||||
BuildRequires: python2-nose-exclude
|
||||
BuildRequires: python2-coverage
|
||||
BuildRequires: python2-mock
|
||||
BuildRequires: python2-six
|
||||
BuildRequires: python2-pysocks
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python2-tornado
|
||||
%endif
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
Python2 HTTP module with connection pooling and file POST abilities.
|
||||
|
|
@ -60,11 +49,14 @@ BuildRequires: python3-six
|
|||
BuildRequires: python3-pysocks
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-tornado
|
||||
BuildRequires: python3-trustme
|
||||
BuildRequires: python3-idna
|
||||
%endif
|
||||
|
||||
Requires: ca-certificates
|
||||
Requires: python3-six
|
||||
Requires: python3-pysocks
|
||||
Requires: python3-idna
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
Python3 HTTP module with connection pooling and file POST abilities.
|
||||
|
|
@ -122,7 +114,6 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
|
|||
%if %{with tests}
|
||||
%check
|
||||
pushd test
|
||||
PYTHONPATH=%{buildroot}%{python2_sitelib}:%{python2_sitelib} %{__python2} -m pytest -v
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib}:%{python3_sitelib} %{__python3} -m pytest -v
|
||||
popd
|
||||
%endif
|
||||
|
|
@ -143,6 +134,18 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 13 2019 Jeremy Cline <jcline@redhat.com> - 1.25.7-1
|
||||
- Update to v1.25.7
|
||||
|
||||
* Tue Oct 15 2019 Jeremy Cline <jcline@redhat.com> - 1.25.6-1
|
||||
- Update to v1.25.6
|
||||
|
||||
* Mon Jul 08 2019 Miro Hrončok <mhroncok@redhat.com> - 1.24.3-2
|
||||
- Set RECENT_DATE not to be older than 2 years (#1727796)
|
||||
|
||||
* Tue May 28 2019 Jeremy Cline <jcline@redhat.com> - 1.24.3-1
|
||||
- Update to 1.24.3 (fixes CVE-2019-9740)
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (urllib3-1.24.1.tar.gz) = 2f5453cf0ec1b65de9a9fca0fdb45664f7481507c875b7115c063cb177628b4b611377e588508ab8433e0797fc78b60fd3ea5cc5ac0a3f105d36bfff9a56f1f4
|
||||
SHA512 (urllib3-1.25.7.tar.gz) = bbf55a1d46fe799b98c311bdb47628c14719d5b3ae00fb27515da774d8f7c043ff79a9684f12b133101574527531d4a79134fe67e28dad518d429e55f82e0c59
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue