Update to 1.20 (#1414775)
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
821ff06ccf
commit
a103d65f31
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/urllib3-1.15.1.tar.gz
|
||||
/urllib3-1.16.tar.gz
|
||||
/urllib3-1.19.1.tar.gz
|
||||
/urllib3-1.20.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global srcname urllib3
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.19.1
|
||||
Version: 1.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Python HTTP library with thread-safe connection pooling and file post
|
||||
|
||||
|
|
@ -39,6 +39,7 @@ BuildRequires: python-nose-exclude
|
|||
BuildRequires: python-coverage
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-six
|
||||
BuildRequires: python-psutil
|
||||
BuildRequires: python-pysocks
|
||||
BuildRequires: python-tornado
|
||||
|
||||
|
|
@ -55,6 +56,7 @@ BuildRequires: python3-nose
|
|||
BuildRequires: python3-mock
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-pysocks
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-tornado
|
||||
|
||||
Requires: ca-certificates
|
||||
|
|
@ -140,6 +142,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/__pycache__*
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 25 2017 Jeremy Cline <jeremy@jcline.org> - 1.20.0-1
|
||||
- Update to 1.20.0 (#1414775)
|
||||
|
||||
* Thu Nov 17 2016 Jeremy Cline <jeremy@jcline.org> 1.19.1-1
|
||||
- Update to 1.19.1
|
||||
- Clean up the specfile to only support Fedora 26
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
6d3afbb735dd885324c4e0229e53d439 urllib3-1.19.1.tar.gz
|
||||
SHA512 (urllib3-1.20.tar.gz) = 868242457689547a936ff52c9134588c0605faa6edebeb1c1c1addd127ac1d456499320dd3dad7ec3fb4ea5f98cd3c6d211ee721f0431b9bf16773e7cff55a7c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue