From 1e67cd95061d41a6a5d97ad5623b4b183c5784e3 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 21 Dec 2015 10:57:00 -0500 Subject: [PATCH] 2.9.1 --- .gitignore | 1 + ...t-1.13.patch => python-requests-urllib3-at-1.13.1.patch | 2 +- python-requests.spec | 7 +++++-- sources | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) rename python-requests-urllib3-at-1.13.patch => python-requests-urllib3-at-1.13.1.patch (95%) diff --git a/.gitignore b/.gitignore index f01602a..fad9e75 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /requests-2.7.0.tar.gz /requests-2.8.1.tar.gz /requests-2.9.0.tar.gz +/requests-2.9.1.tar.gz diff --git a/python-requests-urllib3-at-1.13.patch b/python-requests-urllib3-at-1.13.1.patch similarity index 95% rename from python-requests-urllib3-at-1.13.patch rename to python-requests-urllib3-at-1.13.1.patch index 281b8e6..d7d7872 100644 --- a/python-requests-urllib3-at-1.13.patch +++ b/python-requests-urllib3-at-1.13.1.patch @@ -17,7 +17,7 @@ index f98f528..77a370c 100755 -requires = [] +requires = [ -+ 'urllib3==1.13', ++ 'urllib3==1.13.1', +] version = '' diff --git a/python-requests.spec b/python-requests.spec index 0ad1589..d7901cc 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -4,10 +4,10 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif -%global urllib3_unbundled_version 1.13 +%global urllib3_unbundled_version 1.13.1 Name: python-requests -Version: 2.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: HTTP library, written in Python, for human beings @@ -163,6 +163,9 @@ popd %endif %changelog +* Mon Dec 21 2015 Ralph Bean - 2.9.1-1 +- new version + * Fri Dec 18 2015 Ralph Bean - 2.9.0-1 - new version diff --git a/sources b/sources index 3d643b6..d2a3697 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f46fdceaf4f63e5e3665a8cb50d284f requests-2.9.0.tar.gz +0b7f480d19012ec52bab78292efd976d requests-2.9.1.tar.gz