1
0

- update to 0.14.0:

* Explicitly allow pathlib.Path as a type for
    FileCache.directory.
  * Drop support for Python 3.7. Python 3.8 is now the minimum
    version.
  * Don't use the cache to return a full response if a request
    has a Range header.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=32
This commit is contained in:
2024-02-03 13:34:46 +00:00
committed by Git OBS Bridge
parent 2c1aa1cc14
commit 1083dbdd84
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Feb 3 13:34:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.14.0:
* Explicitly allow pathlib.Path as a type for
FileCache.directory.
* Drop support for Python 3.7. Python 3.8 is now the minimum
version.
* Don't use the cache to return a full response if a request
has a Range header.
-------------------------------------------------------------------
Fri Dec 29 11:48:07 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>