Update to 2.11.0. Fixes #1365332
This commit is contained in:
parent
c5ce60bf5a
commit
63fd5b1c61
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/requests-2.9.0.tar.gz
|
||||
/requests-2.9.1.tar.gz
|
||||
/requests-2.10.0.tar.gz
|
||||
/requests-2.11.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3ef00c66939e0b6d2d95756f73c1d2fe716ddf40 Mon Sep 17 00:00:00 2001
|
||||
From: Ralph Bean <rbean@redhat.com>
|
||||
Date: Tue, 3 May 2016 10:56:53 -0400
|
||||
Subject: [PATCH] Pin urllib3 to 1.15.1
|
||||
Subject: [PATCH] Pin urllib3 to 1.16
|
||||
|
||||
---
|
||||
setup.py | 4 +++-
|
||||
@ -17,7 +17,7 @@ index 3a39052..662e0ef 100755
|
||||
|
||||
-requires = []
|
||||
+requires = [
|
||||
+ 'urllib3==1.15.1',
|
||||
+ 'urllib3==1.16',
|
||||
+]
|
||||
test_requirements = ['pytest>=2.8.0', 'pytest-httpbin==0.0.7', 'pytest-cov']
|
||||
|
@ -7,11 +7,11 @@
|
||||
%{!?python3_pkgversion: %global python3_pkgversion 34}
|
||||
%endif
|
||||
|
||||
%global urllib3_unbundled_version 1.15.1
|
||||
%global urllib3_unbundled_version 1.16
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.10.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.11.0
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: ASL 2.0
|
||||
@ -169,6 +169,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2016 Kevin Fenzi <kevin@scrye.com> - 2.11.0-1
|
||||
- Update to 2.11.0. Fixes #1365332
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.0-4
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user