14
0

- 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
This commit is contained in:
2021-04-22 20:44:08 +00:00
committed by Git OBS Bridge
parent af294c660b
commit b5ffa0a025
5 changed files with 19 additions and 23 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>