From bcc737737706a10121607a0768445809e0e85ab1d13e3d8b4467cb61669d9fe6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Jul 2025 11:43:50 +0000 Subject: [PATCH] - update to 6.1.0: * Improve LFUCache insertion performance by switching to an implementation based on the cacheing library. * Update CI environment. * Require Python 3.9 or later (breaking change). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=51 --- cachetools-5.5.2.tar.gz | 3 --- cachetools-6.1.0.tar.gz | 3 +++ python-cachetools.changes | 9 +++++++++ python-cachetools.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 cachetools-5.5.2.tar.gz create mode 100644 cachetools-6.1.0.tar.gz diff --git a/cachetools-5.5.2.tar.gz b/cachetools-5.5.2.tar.gz deleted file mode 100644 index 2f70069..0000000 --- a/cachetools-5.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a661caa9175d26759571b2e19580f9d6393969e5dfca11fdb1f947a23e640d4 -size 28380 diff --git a/cachetools-6.1.0.tar.gz b/cachetools-6.1.0.tar.gz new file mode 100644 index 0000000..9b15790 --- /dev/null +++ b/cachetools-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587 +size 30714 diff --git a/python-cachetools.changes b/python-cachetools.changes index 2dece58..c4338c7 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jul 12 11:43:35 UTC 2025 - Dirk Müller + +- update to 6.1.0: + * Improve LFUCache insertion performance by switching to an + implementation based on the cacheing library. + * Update CI environment. + * Require Python 3.9 or later (breaking change). + ------------------------------------------------------------------- Mon Jun 16 06:12:36 UTC 2025 - Steve Kowalik diff --git a/python-cachetools.spec b/python-cachetools.spec index 7572c22..8fa5c8d 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cachetools -Version: 5.5.2 +Version: 6.1.0 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT