Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2012-10-25 21:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-26 17:57:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes     
2012-10-26 00:23:30.000000000 +0200
@@ -1,0 +2,47 @@
+Tue Oct 16 18:55:20 UTC 2012 - jf...@funktronics.ca
+
+- Update to 0.14.1:
+  * Python 3.3 Compatibility
+  * Simply default accept-encoding
+  * Bugfixes
+- 0.14.0 (2012-09-02)
+  * No more iter_content errors if already downloaded.
+- 0.13.9 (2012-08-25)
+  * Fix for OAuth + POSTs
+  * Remove exception eating from dispatch_hook
+  * General bugfixes
+- 0.13.8 (2012-08-21)
+  * Incredible Link header support :)
+- 0.13.7 (2012-08-19)
+  * Support for (key, value) lists everywhere.
+  * Digest Authentication improvements.
+  * Ensure proxy exclusions work properly.
+  * Clearer UnicodeError exceptions.
+  * Automatic casting of URLs to tsrings (fURL and such)
+  * Bugfixes.
+- 0.13.6 (2012-08-06)
+  * Long awaited fix for hanging connections!
+- 0.13.5 (2012-07-27)
+  * Packaging fix
+- 0.13.4 (2012-07-27)
+  * GSSAPI/Kerberos authentication!
+  * App Engine 2.7 Fixes!
+  * Fix leaking connections (from urllib3 update)
+  * OAuthlib path hack fix
+  * OAuthlib URL parameters fix.
+- 0.13.3 (2012-07-12)
+  * Use simplejson if available.
+  * Do not hide SSLErrors behind Timeouts.
+  * Fixed param handling with urls containing fragments.
+  * Significantly improved information in User Agent.
+  * client certificates are ignored when verify=False
+- 0.13.2 (2012-06-28)
+  * Zero dependencies (once again)!
+  * New: Response.reason
+  * Sign querystring parameters in OAuth 1.0
+  * Client certificates no longer ignored when verify=False
+  * Add openSUSE certificate support
+- Removed certificate patch since it's now upstream
+- Removed dependencies that are no longer needed
+
+-------------------------------------------------------------------

Old:
----
  requests-0.13.1.tar.gz
  requests-suse_cert_paths.patch

New:
----
  requests-0.14.1.tar.gz

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

Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.UJpLd2/_old  2012-10-26 00:23:31.000000000 +0200
+++ /var/tmp/diff_new_pack.UJpLd2/_new  2012-10-26 00:23:31.000000000 +0200
@@ -17,25 +17,18 @@
 
 
 Name:           python-requests
-Version:        0.13.1
+Version:        0.14.1
 Release:        0
 Url:            http://python-requests.org
 Summary:        Awesome Python HTTP Library That's Actually Usable
 License:        ISC
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
-# PATCH-FIX-UPSREAM requests-suse_cert_paths.patch [bnc#761501] -- Load 
directory-based cert store in /etc/ssl/certs. Depends on Python patched to 
allow it, fall back to /etc/ssl/ca-bundle.pem otherwise
-Patch0:         requests-suse_cert_paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python
-BuildRequires:  python-chardet
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-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()")}
 %else
@@ -68,7 +61,6 @@
 
 %prep
 %setup -q -n requests-%{version}
-%patch0 -p1
 
 %build
 python setup.py build

++++++ requests-0.13.1.tar.gz -> requests-0.14.1.tar.gz ++++++
++++ 25168 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