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:   gdt
Date:           Tue Aug 13 22:50:51 UTC 2019

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

Log Message:
devel/py-ruamel-yaml: Update to 0.15.100

(While 0.16.1 is current, that update perhaps is more complicated, so
I'm updating to the last release of 0.15 as an intermediate step.)

[0, 15, 100]: 2019-07-17
  - fixing issue with dumping deep-copied data from commented YAML, by
    providing both the memo parameter to __deepcopy__, and by allowing
    startmarks to be compared on their content (reported by `Theofilos
    Petsios
    <https://bitbucket.org/%7Be550bc5d-403d-4fda-820b-bebbe71796d3%7D/>`__)

[0, 15, 99]: 2019-07-12
  - add `py.typed` to distribution, based on a PR submitted by
    `Michael Crusoe
    <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
  - merge PR 40 (also by Michael Crusoe) to more accurately specify
    repository in the README (also reported in a misunderstood issue
    some time ago)

[0, 15, 98]: 2019-07-09
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.12, needed
    for Python 3.8.0b2 (reported by `John Vandenberg
    <https://bitbucket.org/%7B6d4e8487-3c97-4dab-a060-088ec50c682c%7D/>`__)

[0, 15, 97]: 2019-06-06
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.10, needed for
    Python 3.8.0b1
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.9, needed for
    Python 3.8.0a4 (reported by `Anthony Sottile
    <https://bitbucket.org/%7B569cc8ea-0d9e-41cb-94a4-19ea517324df%7D/>`__)

[0, 15, 96]: 2019-05-16
  - fix failure to indent comments on round-trip anchored block style
    scalars in block sequence (reported by `William Kimball
    <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)

[0, 15, 95]: 2019-05-16
  - fix failure to round-trip anchored scalars in block sequence
    (reported by `William Kimball
    <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)
  - wheel files for Python 3.4 no longer provided (`Python 3.4 EOL 2019-03-18
    <https://www.python.org/dev/peps/pep-0429/>`__)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-ruamel-yaml/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ruamel-yaml/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/devel/py-ruamel-yaml/Makefile:1.11
--- pkgsrc/devel/py-ruamel-yaml/Makefile:1.10   Tue May  7 09:29:38 2019
+++ pkgsrc/devel/py-ruamel-yaml/Makefile        Tue Aug 13 22:50:51 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/05/07 09:29:38 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/08/13 22:50:51 gdt Exp $
 
-DISTNAME=      ruamel.yaml-0.15.94
+DISTNAME=      ruamel.yaml-0.15.100
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml/}

Index: pkgsrc/devel/py-ruamel-yaml/PLIST
diff -u pkgsrc/devel/py-ruamel-yaml/PLIST:1.7 pkgsrc/devel/py-ruamel-yaml/PLIST:1.8
--- pkgsrc/devel/py-ruamel-yaml/PLIST:1.7       Tue Aug 13 22:45:59 2019
+++ pkgsrc/devel/py-ruamel-yaml/PLIST   Tue Aug 13 22:50:51 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/08/13 22:45:59 gdt Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/08/13 22:50:51 gdt Exp $
 ${PYSITELIB}/_ruamel_yaml.so
 ${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -79,6 +79,7 @@ ${PYSITELIB}/ruamel/yaml/loader.py
 ${PYSITELIB}/ruamel/yaml/main.py
 ${PYSITELIB}/ruamel/yaml/nodes.py
 ${PYSITELIB}/ruamel/yaml/parser.py
+${PYSITELIB}/ruamel/yaml/py.typed
 ${PYSITELIB}/ruamel/yaml/reader.py
 ${PYSITELIB}/ruamel/yaml/representer.py
 ${PYSITELIB}/ruamel/yaml/resolver.py

Index: pkgsrc/devel/py-ruamel-yaml/distinfo
diff -u pkgsrc/devel/py-ruamel-yaml/distinfo:1.9 pkgsrc/devel/py-ruamel-yaml/distinfo:1.10
--- pkgsrc/devel/py-ruamel-yaml/distinfo:1.9    Tue May  7 09:29:38 2019
+++ pkgsrc/devel/py-ruamel-yaml/distinfo        Tue Aug 13 22:50:51 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/05/07 09:29:38 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/08/13 22:50:51 gdt Exp $
 
-SHA1 (ruamel.yaml-0.15.94.tar.gz) = 7d698a164480b305a46c5939a566ab4d676a0cab
-RMD160 (ruamel.yaml-0.15.94.tar.gz) = 8d6142ebfadaac886678309ef23d97b0b1f70268
-SHA512 (ruamel.yaml-0.15.94.tar.gz) = 5b939658fbf6418789ea6ac0f38aefbaa927bae7457cc26ce701dc93abd5dc47df2a94717d795bafff92256cb10a9bbed079617d083a365de457c42f98e62dc3
-Size (ruamel.yaml-0.15.94.tar.gz) = 312571 bytes
+SHA1 (ruamel.yaml-0.15.100.tar.gz) = abf532a0cc31ea224e3895f60025e7466b16d7ae
+RMD160 (ruamel.yaml-0.15.100.tar.gz) = 168c1dbefb1fc3125e2b49020e11f2ad4f59670d
+SHA512 (ruamel.yaml-0.15.100.tar.gz) = b4112d85337aa88e8df3c9142b881a17ccc254d79b58124d360bc3f0bba2177870af252abc4821617916f566b923ad794782795dfa71e9e3ff87252b586434fe
+Size (ruamel.yaml-0.15.100.tar.gz) = 318632 bytes



Home | Main Index | Thread Index | Old Index