15
0

- update to 5.3.2:

* Add support for Python 3.12.
  * Various documentation improvements.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=39
This commit is contained in:
2023-11-10 13:36:54 +00:00
committed by Git OBS Bridge
parent 45b7662f47
commit 693c64c6b5
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 10 13:36:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.3.2:
* Add support for Python 3.12.
* Various documentation improvements.
-------------------------------------------------------------------
Mon May 29 16:03:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -109,7 +116,7 @@ Wed Apr 29 10:47:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.1.0:
- Support ``user_function`` with ``cachetools.func`` decorators
(Python 3.8 compatibility).
- Support ``cache_parameters()`` with ``cachetools.func`` decorators
(Python 3.9 compatibility).