------------------------------------------------------------------- Thu May 2 22:18:34 UTC 2024 - Dirk Müller - update to 1.4.1: * Fix name of `ConstructorError` * enh: add python 3.12, cleanup ------------------------------------------------------------------- Fri Dec 29 10:26:01 UTC 2023 - Dirk Müller - update to 1.3.2: * Python 3.11 upgrade, drop 3.7 (use old version < 1.3 if desired in Python 3.7) ------------------------------------------------------------------- Wed Dec 7 22:45:31 UTC 2022 - Yogalakshmi Arunachalam - Update to version 1.2.2 * release: 1.2.2 add Python 3.11 support - Update to version 1.2.1 * Merge pull request #38 from Phynix/python311 * WIP: Update ci.yml ------------------------------------------------------------------- Sat Oct 16 19:36:26 UTC 2021 - Dirk Müller - update to 1.1.0: * format to black * Changed imports of own modules to be relative ------------------------------------------------------------------- Thu Apr 22 20:42:37 UTC 2021 - Dirk Müller - update to 1.0.0: * First stable release. * Main change is that it returns always an OrderedDict, even for Python >= 3.7 for consistency - remove happy_utf8.patch: upstream ------------------------------------------------------------------- Mon Dec 9 11:10:50 UTC 2019 - Matej Cepl - Initial packaging effort for yamlloader 0.5.5 - Add happy_utf8.patch to make package buildable with Python 3.6 as well. gh#Phynix/yamlloader#16