Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema py-xmlschema: updated to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d181e4d752c
branches:  trunk
changeset: 433359:7d181e4d752c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 01 16:01:01 2020 +0000

description:
py-xmlschema: updated to 1.2.0

v1.2.0:
* Add ColumnarConverter class
* Add command-line interface utility for document API
* Fix a stable public API for XSD types, elements and attributes
* Add security modes for accessing URLs

diffstat:

 textproc/py-xmlschema/ALTERNATIVES |   3 +++
 textproc/py-xmlschema/Makefile     |  10 ++++++++--
 textproc/py-xmlschema/PLIST        |   9 ++++++++-
 textproc/py-xmlschema/distinfo     |  10 +++++-----
 4 files changed, 24 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 428fd8093ba1 -r 7d181e4d752c textproc/py-xmlschema/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-xmlschema/ALTERNATIVES        Mon Jun 01 16:01:01 2020 +0000
@@ -0,0 +1,3 @@
+bin/xmlschema-json2xml @PREFIX@/bin/xmlschema-json2xml-@PYVERSSUFFIX@
+bin/xmlschema-validate @PREFIX@/bin/xmlschema-validate-@PYVERSSUFFIX@
+bin/xmlschema-xml2json @PREFIX@/bin/xmlschema-xml2json-@PYVERSSUFFIX@
diff -r 428fd8093ba1 -r 7d181e4d752c textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile    Mon Jun 01 15:48:57 2020 +0000
+++ b/textproc/py-xmlschema/Makefile    Mon Jun 01 16:01:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/04/29 07:50:05 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/01 16:01:01 adam Exp $
 
-DISTNAME=      xmlschema-1.1.3
+DISTNAME=      xmlschema-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -17,6 +17,12 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-elementpath
 
+post-install:
+.for bin in xmlschema-json2xml xmlschema-validate xmlschema-xml2json
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v
 
diff -r 428fd8093ba1 -r 7d181e4d752c textproc/py-xmlschema/PLIST
--- a/textproc/py-xmlschema/PLIST       Mon Jun 01 15:48:57 2020 +0000
+++ b/textproc/py-xmlschema/PLIST       Mon Jun 01 16:01:01 2020 +0000
@@ -1,12 +1,19 @@
-@comment $NetBSD: PLIST,v 1.4 2020/02/21 06:35:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/06/01 16:01:01 adam Exp $
+bin/xmlschema-json2xml-${PYVERSSUFFIX}
+bin/xmlschema-validate-${PYVERSSUFFIX}
+bin/xmlschema-xml2json-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/xmlschema/__init__.py
 ${PYSITELIB}/xmlschema/__init__.pyc
 ${PYSITELIB}/xmlschema/__init__.pyo
+${PYSITELIB}/xmlschema/cli.py
+${PYSITELIB}/xmlschema/cli.pyc
+${PYSITELIB}/xmlschema/cli.pyo
 ${PYSITELIB}/xmlschema/codepoints.py
 ${PYSITELIB}/xmlschema/codepoints.pyc
 ${PYSITELIB}/xmlschema/codepoints.pyo
diff -r 428fd8093ba1 -r 7d181e4d752c textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo    Mon Jun 01 15:48:57 2020 +0000
+++ b/textproc/py-xmlschema/distinfo    Mon Jun 01 16:01:01 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2020/05/31 20:49:34 joerg Exp $
+$NetBSD: distinfo,v 1.9 2020/06/01 16:01:01 adam Exp $
 
-SHA1 (xmlschema-1.1.3.tar.gz) = 663f856b99b99a70631f8c7da8acf0b0b8c765d6
-RMD160 (xmlschema-1.1.3.tar.gz) = 0a4255b5aa23afd06727b6e66769a5cec98122fe
-SHA512 (xmlschema-1.1.3.tar.gz) = df277cd75058e10b8e0505db51fc167c688fe4c3d319de289ac77faa37913f60d2697f4456e00d637c4a3c3f83d164619e0ce1b849e8c8ea3b5e1932b56044dc
-Size (xmlschema-1.1.3.tar.gz) = 298490 bytes
+SHA1 (xmlschema-1.2.0.tar.gz) = 683c86488ce290a2e5cfdd9db1e2569f1985d5f9
+RMD160 (xmlschema-1.2.0.tar.gz) = 94e81509f7b781070427e9f0097562a7f044db84
+SHA512 (xmlschema-1.2.0.tar.gz) = 1a6644b02e96beeea68bd737a4a66fd02693b4cb3c36a07e569a2b2c3e2b0db4fe01a475fcc3c4e5372c6000b27ef824ba5859215a03212fe4c0f2ec61f7103b
+Size (xmlschema-1.2.0.tar.gz) = 314580 bytes
 SHA1 (patch-setup.py) = 6007d0da37c00e14a7217b588df8e92679fc7c96



Home | Main Index | Thread Index | Old Index