14
0

- update to 1.2.1:

* Fix normalize_headers not accepting header values in bytes
  * Fix inconsistency due to rounding in
    CachedResponse.expires_unix property
  * Fix form boundary used for cached multipart requests to fully
    comply with RFC 2046
  * Fix loading cached JSON content with decode_content=True when
    the root element is an empty list or object
  * Fix usage example with responses library to be compatible
    with requests 2.32

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-cache?expand=0&rev=22
This commit is contained in:
2024-06-20 12:50:10 +00:00
committed by Git OBS Bridge
parent 81288eb2bd
commit d82bdfa2ca
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jun 20 12:49:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.2.1:
* Fix normalize_headers not accepting header values in bytes
* Fix inconsistency due to rounding in
CachedResponse.expires_unix property
* Fix form boundary used for cached multipart requests to fully
comply with RFC 2046
* Fix loading cached JSON content with decode_content=True when
the root element is an empty list or object
* Fix usage example with responses library to be compatible
with requests 2.32
-------------------------------------------------------------------
Wed Mar 13 10:16:28 UTC 2024 - Dirk Müller <dmueller@suse.com>