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: Mon Jul 31 16:28:36 UTC 2023
Modified Files:
pkgsrc/textproc/py-xmlschema: Makefile PLIST distinfo
Log Message:
py-xmlschema: updated to 2.4.0
v2.4.0
* Improve schema export using XSD source encoding
* Add XML signature and encryption to local fallback schemas
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/py-xmlschema/Makefile \
pkgsrc/textproc/py-xmlschema/distinfo
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-xmlschema/PLIST
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.45 pkgsrc/textproc/py-xmlschema/Makefile:1.46
--- pkgsrc/textproc/py-xmlschema/Makefile:1.45 Mon Jun 26 16:06:58 2023
+++ pkgsrc/textproc/py-xmlschema/Makefile Mon Jul 31 16:28:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2023/06/26 16:06:58 adam Exp $
+# $NetBSD: Makefile,v 1.46 2023/07/31 16:28:35 adam Exp $
-DISTNAME= xmlschema-2.3.1
+DISTNAME= xmlschema-2.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -10,14 +10,14 @@ HOMEPAGE= https://github.com/brunato/xml
COMMENT= XML Schema validator and decoder
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-elementpath>=4.0.0:../../textproc/py-elementpath
+DEPENDS+= ${PYPKGPREFIX}-elementpath>=4.1.5:../../textproc/py-elementpath
TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
USE_LANGUAGES= # none
USE_PKG_RESOURCES= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-elementpath
+PYTHON_VERSIONS_INCOMPATIBLE= 27
post-install:
.for bin in xmlschema-json2xml xmlschema-validate xmlschema-xml2json
Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.45 pkgsrc/textproc/py-xmlschema/distinfo:1.46
--- pkgsrc/textproc/py-xmlschema/distinfo:1.45 Mon Jun 26 16:06:58 2023
+++ pkgsrc/textproc/py-xmlschema/distinfo Mon Jul 31 16:28:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2023/06/26 16:06:58 adam Exp $
+$NetBSD: distinfo,v 1.46 2023/07/31 16:28:35 adam Exp $
-BLAKE2s (xmlschema-2.3.1.tar.gz) = a8c9b900c71eb20814637e7fc5e8a3551c1f694c5d7988b04ba7536cbde4bb8a
-SHA512 (xmlschema-2.3.1.tar.gz) = 6a08db7cc8f719f2b6d2b8c8478aa35b4fae72bd3c595a2ac9d39c6be6f75a3cdbf696f9e7424d3122d618a4bffc6bfddd5600daa8e0a64db5474fe95659c706
-Size (xmlschema-2.3.1.tar.gz) = 494834 bytes
+BLAKE2s (xmlschema-2.4.0.tar.gz) = 7e350a9e5c2887b2b4733b2c80a74f4b8b0d86499b2ecb1571e0e678056916a5
+SHA512 (xmlschema-2.4.0.tar.gz) = 98311e68aa7c93bbe655f83f8abb4fa2eb175c1f457b81600722ed4c2803df0f9494d346abc7f68ec1eebd885950c93ed7b2f10c2dec0fe4af1a9f7ca207992d
+Size (xmlschema-2.4.0.tar.gz) = 534840 bytes
Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.17 pkgsrc/textproc/py-xmlschema/PLIST:1.18
--- pkgsrc/textproc/py-xmlschema/PLIST:1.17 Mon Nov 14 10:07:13 2022
+++ pkgsrc/textproc/py-xmlschema/PLIST Mon Jul 31 16:28:35 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2022/11/14 10:07:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/07/31 16:28:35 adam Exp $
bin/xmlschema-json2xml-${PYVERSSUFFIX}
bin/xmlschema-validate-${PYVERSSUFFIX}
bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -71,6 +71,8 @@ ${PYSITELIB}/xmlschema/locale/en/LC_MESS
${PYSITELIB}/xmlschema/locale/en/LC_MESSAGES/xmlschema.po
${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.mo
${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.po
+${PYSITELIB}/xmlschema/locale/pl/LC_MESSAGES/xmlschema.mo
+${PYSITELIB}/xmlschema/locale/pl/LC_MESSAGES/xmlschema.po
${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.mo
${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.po
${PYSITELIB}/xmlschema/names.py
@@ -83,12 +85,16 @@ ${PYSITELIB}/xmlschema/py.typed
${PYSITELIB}/xmlschema/resources.py
${PYSITELIB}/xmlschema/resources.pyc
${PYSITELIB}/xmlschema/resources.pyo
+${PYSITELIB}/xmlschema/schemas/DSIG/xmldsig-core-schema.xsd
+${PYSITELIB}/xmlschema/schemas/DSIG/xmldsig11-schema.xsd
${PYSITELIB}/xmlschema/schemas/HFP/XMLSchema-hasFacetAndProperty_minimal.xsd
${PYSITELIB}/xmlschema/schemas/VC/XMLSchema-versioning.xsd
${PYSITELIB}/xmlschema/schemas/WSDL/soap-encoding.xsd
${PYSITELIB}/xmlschema/schemas/WSDL/soap-envelope.xsd
${PYSITELIB}/xmlschema/schemas/WSDL/wsdl-soap.xsd
${PYSITELIB}/xmlschema/schemas/WSDL/wsdl.xsd
+${PYSITELIB}/xmlschema/schemas/XENC/xenc-schema-11.xsd
+${PYSITELIB}/xmlschema/schemas/XENC/xenc-schema.xsd
${PYSITELIB}/xmlschema/schemas/XHTML/xhtml1-strict.xsd
${PYSITELIB}/xmlschema/schemas/XLINK/xlink.xsd
${PYSITELIB}/xmlschema/schemas/XML/xml_minimal.xsd
Home |
Main Index |
Thread Index |
Old Index