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:   adam
Date:           Tue Aug 14 14:54:26 UTC 2018

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

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ruamel-yaml/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/devel/py-ruamel-yaml/Makefile:1.8
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.7    Fri Jul 13 08:06:39 2018
+++ pkgsrc/devel/py-ruamel-yaml/Makefile        Tue Aug 14 14:54:26 2018
@@ -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/}

Index: pkgsrc/devel/py-ruamel-yaml/distinfo
diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.6 pkgsrc/devel/py-ruamel-yaml/distinfo:1.7
--- pkgsrc/devel/py-ruamel-yaml/distinfo:1.6    Fri Jul 13 08:06:39 2018
+++ pkgsrc/devel/py-ruamel-yaml/distinfo        Tue Aug 14 14:54:26 2018
@@ -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