15
0
forked from pool/python-aenum

Accepting request 1133124 from home:pgajdos:python

pmmu version update

OBS-URL: https://build.opensuse.org/request/show/1133124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=23
This commit is contained in:
2023-12-15 11:57:06 +00:00
committed by Git OBS Bridge
parent 26eb09825c
commit 06f55777a6
5 changed files with 28 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 14 09:12:26 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 3.1.15
- remove Python 2.6 code
- add Python 3.12 enhancements
- split source code into separate files
- Enum and Flag inherit from stdlib versions
3.1.12
======
support inheriting from empty NamedTuples
3.1.10
======
prevent test_v3.py from being run as main
3.1.9
=====
Move Py2/3 specific code to dedicated files
-------------------------------------------------------------------
Mon Nov 13 09:13:22 UTC 2023 - Dirk Müller <dmueller@suse.com>