python-yamlloader/python-yamlloader.changes
Dirk Mueller a2831fea9e Accepting request 1041279 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1041279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yamlloader?expand=0&rev=6
2022-12-08 11:51:11 +00:00

33 lines
1.1 KiB
Plaintext

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