0ebd6e5ef9
- update to 0.18.10: * implemented changes to the setup.py for Python 3.14 as suggested by Miro Hrončok * fix issue with roundtripping 0 in YAML 1.1 * added warning to README.md that PyPI might block updates due to breaking changes * fixes for README * fixes preserving anchor on scalar integer 0 * fix for formatting of README suggested by Michael R. Crusoe
Dirk Mueller2025-02-24 10:17:10 +00:00
7c2b663a27
- 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 @attr.s() - fix error baseclass for `DuplicateKeyErorr (reported by Łukasz Rogalski - fix typo in reader error message, causing KeyError during reader error
Dirk Mueller2021-10-16 22:33:52 +00:00
24a75e3d1a
- 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
Dirk Mueller2021-07-17 13:54:50 +00:00
677bd88895
- update to 0.16.10 * 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
Ondřej Súkup2020-02-21 10:03:55 +00:00
999f00903b
- 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
Ondřej Súkup2019-09-06 06:56:01 +00:00
9b71306e3c
- 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
Ondřej Súkup2019-05-14 07:25:01 +00:00
c29703af3f
- 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
Ondřej Súkup2019-04-18 13:23:33 +00:00
5a4bbc9ccd
- 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
Ondřej Súkup2019-03-01 14:18:23 +00:00
aaee53b84e
Accepting request 669780 from devel:languages:python
Stephan Kulow
2019-02-02 20:48:46 +00:00
a340ce1ae1
Accepting request 669501 from home:mimi_vx:branches:devel:languages:python
Tomáš Chvátal
2019-01-29 11:13:45 +00:00