From e6ff27ea8a2d9e11efefb0e376139b236c9531c7c70a25a08af2a3f79ae44ebf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Dec 2023 11:57:44 +0000 Subject: [PATCH] * 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=24 --- python-aenum.changes | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) 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