diff --git a/python-requests.changes b/python-requests.changes index 3e0979d..fb88a5e 100644 --- a/python-requests.changes +++ b/python-requests.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 21 21:08:29 UTC 2015 - dmueller@suse.com + +- update to 2.8.1: + - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate + bundle. + - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of + ``ConnectionError`` + - When using the PreparedRequest flow, requests will now correctly respect the + ``json`` parameter. Broken in 2.8.0. + - When using the PreparedRequest flow, requests will now correctly handle a + Unicode-string method name on Python 2. Broken in 2.8.0. + ------------------------------------------------------------------- Wed Oct 21 20:49:30 UTC 2015 - dmueller@suse.com diff --git a/python-requests.spec b/python-requests.spec index ba7a22b..fd510f8 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -17,7 +17,7 @@ Name: python-requests -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: Awesome Python HTTP Library That's Actually Usable License: Apache-2.0 diff --git a/requests-2.8.0.tar.gz b/requests-2.8.0.tar.gz deleted file mode 100644 index 7269afa..0000000 --- a/requests-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f003589b60924909c0acde472590c5ea83906986a7a25b6f7929eb20923b7b -size 457879 diff --git a/requests-2.8.1.tar.gz b/requests-2.8.1.tar.gz new file mode 100644 index 0000000..6af30b9 --- /dev/null +++ b/requests-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b +size 480803