From 1bfd663d10866f404a7b080e4eaead80e8d8210aaab05e4e78bd25e37be9eff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:15:00 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-cachetools revision 2b0558f4d4ac0d3b0dd0693cf74c77bb --- 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