SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-ruamel.yaml-0.17.21-qubes.2.1.noarch.rpm :

* 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
* Mon Sep 16 2019 John Vandenberg - Replace => with >= in BuildRequires
* Fri Sep 06 2019 Ondřej Súkup - update to 0.16.5
* allow for YAML(typ=[\'unsafe\', \'pytypes\'])
* fix output of TAG directives with #
* move setting of version based on YAML directive to scanner, allowing to check for file version during TAG directive scanning
* preserve YAML and TAG directives on roundtrip, correctly output # in URL for YAML 1.2
* Mon Aug 12 2019 Ondřej Súkup - ruamel.yaml.clib is now harddep
* Thu Aug 08 2019 Ondřej Súkup - update to 0.16.1
* Allow \'#\' in tag URI as these are allowed in YAML 1.2
* Wed Aug 07 2019 Ondřej Súkup - update to 0.16.0
* split c-library to separeate package (python-ruamel.yaml.clib)
* Mon Jul 15 2019 John Vandenberg - Fix %python_exec -> %python_expand- update to 0.15.99
* add `py.typed` to distribution
* more accurately specify repository in README- from 0.15.98
* pass memo on to deepcopy
* regenerate ext/_ruamel_yaml.c with Cython version 0.29.12 needed for Python 3.8 betas
* Tue May 21 2019 Ondřej Súkup - update to 0.15.96
* fix failure to round-trip anchored scalars in block sequence
* fix failure to indent comments on round-trip anchored block style scalars in block sequence
* Tue May 14 2019 Ondřej Súkup - update to 0.15.94
* fix missing line-break after end-of-file comments not ending in line-break
* fix failure to parse empty implicit flow mapping key
* in YAML 1.1 plains scalars `y`, \'n\', `Y`, and \'N\' are now correctly recognised as booleans and such strings dumped quoted
* Thu Apr 18 2019 Ondřej Súkup - update to 0.15.92
* fix failure to parse empty implicit block mapping key
* allowing duplicate keys would not work for merge keys
* fix issue with updating CommentedMap from list of tuples
* Fri Mar 01 2019 Ondřej Súkup - update to 0.15.89
* fix for items with flow-mapping in block sequence output on single line
* fix for safe dumping erroring in creation of representereror when dumping namedtuple
* fix inclusing of python code from the subpackage data
* Tue Jan 29 2019 Ondřej Súkup - update to 0.15.87
* fix problem with empty lists and the code to reinsert merge keys
* reinsert merge key in its old position
* fix for issue with non-ASCII anchor names
* fix for issue when parsing flow mapping value starting with colon
* the types used by `SafeConstructor` for mappings and sequences can now by set by assigning to `XXXConstructor.yaml_base_dict_type` (and `..._list_type`), preventing the need to copy two methods with 50+ lines that had `var = {}` hardcoded.
* fix for `CommentedMap.copy()` not returning `CommentedMap`
* fix for bug in roundtripping aliases used as key
* anchors and aliases on scalar int, float, string and bool are now preserved. Anchors do not need a referring alias for these
* fix issue saving methods of metaclass derived classes
 
ICM