From 90455d099cad61604f371d87ab47890c332b8402729fa246c1e5a4873bca5aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 28 Jan 2025 10:27:30 +0000 Subject: [PATCH] Accepting request 1240539 from home:glaubitz:branches:devel:languages:python - Update to 5.5.1 * Add documentation regarding caching of exceptions. * Officially support Python 3.13. * Update CI environment. OBS-URL: https://build.opensuse.org/request/show/1240539 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=45 --- cachetools-5.5.0.tar.gz | 3 --- cachetools-5.5.1.tar.gz | 3 +++ python-cachetools.changes | 8 ++++++++ python-cachetools.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cachetools-5.5.0.tar.gz create mode 100644 cachetools-5.5.1.tar.gz diff --git a/cachetools-5.5.0.tar.gz b/cachetools-5.5.0.tar.gz deleted file mode 100644 index c0e9515..0000000 --- a/cachetools-5.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a -size 27661 diff --git a/cachetools-5.5.1.tar.gz b/cachetools-5.5.1.tar.gz new file mode 100644 index 0000000..a31f050 --- /dev/null +++ b/cachetools-5.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f238fbba50383ef62e55c6aff6d9673175fe59f7c6782c7a0b9e38f4a9df95 +size 28044 diff --git a/python-cachetools.changes b/python-cachetools.changes index 797565e..a1f7746 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jan 27 13:37:30 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 5.5.1 + * Add documentation regarding caching of exceptions. + * Officially support Python 3.13. + * Update CI environment. + ------------------------------------------------------------------- Sat Sep 28 19:57:53 UTC 2024 - Dirk Müller diff --git a/python-cachetools.spec b/python-cachetools.spec index 5df1e61..12ac499 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,7 +1,7 @@ # # spec file for package python-cachetools # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cachetools -Version: 5.5.0 +Version: 5.5.1 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT