pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ruamel-yaml py-ruamel-yaml: updated to 0.15.54



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c8fe32f8c32
branches:  trunk
changeset: 311573:4c8fe32f8c32
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 14 14:54:26 2018 +0000

description:
py-ruamel-yaml: updated to 0.15.54

[0, 15, 54]:
  - fix issue where a comment could pop-up twice in the output
  - fix issue where JSON object (mapping) without spaces was not parsed
    properly
  - fix issue where comments after empty flow-style mappings were not emitted

[0, 15, 53]:
  - fix issue with flow style mapping with comments gobbled newline
  - fix issue where single '+' under YAML 1.2 was interpreted as
    integer, erroring out

[0, 15, 52]:
  - added .copy() mapping representation for round-tripping
    (CommentedMap) to fix incomplete copies of merged mappings
  - Also unmade that class a subclass of ordereddict to solve incorrect behaviour
    for {**merged-mapping} and dict(**merged-mapping)

[0, 15, 51]:
  - Fix method name dumps (were not dotted) and loads (reported by Douglas Raillard
  - Fix spurious trailing white-space caused when the comment start
    column was no longer reached and there was no actual EOL comment
    (e.g. following empty line) and doing substitutions, or when
    quotes around scalars got dropped.

[0, 15, 50]:
  - Allow YAML() as a context manager for output, thereby making it much easier
    to generate multi-documents in a stream.
  - Fix issue with incorrect type information for load() and dump()

diffstat:

 devel/py-ruamel-yaml/Makefile |   4 ++--
 devel/py-ruamel-yaml/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 27c268c9da74 -r 4c8fe32f8c32 devel/py-ruamel-yaml/Makefile
--- a/devel/py-ruamel-yaml/Makefile     Tue Aug 14 14:47:55 2018 +0000
+++ b/devel/py-ruamel-yaml/Makefile     Tue Aug 14 14:54:26 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/07/13 08:06:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/08/14 14:54:26 adam Exp $
 
-DISTNAME=      ruamel.yaml-0.15.43
+DISTNAME=      ruamel.yaml-0.15.54
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
diff -r 27c268c9da74 -r 4c8fe32f8c32 devel/py-ruamel-yaml/distinfo
--- a/devel/py-ruamel-yaml/distinfo     Tue Aug 14 14:47:55 2018 +0000
+++ b/devel/py-ruamel-yaml/distinfo     Tue Aug 14 14:54:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/07/13 08:06:39 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/08/14 14:54:26 adam Exp $
 
-SHA1 (ruamel.yaml-0.15.43.tar.gz) = 26dd83f78fb24e2508cb0199d1450f0eb81eb6c8
-RMD160 (ruamel.yaml-0.15.43.tar.gz) = e1196b123559e0ebcd73702ae446e51c0d9ca9c3
-SHA512 (ruamel.yaml-0.15.43.tar.gz) = 4f728f5a313df655662580eb2579ba0c2b61d8fbaa26b32abbe36acb5aba6f3e55f9ebeed25d3c6840d7b80c73edefb0c2b47e156f8fc4b01ee06b319571af0a
-Size (ruamel.yaml-0.15.43.tar.gz) = 280325 bytes
+SHA1 (ruamel.yaml-0.15.54.tar.gz) = 7edbf7afd5f6a4630385bcb68db862011201c0b1
+RMD160 (ruamel.yaml-0.15.54.tar.gz) = 38cb0ed812c0eb081dc47feaab6e85efde13c439
+SHA512 (ruamel.yaml-0.15.54.tar.gz) = a1dbb1ae8e0d0fb9dfce19597c40ec43b4347adf4e3894c65955cdd4db24313e3104166e344f5e283e4b87374b5996931c6fb68ce9d67c4fee9434b1cd9d1d1f
+Size (ruamel.yaml-0.15.54.tar.gz) = 287986 bytes



Home | Main Index | Thread Index | Old Index