From 15208cf3bf3ca34d3a84333fa47ac2c1eea611b8f595c50aa87192da5417207a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 28 Sep 2024 19:58:52 +0000 Subject: [PATCH] - 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 --- cachetools-5.3.3.tar.gz | 3 --- cachetools-5.5.0.tar.gz | 3 +++ python-cachetools.changes | 7 +++++++ python-cachetools.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 cachetools-5.3.3.tar.gz create mode 100644 cachetools-5.5.0.tar.gz diff --git a/cachetools-5.3.3.tar.gz b/cachetools-5.3.3.tar.gz deleted file mode 100644 index 7a5b885..0000000 --- a/cachetools-5.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105 -size 26522 diff --git a/cachetools-5.5.0.tar.gz b/cachetools-5.5.0.tar.gz new file mode 100644 index 0000000..c0e9515 --- /dev/null +++ b/cachetools-5.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a +size 27661 diff --git a/python-cachetools.changes b/python-cachetools.changes index b7ffdaa..797565e 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Sep 28 19:57:53 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-cachetools.spec b/python-cachetools.spec index 695956e..5df1e61 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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