Hello community,

here is the log from the commit of package python3-requests for 
openSUSE:Factory checked in at 2016-08-25 09:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python3-requests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-requests"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-requests/python3-requests.changes        
2016-06-26 23:51:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-requests.new/python3-requests.changes   
2016-08-25 09:50:08.000000000 +0200
@@ -1,0 +2,41 @@
+Sat Aug 20 17:21:35 UTC 2016 - [email protected]
+
+- update to version 2.11.1:
+  * Fixed a bug when using iter_content with decode_unicode=True for
+    streamed bodies would raise AttributeError. This bug was
+    introduced in 2.11.
+  * Strip Content-Type and Transfer-Encoding headers from the header
+    block when following a redirect that transforms the verb from
+    POST/PUT to GET.
+
+-------------------------------------------------------------------
+Wed Aug 17 04:31:08 UTC 2016 - [email protected]
+
+- update to version 2.11.0:
+  * Improvements
+    + Added support for the ALL_PROXY environment variable.
+    + Reject header values that contain leading whitespace or newline
+      characters to reduce risk of header smuggling.
+  * Bugfixes
+    + Fixed occasional TypeError when attempting to decode a JSON
+      response that occurred in an error case. Now correctly returns a
+      ValueError.
+    + Requests would incorrectly ignore a non-CIDR IP address in the
+      NO_PROXY environment variables: Requests now treats it as a
+      specific IP.
+    + Fixed a bug when sending JSON data that could cause us to
+      encounter obscure OpenSSL errors in certain network conditions
+      (yes, really).
+    + Added type checks to ensure that iter_content only accepts
+      integers and None for chunk sizes.
+    + Fixed issue where responses whose body had not been fully
+      consumed would have the underlying connection closed but not
+      returned to the connection pool, which could cause Requests to
+      hang in situations where the HTTPAdapter had been configured to
+      use a blocking connection pool.
+  * Miscellaneous
+    + Updated bundled urllib3 to 1.16.
+    + Some previous releases accidentally accepted non-strings as
+      acceptable header values. This release does not.
+
+-------------------------------------------------------------------

Old:
----
  requests-2.10.0.tar.gz

New:
----
  requests-2.11.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-requests.spec ++++++
--- /var/tmp/diff_new_pack.YaauFQ/_old  2016-08-25 09:50:09.000000000 +0200
+++ /var/tmp/diff_new_pack.YaauFQ/_new  2016-08-25 09:50:09.000000000 +0200
@@ -19,7 +19,7 @@
 %define urllib3_version 1.15.1
 
 Name:           python3-requests
-Version:        2.10.0
+Version:        2.11.1
 Release:        0
 Summary:        Awesome Python HTTP Library That's Actually Usable
 License:        Apache-2.0

++++++ requests-2.10.0.tar.gz -> requests-2.11.1.tar.gz ++++++
++++ 2776 lines of diff (skipped)


Reply via email to