Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2014-09-12 10:03:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2014-06-16 21:32:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes     
2014-09-12 10:04:00.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Sep 11 12:34:42 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 2.4.1 (2014-09-09)
+  - Now has a "security" package extras set, 
+    ``$ pip install requests[security]``
+  - Requests will now use Certifi if it is available.
+  - Capture and re-raise urllib3 ProtocolError
+  - Bugfix for responses that attempt to redirect to themselves 
+    forever (wtf?).
+- Update to 2.4.0 (2014-08-29)
+  * Behavioral Changes
+    - ``Connection: keep-alive`` header is now sent automatically.
+  * Improvements
+    - Support for connect timeouts! Timeout now accepts a tuple 
+      (connect, read) which is used to set individual connect and 
+      read timeouts.
+    - Allow copying of PreparedRequests without headers/cookies.
+    - Updated bundled urllib3 version.
+    - Refactored settings loading from environment
+      new `Session.merge_environment_settings`.
+    - Handle socket errors in iter_content.
+
+-------------------------------------------------------------------

Old:
----
  requests-2.3.0.tar.gz

New:
----
  requests-2.4.1.tar.gz

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

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.AVrefy/_old  2014-09-12 10:04:02.000000000 +0200
+++ /var/tmp/diff_new_pack.AVrefy/_new  2014-09-12 10:04:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-requests
-Version:        2.3.0
+Version:        2.4.1
 Release:        0
 Url:            http://python-requests.org
 Summary:        Awesome Python HTTP Library That's Actually Usable
@@ -32,7 +32,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python
 BuildRequires:  python-devel
+BuildRequires:  python-py
 BuildRequires:  python-setuptools
+Requires:       python-py
 Requires:       python
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++++++ no-default-cacert-sles.patch ++++++
--- /var/tmp/diff_new_pack.AVrefy/_old  2014-09-12 10:04:02.000000000 +0200
+++ /var/tmp/diff_new_pack.AVrefy/_new  2014-09-12 10:04:02.000000000 +0200
@@ -23,12 +23,12 @@
 ===================================================================
 --- requests-1.1.0.orig/requests/certs.py
 +++ requests-1.1.0/requests/certs.py
-@@ -18,7 +18,7 @@ def where():
- def where():
-     """Return the preferred certificate bundle."""
-     # vendored bundle inside Requests
--    return os.path.join(os.path.dirname(__file__), 'cacert.pem')
-+    return None
+@@ -19,7 +19,7 @@
+     def where():
+         """Return the preferred certificate bundle."""
+         # vendored bundle inside Requests
+-        return os.path.join(os.path.dirname(__file__), 'cacert.pem')
++        return None
  
  if __name__ == '__main__':
      print(where())

++++++ no-default-cacert.patch ++++++
--- /var/tmp/diff_new_pack.AVrefy/_old  2014-09-12 10:04:02.000000000 +0200
+++ /var/tmp/diff_new_pack.AVrefy/_new  2014-09-12 10:04:02.000000000 +0200
@@ -12,12 +12,12 @@
          else:
 --- a/requests/certs.py
 +++ b/requests/certs.py
-@@ -18,7 +18,7 @@
- def where():
-     """Return the preferred certificate bundle."""
-     # vendored bundle inside Requests
--    return os.path.join(os.path.dirname(__file__), 'cacert.pem')
-+    return '/etc/ssl/certs/'
+@@ -19,7 +19,7 @@
+     def where():
+         """Return the preferred certificate bundle."""
+         # vendored bundle inside Requests
+-        return os.path.join(os.path.dirname(__file__), 'cacert.pem')
++        return '/etc/ssl/certs/'
  
  if __name__ == '__main__':
      print(where())
@@ -26,3 +26,4 @@
 @@ -1 +1 @@
 -include README.rst LICENSE NOTICE HISTORY.rst test_requests.py 
requirements.txt requests/cacert.pem
 +include README.rst LICENSE NOTICE HISTORY.rst test_requests.py 
requirements.txt
+ 

++++++ requests-2.3.0.tar.gz -> requests-2.4.1.tar.gz ++++++
++++ 3858 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to