15
0

- 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/package/show/devel:languages:python/python-cachetools?expand=0&rev=51
This commit is contained in:
2025-07-12 11:43:50 +00:00
committed by Git OBS Bridge
parent 5c6cc1c715
commit bcc7377377
4 changed files with 13 additions and 4 deletions

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>