Hello community, here is the log from the commit of package python-requests for openSUSE:Factory checked in at 2020-12-03 18:37:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-requests (Old) and /work/SRC/openSUSE:Factory/.python-requests.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests" Thu Dec 3 18:37:27 2020 rev:66 rq:851065 version:2.25.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes 2020-08-01 12:30:44.450432252 +0200 +++ /work/SRC/openSUSE:Factory/.python-requests.new.5913/python-requests.changes 2020-12-03 18:37:28.689613094 +0100 @@ -1,0 +2,9 @@ +Thu Nov 26 12:37:34 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 2.25.0: + * Added support for NETRC environment variable. (#5643) + * Requests now supports urllib3 v1.26. + * Requests v2.25.x will be the last release series with support for Python 3.5. +- refreshed requests-no-hardcoded-version.patch + +------------------------------------------------------------------- Old: ---- requests-2.24.0.tar.gz New: ---- requests-2.25.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-requests.spec ++++++ --- /var/tmp/diff_new_pack.Jj09Vm/_old 2020-12-03 18:37:29.909615406 +0100 +++ /var/tmp/diff_new_pack.Jj09Vm/_new 2020-12-03 18:37:29.913615413 +0100 @@ -26,7 +26,7 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requests%{psuffix} -Version: 2.24.0 +Version: 2.25.0 Release: 0 Summary: Python HTTP Library License: Apache-2.0 ++++++ requests-2.24.0.tar.gz -> requests-2.25.0.tar.gz ++++++ ++++ 1770 lines of diff (skipped) ++++++ requests-no-hardcoded-version.patch ++++++ --- /var/tmp/diff_new_pack.Jj09Vm/_old 2020-12-03 18:37:30.029615633 +0100 +++ /var/tmp/diff_new_pack.Jj09Vm/_new 2020-12-03 18:37:30.029615633 +0100 @@ -1,17 +1,8 @@ -Index: requests-2.23.0/setup.py +Index: requests-2.25.0/setup.py =================================================================== ---- requests-2.23.0.orig/setup.py -+++ requests-2.23.0/setup.py -@@ -42,14 +42,14 @@ if sys.argv[-1] == 'publish': - packages = ['requests'] - - requires = [ -- 'chardet>=3.0.2,<4', -- 'idna>=2.5,<3', -+ 'chardet>=3.0.2', -+ 'idna>=2.5', - 'urllib3>=1.21.1,<1.26,!=1.25.0,!=1.25.1', - 'certifi>=2017.4.17' +--- requests-2.25.0.orig/setup.py ++++ requests-2.25.0/setup.py +@@ -49,7 +49,7 @@ requires = [ ] test_requirements = [ _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org