Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
9cbee4de72 |
BIN
cachetools-5.3.2.tar.gz
(Stored with Git LFS)
BIN
cachetools-5.3.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
cachetools-5.5.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
cachetools-5.5.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 5.3.3:
|
||||||
|
* Documentation improvements.
|
||||||
|
* Update CI environment.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 13:36:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Nov 10 13:36:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cachetools
|
# spec file for package python-cachetools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cachetools
|
Name: python-cachetools
|
||||||
Version: 5.3.2
|
Version: 5.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible memoizing collections and decorators
|
Summary: Extensible memoizing collections and decorators
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user