15
0

6 Commits

Author SHA256 Message Date
a065778c4f Accepting request 1248023 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1248023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=24
2025-02-25 15:39:13 +00:00
78911a9f04 - Update to 5.5.2
* Reduce number of ``@cached`` lock/unlock operations.
  * Improve documentation.
  * Update CI environment.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=47
2025-02-24 08:43:52 +00:00
d2fdce29ac Accepting request 1240758 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=23
2025-01-29 15:09:51 +00:00
d49b98cc48 - 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/package/show/devel:languages:python/python-cachetools?expand=0&rev=45
2025-01-28 10:27:30 +00:00
ccaa0beddb 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
2024-10-09 20:03:25 +00:00
8b44b3aa2f - 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
2024-09-28 19:58:52 +00:00
4 changed files with 28 additions and 5 deletions

Binary file not shown.

BIN
cachetools-5.5.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Feb 24 08:18:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.5.2
* Reduce number of ``@cached`` lock/unlock operations.
* Improve documentation.
* Update CI environment.
-------------------------------------------------------------------
Mon Jan 27 13:37:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <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

@@ -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.3.3
Version: 5.5.2
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT