Received: by mail.netbsd.org (Postfix, from userid 605) id 54B9B84DA2; Sun, 14 Feb 2021 15:11:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 908C784D9B for ; Sun, 14 Feb 2021 15:11:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xqrq_FzdqTPw for ; Sun, 14 Feb 2021 15:11:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F2CEA84CED for ; Sun, 14 Feb 2021 15:11:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F01C9FA95; Sun, 14 Feb 2021 15:11:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16133154966980" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 15:11:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-xmlschema To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210214151136.F01C9FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16133154966980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 14 15:11:36 UTC 2021 Modified Files: pkgsrc/textproc/py-xmlschema: Makefile PLIST distinfo Log Message: py-xmlschema: updated to 1.5.1 v1.5.1 * Optimize NamespaceView read-only mapping * Add experimental XML data bindings with a DataBindingConverter * Add experimental PythonGenerator for static codegen with Jinja2 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-xmlschema/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-xmlschema/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-xmlschema/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16133154966980 Content-Disposition: inline Content-Length: 3254 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-xmlschema/Makefile diff -u pkgsrc/textproc/py-xmlschema/Makefile:1.19 pkgsrc/textproc/py-xmlschema/Makefile:1.20 --- pkgsrc/textproc/py-xmlschema/Makefile:1.19 Fri Feb 5 18:58:37 2021 +++ pkgsrc/textproc/py-xmlschema/Makefile Sun Feb 14 15:11:36 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2021/02/05 18:58:37 adam Exp $ +# $NetBSD: Makefile,v 1.20 2021/02/14 15:11:36 adam Exp $ -DISTNAME= xmlschema-1.5.0 +DISTNAME= xmlschema-1.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/} Index: pkgsrc/textproc/py-xmlschema/PLIST diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.10 pkgsrc/textproc/py-xmlschema/PLIST:1.11 --- pkgsrc/textproc/py-xmlschema/PLIST:1.10 Fri Feb 5 18:58:37 2021 +++ pkgsrc/textproc/py-xmlschema/PLIST Sun Feb 14 15:11:36 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2021/02/05 18:58:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2021/02/14 15:11:36 adam Exp $ bin/xmlschema-json2xml-${PYVERSSUFFIX} bin/xmlschema-validate-${PYVERSSUFFIX} bin/xmlschema-xml2json-${PYVERSSUFFIX} @@ -26,9 +26,6 @@ ${PYSITELIB}/xmlschema/converters/badger ${PYSITELIB}/xmlschema/converters/columnar.py ${PYSITELIB}/xmlschema/converters/columnar.pyc ${PYSITELIB}/xmlschema/converters/columnar.pyo -${PYSITELIB}/xmlschema/converters/dataelement.py -${PYSITELIB}/xmlschema/converters/dataelement.pyc -${PYSITELIB}/xmlschema/converters/dataelement.pyo ${PYSITELIB}/xmlschema/converters/default.py ${PYSITELIB}/xmlschema/converters/default.pyc ${PYSITELIB}/xmlschema/converters/default.pyo @@ -59,6 +56,8 @@ ${PYSITELIB}/xmlschema/extras/__init__.p ${PYSITELIB}/xmlschema/extras/codegen.py ${PYSITELIB}/xmlschema/extras/codegen.pyc ${PYSITELIB}/xmlschema/extras/codegen.pyo +${PYSITELIB}/xmlschema/extras/templates/python/bindings.py.jinja +${PYSITELIB}/xmlschema/extras/templates/python/sample.py.jinja ${PYSITELIB}/xmlschema/extras/wsdl.py ${PYSITELIB}/xmlschema/extras/wsdl.pyc ${PYSITELIB}/xmlschema/extras/wsdl.pyo Index: pkgsrc/textproc/py-xmlschema/distinfo diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.18 pkgsrc/textproc/py-xmlschema/distinfo:1.19 --- pkgsrc/textproc/py-xmlschema/distinfo:1.18 Fri Feb 5 18:58:37 2021 +++ pkgsrc/textproc/py-xmlschema/distinfo Sun Feb 14 15:11:36 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.18 2021/02/05 18:58:37 adam Exp $ +$NetBSD: distinfo,v 1.19 2021/02/14 15:11:36 adam Exp $ -SHA1 (xmlschema-1.5.0.tar.gz) = 51aa2b44cf31c2bbe35c4f2bf8701b40ce6fac0c -RMD160 (xmlschema-1.5.0.tar.gz) = bed888326ae1dff8b8671370b2a16f14a7552e9f -SHA512 (xmlschema-1.5.0.tar.gz) = 07943e6de04cc7f4de4963a1d2d7ef85d4eaf3bb4bb52d3f632df4569f359481ca97f1cc7bca7fd59e14988795e4675c84e5a2d80f22514fb6499ff52d40a0c2 -Size (xmlschema-1.5.0.tar.gz) = 345946 bytes +SHA1 (xmlschema-1.5.1.tar.gz) = e2287e8534cdbf5fc416edb75308a18c6827e185 +RMD160 (xmlschema-1.5.1.tar.gz) = dc3d01c683ed35982c938400a2cb2c392af2e4c0 +SHA512 (xmlschema-1.5.1.tar.gz) = 5e8b3adbf8c5b4ac6a85a2d9b62212870cdc6639634f9adf9d16499d86b9cc73fd1fc6ba496f14d840ecefc60f175c62f077a62bab68bd057150889d5ae0a872 +Size (xmlschema-1.5.1.tar.gz) = 349788 bytes SHA1 (patch-setup.py) = 33f441c48a538fde5156588c17cc6e8af1d692e6 --_----------=_16133154966980--