14
0

- update to 2024.1.1:

* move tests under package directory
  * PersistentDict: support frozendict, immutabledict, FrozenOrderedSet
  * Tag: implement eq, repr for DottedName
  * persistent_dict: separate different sources of KeyErrors
  * KeyBuilder: allow hashing of classes w/ update_persistent_hash
  * PersistentDict: replace _make_dir_recursively

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=43
This commit is contained in:
2024-03-21 09:32:45 +00:00
committed by Git OBS Bridge
parent c4b689f457
commit 90963d009c
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 21 09:31:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.1.1:
* move tests under package directory
* PersistentDict: support frozendict, immutabledict, FrozenOrderedSet
* Tag: implement eq, repr for DottedName
* persistent_dict: separate different sources of KeyErrors
* KeyBuilder: allow hashing of classes w/ update_persistent_hash
* PersistentDict: replace _make_dir_recursively
-------------------------------------------------------------------
Fri Jan 26 22:30:31 UTC 2024 - Dirk Müller <dmueller@suse.com>