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.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f6ffa51d84e5
branches:  trunk
changeset: 434682:f6ffa51d84e5
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 20 16:18:33 2020 +0000

description:
py-xmlschema: updated to 1.2.2

v1.2.2:
* Fix XPath context for schema nodes
* Fix XPath parser and context for identities

v1.2.1:
* Fix content type classification
* Make sandbox mode more explicit
* Allow alphanumeric prefixes for the base converter
* Fix XPath issues with default namespace
* Fix W3C tests on XSD identities

diffstat:

 textproc/py-xmlschema/Makefile |   4 ++--
 textproc/py-xmlschema/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 3c785003504f -r f6ffa51d84e5 textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile    Sat Jun 20 16:16:13 2020 +0000
+++ b/textproc/py-xmlschema/Makefile    Sat Jun 20 16:18:33 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/06/01 16:01:01 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/06/20 16:18:33 adam Exp $
 
-DISTNAME=      xmlschema-1.2.0
+DISTNAME=      xmlschema-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
diff -r 3c785003504f -r f6ffa51d84e5 textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo    Sat Jun 20 16:16:13 2020 +0000
+++ b/textproc/py-xmlschema/distinfo    Sat Jun 20 16:18:33 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2020/06/01 16:01:01 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/06/20 16:18:33 adam Exp $
 
-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 (xmlschema-1.2.2.tar.gz) = 156ed614502c8194efbe2212010a9facc97e6780
+RMD160 (xmlschema-1.2.2.tar.gz) = 9bbd1511f3b1611d049e1f0813dbd6461b0c3c39
+SHA512 (xmlschema-1.2.2.tar.gz) = 51be4317530cd1055438a4bf8e484b70d8a9414da5507fd30ed506271317859e5255fc729ed9fa5df2230e2af049ff40e693c67a5062e61fda43a1329ef2138d
+Size (xmlschema-1.2.2.tar.gz) = 318829 bytes
 SHA1 (patch-setup.py) = 6007d0da37c00e14a7217b588df8e92679fc7c96



Home | Main Index | Thread Index | Old Index