python-yamlloader/python-yamlloader.changes
Dirk Mueller 92556c8947 - update to 1.4.1:
* Fix name of `ConstructorError`
  * enh: add python 3.12, cleanup
- Update to version 1.2.2
  * release: 1.2.2 add Python 3.11 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamlloader?expand=0&rev=10
2024-05-02 22:19:09 +00:00

47 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Thu May 2 22:18:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <dmueller@suse.com>
- 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 <dmueller@suse.com>
- 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 <mcepl@suse.com>
- 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