2023-05-30 09:58:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: update to 0.17.28.
[0, 17, 28]: 2023-05-26
- fix for issue 464: documents ending with document end marker without final \
newline
fail to load (reported by `Mariusz Rusiniak \
<https://sourceforge.net/u/r2dan/profile/>`__)
[0, 17, 27]: 2023-05-25
- fix issue with inline mappings as value for merge keys
(reported by Sirish on `StackOverflow \
<https://stackoverflow.com/q/76331049/1307905>`__)
- fix for 468, error inserting after accessing merge attribute on ``CommentedMap``
(reported by `Bastien gerard <https://sourceforge.net/u/bagerard/>`__)
- fix for issue 461 pop + insert on same `CommentedMap` key throwing error
(reported by `John Thorvald Wodder II \
<https://sourceforge.net/u/jwodder/profile/>`__)
|
2023-05-10 07:19:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: updated to 0.17.26
0.17.26
- Fix for error on edge cage for issue 459
0.17.25
- fix for regression while dumping wrapped strings with too many backslashes removed
|
2023-05-07 10:40:15 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: update to 0.17.24.
[0, 17, 24]: 2023-05-06
- 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 <https://sourceforge.net/u/millerdevel/profile/>`__). 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 <https://sourceforge.net/u/jfcherng/profile/>`__,
also brought up by brent on
`StackOverflow <https://stackoverflow.com/q/40072485/1307905>`__)
[0, 17, 23]: 2023-05-05
- fix 458, error on plain scalars starting with word longer than width.
(reported by `Kyle Larose <https://sourceforge.net/u/klarose/profile/>`__)
- fix for ``.update()`` no longer correctly handling keyword arguments
(reported by John Lin on <StackOverflow
`<https://stackoverflow.com/q/76089100/1307905>`__)
- fix issue 454: high Unicode (emojis) in quoted strings always
escaped (reported by `Michal Čihař \
<https://sourceforge.net/u/nijel/profile/>`__
based on a question on StackOverflow).
- fix issue with emitter conservatively inserting extra backslashes in wrapped
quoted strings (reported by thebenman on `StackOverflow
<https://stackoverflow.com/q/75631454/1307905>`__)
|
2023-05-04 19:23:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ruamel-yaml: updated to 0.17.22
0.17.22
- fix issue 449 where the second exclamation marks got URL encoded (reported
and fixing PR provided by `John Stark \
<https://sourceforge.net/u/jods/profile/>`__)
- fix issue with indent != 2 and literal scalars with empty first line
(reported by wrdis on `StackOverflow \
<https://stackoverflow.com/q/75584262/1307905>`__)
- 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 <https://sourceforge.net/u/cognifloyd/profile/>`_)
- fix loading of `!!float 42` (reported by Eric on
`Stack overflow <https://stackoverflow.com/a/71555107/1307905>`_)
- 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
<https://sourceforge.net/u/antoineco/profile/>`_). 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
|
2022-02-12 18:55:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: updated to 0.17.21
0.17.21:
- fix bug in calling `.compose()` method with `pathlib.Path` instance.
|
2022-01-10 23:40:19 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-ruamel-yaml: fix installation
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-04 13:35:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: updated to 0.17.20
0.17.20
- fix error in microseconds while rounding datetime fractions >= 9999995
0.17.19
- fix mypy problems
0.17.18
- copy-paste error in folded scalar comment attachment
- fix 411, indent error comment between key empty seq value
|
2021-11-07 15:51:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ruamel-yaml: updated to 0.17.17
0.17.17
- extract timestamp matching/creation to util
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|