Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2017-03-24 01:53:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests"

Fri Mar 24 01:53:03 2017 rev:40 rq:481403 version:2.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2017-01-09 11:50:41.325019370 +0100
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes     
2017-03-24 01:53:04.574757569 +0100
@@ -1,0 +2,15 @@
+Mon Mar  6 15:09:56 UTC 2017 - jweberho...@weberhofer.at
+
+- fixed dependencies in spec
+
+- update to version 2.13.0
+  * Only load the idna library when we’ve determined we need it. 
+    This will save some memory for users.
+  * Updated bundled urllib3 to 1.20.
+  * Updated bundled idna to 2.2.
+
+- update to version 2.12.5
+  * Fixed an issue with JSON encoding detection, specifically detecting 
+    big-endian UTF-32 with BOM.
+
+-------------------------------------------------------------------

Old:
----
  requests-2.12.4.tar.gz

New:
----
  requests-2.13.0.tar.gz

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

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.ZxVsId/_old  2017-03-24 01:53:05.238663577 +0100
+++ /var/tmp/diff_new_pack.ZxVsId/_new  2017-03-24 01:53:05.242663011 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 Name:           python-requests
-Version:        2.12.4
+Version:        2.13.0
 Release:        0
 Summary:        Awesome Python HTTP Library That's Actually Usable
 License:        Apache-2.0
@@ -36,11 +36,13 @@
 BuildRequires:  python-py
 BuildRequires:  python-setuptools
 Requires:       python
+# for good measure, at least recommend an actual set of certificates
+Recommends:     ca-certificates-mozilla
+Recommends:     python-cryptography >= 1.3.4
 # requirements for pyopenssl fallback of bundled urllib3
 Recommends:     python-ndg-httpsclient
-Recommends:     python-pyOpenSSL
+Recommends:     python-pyOpenSSL >= 0.14
 Recommends:     python-pyasn1
-Recommends:     python-cryptography
 %if 0%{?suse_version} <= 1200
 BuildRequires:  openssl-certs
 Requires:       openssl-certs
@@ -48,8 +50,6 @@
 BuildRequires:  ca-certificates
 Requires:       ca-certificates
 %endif
-# for good measure, at least recommend an actual set of certificates
-Recommends:     ca-certificates-mozilla
 %if 0%{?suse_version} >= 1120
 BuildArch:      noarch
 %else

++++++ requests-2.12.4.tar.gz -> requests-2.13.0.tar.gz ++++++
++++ 2508 lines of diff (skipped)


Reply via email to