python-yamlloader/python-yamlloader.changes
Dirk Mueller b5ffa0a025 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamlloader?expand=0&rev=3
2021-04-22 20:44:08 +00:00

16 lines
592 B
Plaintext

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