- update to 3.1.5:

* fix support of `auto()` kwds
  * rename `aenum.property` to `aenum.enum_property`
  * fix `extend_enum()` for unhashable values
  * fix `extend_enum()` for most cases

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=16
This commit is contained in:
2022-01-10 14:58:01 +00:00
committed by Git OBS Bridge
parent 32427be49b
commit cdd46a7899
6 changed files with 42 additions and 25 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 10 14:57:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.1.5:
* fix support of `auto()` kwds
* rename `aenum.property` to `aenum.enum_property`
* fix `extend_enum()` for unhashable values
* fix `extend_enum()` for most cases
-------------------------------------------------------------------
Sat Aug 28 20:45:16 UTC 2021 - Matej Cepl <mcepl@suse.com>