14
0

People can use this to load YAML 1.2 files without moving away from PyYAML

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamlcore?expand=0&rev=1
This commit is contained in:
2024-10-11 11:50:42 +00:00
committed by Git OBS Bridge
commit d16eb1f7f7
5 changed files with 110 additions and 0 deletions

16
python-yamlcore.changes Normal file
View File

@@ -0,0 +1,16 @@
-------------------------------------------------------------------
Wed Oct 9 19:21:20 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Update to 0.0.4
- Fix metadata (adding all test data and Changelog to the build)
-------------------------------------------------------------------
Sat Oct 5 23:13:31 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Update to 0.0.3
- Possibly breaking change: Forbid duplicate keys
- Add PyYAML dependency to meta data
- Update to 0.0.2
- Move loader and dumper classes to __init__.py
- Add Changelog