Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-requests-cache for 
openSUSE:Factory checked in at 2024-03-13 22:20:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-cache (Old)
 and      /work/SRC/openSUSE:Factory/.python-requests-cache.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-requests-cache"

Wed Mar 13 22:20:49 2024 rev:9 rq:1157517 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-requests-cache/python-requests-cache.changes  
    2023-11-23 21:42:45.776164882 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-requests-cache.new.1770/python-requests-cache.changes
    2024-03-13 22:22:10.192218055 +0100
@@ -1,0 +2,41 @@
+Wed Mar 13 10:16:28 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.2.0:
+  * Drop support for python 3.7
+  * Remove methods deprecated in 1.0 from `CachedSession` and
+    `BaseCache`
+  * Add support for `X-HTTP-Method-Override` and other headers
+    that can override request method
+  * Add `CachedSession.wrap()` classmethod to add caching to an
+    existing `requests.Session` object
+  * Add `vacuum` parameter to `SQLiteCache.delete()` to
+    optionally skip vacuuming after deletion (enabled by default
+    to free up disk space)
+  * Optimize `SQLiteCache.delete()` when deleting a single key
+  * Add support for RFC 7159 JSON body with `decode_content=True`
+    (root element with any type)
+  * Use timezone-aware UTC datetimes for all internal expiration
+    values
+  * Add support for python 3.12
+  * Note: There is a known bug with multiprocess/multithreaded
+    usage of the SQLite backend on python 3.12.
+  * Add support for cattrs 23.2
+  * Fix `IncompleteRead` error that could sometimes occur with
+    streaming requests due to mismatch with `Content-Length`
+    header
+  * Handle a corner case with streaming requests, conditional
+    requests, and redirects
+  * When redacting ignored parameters from a cached response,
+    keep the rest of the original URL and headers without
+    normalizing
+  * Add `CachedHTTPResponse._request_url` property for
+    compatibility with urllib3
+  * Fix form boundary used for cached multipart requests to
+    comply with RFC 2046
+  * If an explicit CA bundle path is passed via `verify` param,
+    cache the response under the same key as `verify=True`
+  * Handle JSON Content-Type charsets and MIME type variations
+    (such as `application/vnd.api+json`) during request
+    normalization and serialization
+
+-------------------------------------------------------------------

Old:
----
  requests-cache-1.1.1.tar.gz

New:
----
  requests-cache-1.2.0.tar.gz

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

Other differences:
------------------
++++++ python-requests-cache.spec ++++++
--- /var/tmp/diff_new_pack.MHWQIQ/_old  2024-03-13 22:22:10.704236952 +0100
+++ /var/tmp/diff_new_pack.MHWQIQ/_new  2024-03-13 22:22:10.704236952 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests-cache
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-requests-cache
-Version:        1.1.1
+Version:        1.2.0
 Release:        0
 Summary:        Persistent cache for requests library
 License:        BSD-2-Clause

++++++ requests-cache-1.1.1.tar.gz -> requests-cache-1.2.0.tar.gz ++++++
++++ 7946 lines of diff (skipped)

Reply via email to