15
0

Accepting request 1206442 from devel:languages:python

- update to 5.5.0:
  * TTLCache.expire() returns iterable of expired (key, value)
    pairs.

OBS-URL: https://build.opensuse.org/request/show/1206442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=22
This commit is contained in:
2024-10-09 20:03:25 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 4 deletions

Binary file not shown.

BIN
cachetools-5.5.0.tar.gz LFS Normal file

Binary file not shown.

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-cachetools
Version: 5.3.3
Version: 5.5.0
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT