14
0

- update to 2024.1.2:

* WriteOncePersistentDict: use functools.lru_cache
  * PersistentDict: better docs, type annotations
  * clean up some version_info checks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=45
This commit is contained in:
2024-04-27 07:45:16 +00:00
committed by Git OBS Bridge
parent 90963d009c
commit c3bb26987c
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 27 07:43:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.2:
* WriteOncePersistentDict: use functools.lru_cache
* PersistentDict: better docs, type annotations
* clean up some version_info checks
-------------------------------------------------------------------
Thu Mar 21 09:31:01 UTC 2024 - Dirk Müller <dmueller@suse.com>