python-yamlloader/python-yamlloader.changes

33 lines
1.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
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