diff --git a/python-aenum.changes b/python-aenum.changes index 94bf36c..2828aba 100644 --- a/python-aenum.changes +++ b/python-aenum.changes @@ -2,19 +2,13 @@ Thu Dec 14 09:12:26 UTC 2023 - Petr Gajdos - 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 + * remove Python 2.6 code + * add Python 3.12 enhancements + * split source code into separate files + * Enum and Flag inherit from stdlib versions + * support inheriting from empty NamedTuples + * prevent test_v3.py from being run as main + * Move Py2/3 specific code to dedicated files ------------------------------------------------------------------- Mon Nov 13 09:13:22 UTC 2023 - Dirk Müller