15
0

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:
2025-07-15 14:42:56 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 4 deletions

Binary file not shown.

3
cachetools-6.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587
size 30714

View File

@@ -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>

View File

@@ -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