Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-requests for openSUSE:Factory
checked in at 2022-07-04 11:32:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests (Old)
and /work/SRC/openSUSE:Factory/.python-requests.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests"
Mon Jul 4 11:32:30 2022 rev:73 rq:986373 version:2.28.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes
2022-01-07 12:45:10.923795495 +0100
+++
/work/SRC/openSUSE:Factory/.python-requests.new.1548/python-requests.changes
2022-07-04 11:32:34.903994796 +0200
@@ -1,0 +2,31 @@
+Wed Jun 29 19:11:41 UTC 2022 - Michael Str??der <[email protected]>
+
+- rebased requests-no-hardcoded-version.patch
+- update to 2.28.1
+ * 2.28.1 (2022-06-29)
+ - Improvements
+ + Speed optimization in iter_content with transition to yield from.
(#6170)
+ - Dependencies
+ + Added support for chardet 5.0.0 (#6179)
+ + Added support for charset-normalizer 2.1.0 (#6169)
+ * 2.28.0 (2022-06-09)
+ - Deprecations
+ + warning Requests has officially dropped support for Python 2.7.
warning (#6091)
+ + Requests has officially dropped support for Python 3.6 (including
pypy3.6). (#6091)
+ - Improvements
+ + Wrap JSON parsing issues in Request's JSONDecodeError for payloads
+ without an encoding to make json() API consistent. (#6097)
+ + Parse header components consistently, raising an InvalidHeader error
in all invalid cases. (#6154)
+ + Added provisional 3.11 support with current beta build. (#6155)
+ + Requests got a makeover and we decided to paint it black. (#6095)
+ - Bugfixes
+ + Fixed bug where setting CURL_CA_BUNDLE to an empty string would disable
+ cert verification. All Requests 2.x versions before 2.28.0 are
affected. (#6074)
+ + Fixed urllib3 exception leak, wrapping urllib3.exceptions.SSLError with
+ requests.exceptions.SSLError for content and iter_content. (#6057)
+ + Fixed issue where invalid Windows registry entires caused proxy
resolution
+ to raise an exception rather than ignoring the entry. (#6149)
+ + Fixed issue where entire payload could be included in the error
+ message for JSONDecodeError. (#6036)
+
+-------------------------------------------------------------------
Old:
----
requests-2.27.1.tar.gz
New:
----
requests-2.28.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests.spec ++++++
--- /var/tmp/diff_new_pack.v5t7Z9/_old 2022-07-04 11:32:35.511995775 +0200
+++ /var/tmp/diff_new_pack.v5t7Z9/_new 2022-07-04 11:32:35.515995782 +0200
@@ -26,7 +26,7 @@
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests%{psuffix}
-Version: 2.27.1
+Version: 2.28.1
Release: 0
Summary: Python HTTP Library
License: Apache-2.0
++++++ requests-2.27.1.tar.gz -> requests-2.28.1.tar.gz ++++++
++++ 10582 lines of diff (skipped)
++++++ requests-no-hardcoded-version.patch ++++++
--- /var/tmp/diff_new_pack.v5t7Z9/_old 2022-07-04 11:32:35.619995949 +0200
+++ /var/tmp/diff_new_pack.v5t7Z9/_new 2022-07-04 11:32:35.623995955 +0200
@@ -1,14 +1,13 @@
-Index: requests-2.25.0/setup.py
-===================================================================
---- requests-2.25.0.orig/setup.py
-+++ requests-2.25.0/setup.py
-@@ -49,7 +49,7 @@ requires = [
-
+diff -ur requests-2.28.1.orig/setup.py requests-2.28.1/setup.py
+--- requests-2.28.1.orig/setup.py 2022-06-29 17:09:45.000000000 +0200
++++ requests-2.28.1/setup.py 2022-06-29 21:15:48.428104387 +0200
+@@ -65,7 +65,7 @@
+ "certifi>=2017.4.17",
]
test_requirements = [
-- 'pytest-httpbin==0.0.7',
-+ 'pytest-httpbin>=0.0.7',
- 'pytest-cov',
- 'pytest-mock',
- 'pytest-xdist',
+- "pytest-httpbin==0.0.7",
++ "pytest-httpbin>=0.0.7",
+ "pytest-cov",
+ "pytest-mock",
+ "pytest-xdist",