forked from pool/python-cachetools
Accepting request 1292330 from devel:languages:python
- 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/request/show/1292330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=26
This commit is contained in:
BIN
cachetools-5.5.2.tar.gz
LFS
BIN
cachetools-5.5.2.tar.gz
LFS
Binary file not shown.
3
cachetools-6.1.0.tar.gz
Normal file
3
cachetools-6.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587
|
||||
size 30714
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 11:43:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user