15
0

- update to 5.3.0:

* Add ``cache_info()`` function to ``@cached`` decorator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=33
This commit is contained in:
2023-01-28 12:29:08 +00:00
committed by Git OBS Bridge
parent d8958c3fe4
commit 5ecf1b3759
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 28 12:28:38 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.3.0:
* Add ``cache_info()`` function to ``@cached`` decorator.
-------------------------------------------------------------------
Fri Jan 13 09:53:36 UTC 2023 - Dirk Müller <dmueller@suse.com>