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: Update to 0.16.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cf7cbd8e3e5
branches:  trunk
changeset: 419404:0cf7cbd8e3e5
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Dec 17 10:11:28 2019 +0000

description:
py-ruamel-yaml: Update to 0.16.5

pkgsrc changes:
 - Remove dependency to py-typing, no longer needed since version 0.14.9
 - Reset USE_LANGUAGES, C parts were splitted in py-ruamel-yaml-clib and a C
   compiler is no longer needed

Changes:
[0, 16, 5]: 2019-08-18
  - allow for ``YAML(typ=['unsafe', 'pytypes'])``

[0, 16, 4]: 2019-08-16
  - fix output of TAG directives with # (reported by `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 3]: 2019-08-15
  - move setting of version based on YAML directive to scanner, allowing to
    check for file version during TAG directive scanning

[0, 16, 2]: 2019-08-15
  - preserve YAML and TAG directives on roundtrip, correctly output #
    in URL for YAML 1.2 (both reported by `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 1]: 2019-08-08
  - Force the use of new version of ruamel.yaml.clib (reported by `Alex Joz
    <https://bitbucket.org/%7B9af55900-2534-4212-976c-61339b6ffe14%7D/>`__)
  - Allow '#' in tag URI as these are allowed in YAML 1.2 (reported by
    `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 0]: 2019-07-25
  - split of C source that generates .so file to ruamel.yaml.clib
  - duplicate keys are now an error when working with the old API as well

diffstat:

 devel/py-ruamel-yaml/Makefile |   9 ++++++---
 devel/py-ruamel-yaml/PLIST    |   3 +--
 devel/py-ruamel-yaml/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r ec2ece57d69f -r 0cf7cbd8e3e5 devel/py-ruamel-yaml/Makefile
--- a/devel/py-ruamel-yaml/Makefile     Tue Dec 17 10:06:14 2019 +0000
+++ b/devel/py-ruamel-yaml/Makefile     Tue Dec 17 10:11:28 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/08/23 12:39:24 gdt Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/17 10:11:28 leot Exp $
 
-DISTNAME=      ruamel.yaml-0.15.100
+DISTNAME=      ruamel.yaml-0.16.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/1}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/ruamel.yaml/}
@@ -10,11 +10,14 @@
 COMMENT=       YAML parser/emitter
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-ruamel-ordereddict>=0.4.9:../../devel/py-ruamel-ordereddict
-DEPENDS+=      ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
 .endif
 
+DEPENDS+=      ${PYPKGPREFIX}-ruamel-yaml-clib>=0.1.2:../../devel/py-ruamel-yaml-clib
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ec2ece57d69f -r 0cf7cbd8e3e5 devel/py-ruamel-yaml/PLIST
--- a/devel/py-ruamel-yaml/PLIST        Tue Dec 17 10:06:14 2019 +0000
+++ b/devel/py-ruamel-yaml/PLIST        Tue Dec 17 10:11:28 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/08/14 13:49:47 gdt Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/12/17 10:11:28 leot Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -6,7 +6,6 @@
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/${EGG_NAME}-nspkg.pth
-${PYSITELIB}/_ruamel_yaml.so
 ${PYSITELIB}/ruamel/yaml/__init__.py
 ${PYSITELIB}/ruamel/yaml/__init__.pyc
 ${PYSITELIB}/ruamel/yaml/__init__.pyo
diff -r ec2ece57d69f -r 0cf7cbd8e3e5 devel/py-ruamel-yaml/distinfo
--- a/devel/py-ruamel-yaml/distinfo     Tue Dec 17 10:06:14 2019 +0000
+++ b/devel/py-ruamel-yaml/distinfo     Tue Dec 17 10:11:28 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/08/13 22:50:51 gdt Exp $
+$NetBSD: distinfo,v 1.11 2019/12/17 10:11:28 leot Exp $
 
-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
+SHA1 (ruamel.yaml-0.16.5.tar.gz) = 93615f8c97dff5ada5c4ac9ad7cf7e6b9a64bca3
+RMD160 (ruamel.yaml-0.16.5.tar.gz) = 28c0519878000774927377ba531bd53223b6e0f6
+SHA512 (ruamel.yaml-0.16.5.tar.gz) = 411eac7fd607acaa33f28e642591a1ba9e3e905a5c141383a7168cb36c703b98da2ab90ebfeed77165fd5f6271756d07780a2ed9829fecf417cbda926a0214b9
+Size (ruamel.yaml-0.16.5.tar.gz) = 145882 bytes



Home | Main Index | Thread Index | Old Index