Skip to content

Commit

Permalink
py-ruamel-yaml: update to 0.17.24.
Browse files Browse the repository at this point in the history
[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>`__)
  • Loading branch information
0-wiz-0 committed May 7, 2023
1 parent 5d5cc91 commit ee9bcdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-ruamel-yaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2023/05/04 17:23:59 adam Exp $
# $NetBSD: Makefile,v 1.26 2023/05/07 08:40:15 wiz Exp $

DISTNAME= ruamel.yaml-0.17.22
DISTNAME= ruamel.yaml-0.17.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-ruamel-yaml/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.26 2023/05/04 17:23:59 adam Exp $
$NetBSD: distinfo,v 1.27 2023/05/07 08:40:15 wiz Exp $

BLAKE2s (ruamel.yaml-0.17.22.tar.gz) = c65cdbd74ee251a7051954602a101a3762c54ced7a837b517d6e3283fc0f06fc
SHA512 (ruamel.yaml-0.17.22.tar.gz) = be5456f17d5c966468e46bf8394f1cf779892f322bf4b8bab6158126d0dd71cc0347467bf8fd05bd38097fbc6bd684e60bf2412e020b1a688a1e6893204f623e
Size (ruamel.yaml-0.17.22.tar.gz) = 128237 bytes
BLAKE2s (ruamel.yaml-0.17.24.tar.gz) = 85cbc2f87b2095020f8473582e51f87c6093daa1d4996b3c34f881c626016c81
SHA512 (ruamel.yaml-0.17.24.tar.gz) = e55f5689d9020166b8fb1cdb763b7a1cb12094a309ba0a364ada774178bf03be44bbbf1d6beb42655bebebd0e1ea8848abe646ed9451f457ffef66d02faabf2c
Size (ruamel.yaml-0.17.24.tar.gz) = 130730 bytes
SHA1 (patch-setup.py) = 1883f23fedba174b8f31c7f19e88bd836c893dab

0 comments on commit ee9bcdb

Please sign in to comment.