pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-ruamel-yaml



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 08:40:15 UTC 2023

Modified Files:
        pkgsrc/devel/py-ruamel-yaml: Makefile distinfo

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>`__)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-ruamel-yaml/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-ruamel-yaml/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ruamel-yaml/Makefile
diff -u pkgsrc/devel/py-ruamel-yaml/Makefile:1.25 pkgsrc/devel/py-ruamel-yaml/Makefile:1.26
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.25   Thu May  4 17:23:59 2023
+++ pkgsrc/devel/py-ruamel-yaml/Makefile        Sun May  7 08:40:15 2023
@@ -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/}

Index: pkgsrc/devel/py-ruamel-yaml/distinfo
diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.26 pkgsrc/devel/py-ruamel-yaml/distinfo:1.27
--- pkgsrc/devel/py-ruamel-yaml/distinfo:1.26   Thu May  4 17:23:59 2023
+++ pkgsrc/devel/py-ruamel-yaml/distinfo        Sun May  7 08:40:15 2023
@@ -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



Home | Main Index | Thread Index | Old Index