diff --git a/.gitignore b/.gitignore index e0eb611..f01602a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /requests-2.6.2.tar.gz /requests-2.7.0.tar.gz /requests-2.8.1.tar.gz +/requests-2.9.0.tar.gz diff --git a/python-requests-urllib3-at-1.12.patch b/python-requests-urllib3-at-1.13.patch similarity index 96% rename from python-requests-urllib3-at-1.12.patch rename to python-requests-urllib3-at-1.13.patch index b5fd93f..281b8e6 100644 --- a/python-requests-urllib3-at-1.12.patch +++ b/python-requests-urllib3-at-1.13.patch @@ -17,7 +17,7 @@ index f98f528..77a370c 100755 -requires = [] +requires = [ -+ 'urllib3==1.12', ++ 'urllib3==1.13', +] version = '' diff --git a/python-requests.spec b/python-requests.spec index 069926f..0ad1589 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.12 +%global urllib3_unbundled_version 1.13 Name: python-requests -Version: 2.8.1 +Version: 2.9.0 Release: 1%{?dist} Summary: HTTP library, written in Python, for human beings @@ -163,6 +163,9 @@ popd %endif %changelog +* Fri Dec 18 2015 Ralph Bean - 2.9.0-1 +- new version + * Mon Dec 14 2015 Ralph Bean - 2.8.1-1 - Latest upstream. - Bump hard dep on urllib3 to 1.12. diff --git a/sources b/sources index 870d8a8..3d643b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a27ea3d72d7822906ddce5e252d6add9 requests-2.8.1.tar.gz +2f46fdceaf4f63e5e3665a8cb50d284f requests-2.9.0.tar.gz