Hello community, here is the log from the commit of package python-requests for openSUSE:Factory checked in at 2015-10-26 12:48:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-10-20 00:05:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 2015-10-26 12:48:49.000000000 +0100 @@ -1,0 +2,23 @@ +Wed Oct 21 21:08:29 UTC 2015 - [email protected] + +- update to 2.8.1: + - Update certificate bundle to match ``certifi`` 2015.9.6.2's weak certificate + bundle. + - Fix a bug in 2.8.0 where requests would raise ``ConnectTimeout`` instead of + ``ConnectionError`` + - When using the PreparedRequest flow, requests will now correctly respect the + ``json`` parameter. Broken in 2.8.0. + - When using the PreparedRequest flow, requests will now correctly handle a + Unicode-string method name on Python 2. Broken in 2.8.0. + +------------------------------------------------------------------- +Wed Oct 21 20:49:30 UTC 2015 - [email protected] + +- remove requests-do-not-use-bundle.patch (bsc#947357) + +------------------------------------------------------------------- +Wed Oct 21 08:00:52 UTC 2015 - [email protected] + +- fix requires + +------------------------------------------------------------------- Old: ---- requests-2.8.0.tar.gz requests-do-not-use-bundle.patch New: ---- requests-2.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requests.spec ++++++ --- /var/tmp/diff_new_pack.5HGyDX/_old 2015-10-26 12:48:51.000000000 +0100 +++ /var/tmp/diff_new_pack.5HGyDX/_new 2015-10-26 12:48:51.000000000 +0100 @@ -17,7 +17,7 @@ Name: python-requests -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: Awesome Python HTTP Library That's Actually Usable License: Apache-2.0 @@ -26,16 +26,15 @@ Source: http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz # PATCH-FIX-OPENSUSE no-default-cacert.patch -- completely ignore the internal CA bundle Patch0: no-default-cacert.patch -# PATCH-FIX-OPENSUSE requests-do-not-use-bundle.patch --use system libraries instead of bundled ones -Patch1: requests-do-not-use-bundle.patch BuildRequires: python BuildRequires: python-devel BuildRequires: python-py BuildRequires: python-setuptools Requires: python -Requires: python-chardet -Requires: python-py -Requires: python-urllib3 +# really needed? +#Requires: python-ndg-httpsclient +Requires: python-pyOpenSSL +Requires: python-pyasn1 %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,7 +70,6 @@ # For rpmlint warning: remove shebang from python library: sed -i '/^#!/d' ./requests/certs.py %patch0 -p1 -%patch1 -p1 rm ./requests/cacert.pem %build @@ -80,7 +78,6 @@ %install python setup.py install \ --root=%{buildroot} --prefix=%{_prefix} -rm -rf %{buildroot}%{python_sitelib}/requests/packages/ %check python setup.py test ++++++ requests-2.8.0.tar.gz -> requests-2.8.1.tar.gz ++++++ ++++ 2493 lines of diff (skipped)
