diff --git a/python-requests-cache.changes b/python-requests-cache.changes index 97c0a7d..f4c1ff1 100644 --- a/python-requests-cache.changes +++ b/python-requests-cache.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jun 20 12:49:34 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-requests-cache.spec b/python-requests-cache.spec index 290d2d2..003dc70 100644 --- a/python-requests-cache.spec +++ b/python-requests-cache.spec @@ -17,7 +17,7 @@ Name: python-requests-cache -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Persistent cache for requests library License: BSD-2-Clause diff --git a/requests-cache-1.2.0.tar.gz b/requests-cache-1.2.0.tar.gz deleted file mode 100644 index 94128f4..0000000 --- a/requests-cache-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4cb28e57b25456f348a93185f565d10c90529c619847fe4bbc23dc569fcd4b -size 3057187 diff --git a/requests-cache-1.2.1.tar.gz b/requests-cache-1.2.1.tar.gz new file mode 100644 index 0000000..b4ed32c --- /dev/null +++ b/requests-cache-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5121eebd8a84c67368165778a23c4791cded96305e1daa231f3cb618730b3354 +size 3056882