Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2012-06-26 17:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2012-06-12 07:10:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes     
2012-06-26 17:57:52.000000000 +0200
@@ -1,0 +2,14 @@
+Wed May 30 09:11:50 UTC 2012 - [email protected]
+
+- Update to 0.13.1:
+  + Removal of Requests.async in favor of grequests
+  + Allow disabling of cookie persistiance.
+  + New implimentation of safe_mode
+  + cookies.get now supports default argument
+  + Session cookies not saved when Session.request is called with 
return_response=False
+  + Env: no_proxy support.
+  + RequestsCookieJar improvements.
+  + Various bug fixes.
+- Rebased patches
+
+-------------------------------------------------------------------

Old:
----
  requests-0.12.1.tar.gz

New:
----
  requests-0.13.1.tar.gz

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

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.qZvhcV/_old  2012-06-26 17:57:53.000000000 +0200
+++ /var/tmp/diff_new_pack.qZvhcV/_new  2012-06-26 17:57:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-requests
-Version:        0.12.1
+Version:        0.13.1
 Release:        0
 Url:            http://python-requests.org
 Summary:        Awesome Python HTTP Library That's Actually Usable
@@ -34,6 +34,7 @@
 BuildRequires:  python-oauthlib
 Requires:       python
 Requires:       python-chardet
+Requires:       python-grequests
 Requires:       python-oauthlib
 %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()")}

++++++ requests-0.12.1.tar.gz -> requests-0.13.1.tar.gz ++++++
++++ 2546 lines of diff (skipped)

++++++ requests-suse_cert_paths.patch ++++++
--- /var/tmp/diff_new_pack.qZvhcV/_old  2012-06-26 17:57:53.000000000 +0200
+++ /var/tmp/diff_new_pack.qZvhcV/_new  2012-06-26 17:57:53.000000000 +0200
@@ -1,9 +1,9 @@
 diff -ru a/requests/utils.py b/requests/utils.py
---- a/requests/utils.py        2012-05-08 06:56:28.000000000 +0200
-+++ b/requests/utils.py        2012-05-23 14:06:43.728477504 +0200
-@@ -14,6 +14,9 @@
+--- a/requests/utils.py        2012-05-30 01:54:25.000000000 +0200
++++ b/requests/utils.py        2012-05-30 11:16:23.939251965 +0200
+@@ -13,6 +13,9 @@
+ import codecs
  import os
- import random
  import re
 +import socket
 +import ssl
@@ -11,7 +11,7 @@
  import zlib
  from netrc import netrc, NetrcParseError
  
-@@ -42,13 +45,26 @@
+@@ -40,13 +43,26 @@
          '/etc/ssl/certs/ca-certificates.crt',
          # FreeBSD (provided by the ca_root_nss package):
          '/usr/local/share/certs/ca-root-nss.crt',
@@ -39,10 +39,9 @@
      return None
  
  # if certifi is installed, use its CA bundle;
-Only in b/requests: .utils.py.swp
 diff -ru a/setup.py b/setup.py
---- a/setup.py 2012-05-08 06:56:28.000000000 +0200
-+++ b/setup.py 2012-05-23 14:07:30.303478614 +0200
+--- a/setup.py 2012-05-11 00:09:45.000000000 +0200
++++ b/setup.py 2012-05-30 11:16:32.235252151 +0200
 @@ -34,7 +34,7 @@
  # On certain supported platforms (e.g., Red Hat / Debian / FreeBSD), Requests 
can
  # use the system CA bundle instead; see `requests.utils` for details.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to