forked from pool/python-ruamel.yaml
Accepting request 1090138 from home:ojkastl_buildservice:Branch_devel_languages_python
OBS-URL: https://build.opensuse.org/request/show/1090138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=71
This commit is contained in:
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 1 05:46:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 0.17.31:
|
||||
* added tag.setter on `ScalarEvent` and on `Node`, that takes
|
||||
either a `Tag` instance, or a str (reported by Sorin Sbarnea)
|
||||
- update to 0.17.30:
|
||||
* fix issue 467, caused by Tag instances not being hashable
|
||||
(reported by Douglas Raillard)
|
||||
- update to 0.17.29:
|
||||
* changed the internals of the tag property from a string to a
|
||||
class which allows for preservation of the original handle and
|
||||
suffix. This should result in better results using documents
|
||||
with %TAG directives, as well as preserving URI escapes in tag
|
||||
suffixes.
|
||||
- update to 0.17.28:
|
||||
* fix for issue 464: documents ending with document end marker
|
||||
without final newline fail to load (reported by Mariusz
|
||||
Rusiniak)
|
||||
- update to 0.17.27:
|
||||
* fix issue with inline mappings as value for merge keys
|
||||
(reported by Sirish)
|
||||
* fix for 468, error inserting after accessing merge attribute on
|
||||
``CommentedMap`` (reported by Bastien gerard)
|
||||
* fix for issue 461 pop + insert on same `CommentedMap` key
|
||||
throwing error (reported by `John Thorvald Wodder II)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 17 09:07:31 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ruamel.yaml
|
||||
Version: 0.17.26
|
||||
Version: 0.17.31
|
||||
Release: 0
|
||||
Summary: Python YAML parser
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baa2d0a5aad2034826c439ce61c142c07082b76f4791d54145e131206e998059
|
||||
size 130976
|
||||
3
ruamel.yaml-0.17.31.tar.gz
Normal file
3
ruamel.yaml-0.17.31.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:098ed1eb6d338a684891a72380277c1e6fc4d4ae0e120de9a447275056dda335
|
||||
size 134338
|
||||
Reference in New Issue
Block a user