pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-xmlschema
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.
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
Home |
Main Index |
Thread Index |
Old Index