15
0

Accepting request 1248017 from home:glaubitz:branches:devel:languages:python

- Update to 5.5.2
  * Reduce number of ``@cached`` lock/unlock operations.
  * Improve documentation.
  * Update CI environment.

OBS-URL: https://build.opensuse.org/request/show/1248017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=47
This commit is contained in:
2025-02-24 08:43:52 +00:00
committed by Git OBS Bridge
parent 90455d099c
commit 2935a9bbb0
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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>