SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-ruamel.yaml-0.17.31-77.4.noarch.rpm :

* Thu Jun 01 2023 Johannes Kastl - 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 2023 Johannes Kastl - adapt patch 0000-fix-big-endian-issues.patch- update to 0.17.26: - Fix for error on edge cage for issue 459- update to 0.17.25: - fix for regression while dumping wrapped strings with too many backslashes removed (issue 459, reported by `Lele Gaifax `__)- update to 0.17.24: - rewrite of ``CommentedMap.insert()``. If you have a merge key in the YAML document for the mapping you insert to, the position value should be the one as you look at the YAML input. This fixes issue 453 where other keys of a merged in mapping would show up after an insert (reported by `Alex Miller `__). It also fixes a call to `.insert()` resulting into the merge key to move to be the first key if it wasn\'t already and it is also now possible to insert a key before a merge key (even if the fist key in the mapping). - fix (in the pure Python implementation including default) for issue 447. (reported by `Jack Cherng `__, also brought up by brent on `StackOverflow `__)- update to 0.17.23: - fix 458, error on plain scalars starting with word longer than width. (reported by `Kyle Larose `__) - fix for ``.update()`` no longer correctly handling keyword arguments (reported by John Lin on `__) - fix issue 454: high Unicode (emojis) in quoted strings always escaped (reported by `Michal Čihař `__ based on a question on StackOverflow). - fix issue with emitter conservatively inserting extra backslashes in wrapped quoted strings (reported by thebenman on `StackOverflow `__)- update to 0.17.22: - fix issue 449 where the second exclamation marks got URL encoded (reported and fixing PR provided by `John Stark `__) - fix issue with indent != 2 and literal scalars with empty first line (reported by wrdis on `StackOverflow `__) - updated __repr__ of CommentedMap, now that Python\'s dict is ordered -> no more ordereddict(list-of-tuples) - merge MR 4, handling OctalInt in YAML 1.1 (provided by `Jacob Floyd `_) - fix loading of `!!float 42` (reported by Eric on `Stack overflow `_) - line numbers are now set on `CommentedKeySeq` and `CommentedKeyMap` (which are created if you have a sequence resp. mapping as the key in a mapping) - plain scalars: put single words longer than width on a line of their own, instead of after the previous line (issue 427, reported by `Antoine Cotten `_). Caveat: this currently results in a space ending the previous line. - fix for folded scalar part of 421: comments after \">\" on first line of folded scalars are now preserved (as were those in the same position on literal scalars). Issue reported by Jacob Floyd. - added stacklevel to warnings - typing changed from Py2 compatible comments to Py3, removed various Py2-isms
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Tue Jul 19 2022 Dirk Müller - update to 0.17.21:
* fix bug in calling `.compose()` method with `pathlib.Path` instance.
* Thu Apr 28 2022 Jan Baier - add 0000-fix-big-endian-issues.patch to workaround issue 360 on big endian systems
* Mon Jan 10 2022 Dirk Müller - update to 0.17.20: - fix error in microseconds while rounding datetime fractions >= 9999995 - fix mypy problems - copy-paste error in folded scalar comment attachment - fix 411, indent error comment between key empty seq value
* Mon Nov 29 2021 Dirk Müller - update to 0.17.17:
* extract timestamp matching/creation to util
* Sat Oct 16 2021 Dirk Müller - update to 0.17.16: - also handle issue 397 when comment is newline - fix issue 397, insert comment before key when a comment between key and value exists - fix issue 396, inserting key/val in merged-in dictionary - minor fix in attr handling - fix issue with anchor on registered class not preserved and those classes using package attrs with `AATTattr.s()` - fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski - fix typo in reader error message, causing `KeyError` during reader error
* Sat Jul 17 2021 Dirk Müller - update to 0.17.10: - fix issue 388, token with old comment structure != two elements - fix issue with updating CommentedMap - fix for issue 387 where templated anchors on tagged object did get set resulting in potential id reuse. - issue 385 also affected other deprecated loaders - merged type annotations update - deprecated round_trip_loader function not working - wasted a few hours getting rid of mypy warnings/errors - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt
* Sun May 02 2021 Matthias Fehring - update to 0.17.4
* prevent (empty) comments from throwing assertion error comments (or empty line) will be dropped- update to 0.17.3
* fix for issue 382 caused by an error in a format string
* allow expansion of aliases by setting yaml.composer.return_alias = lambda s: copy.deepcopy(s)
* Tue Mar 30 2021 Ondřej Súkup - update to 0.17.2
* fix upstream packaging problems
* Fri Mar 26 2021 Ondřej Súkup - update to 0.17.0
* drop python2 support
* preparation for f-strings
* Fri Oct 16 2020 Matthias Fehring - update to 0.16.12
* update links in doc- update to 0.16.11
* workaround issue with setuptools 0.50 and importing pip
* Fri Feb 21 2020 Ondřej Súkup - update to 0.16.10 (bsc#1164458, CVE-2019-20478)
* fix typchecking issue on TaggedScalar
* fix error in dumping literal scalar in sequence with comments before element
* fix empty string mapping key roundtripping with preservation of quotes as ? ‘
* fix incorrect state setting in class constructor
 
ICM