15
0

- update to 5.5.0:

* TTLCache.expire() returns iterable of expired (key, value)
    pairs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=43
This commit is contained in:
2024-09-28 19:58:52 +00:00
committed by Git OBS Bridge
parent f667390054
commit 15208cf3bf
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 28 19:57:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.5.0:
* TTLCache.expire() returns iterable of expired (key, value)
pairs.
-------------------------------------------------------------------
Tue Apr 2 13:10:46 UTC 2024 - Dirk Müller <dmueller@suse.com>