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 Jan 19 08:48:23 UTC 2026

Modified Files:
        pkgsrc/textproc/py-xmlschema: Makefile PLIST distinfo

Log Message:
py-xmlschema: updated to 4.3.1

v4.3.1 (2026-01-17)

* normalize_url(): workaround for issue 467 (UNC paths with Python < 3.12.5)
* META_SCHEMA and BASE_SCHEMA paths converted to 'file' URL scheme
* Clean optional dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/textproc/py-xmlschema/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/py-xmlschema/PLIST
cvs rdiff -u -r1.64 -r1.65 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.68 pkgsrc/textproc/py-xmlschema/Makefile:1.69
--- pkgsrc/textproc/py-xmlschema/Makefile:1.68  Wed Jan  7 18:43:40 2026
+++ pkgsrc/textproc/py-xmlschema/Makefile       Mon Jan 19 08:48:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2026/01/07 18:43:40 adam Exp $
+# $NetBSD: Makefile,v 1.69 2026/01/19 08:48:23 adam Exp $
 
-DISTNAME=      xmlschema-4.3.0
+DISTNAME=      xmlschema-4.3.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.26 pkgsrc/textproc/py-xmlschema/PLIST:1.27
--- pkgsrc/textproc/py-xmlschema/PLIST:1.26     Wed Jan  7 18:43:40 2026
+++ pkgsrc/textproc/py-xmlschema/PLIST  Mon Jan 19 08:48:23 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2026/01/07 18:43:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2026/01/19 08:48:23 adam Exp $
 bin/xmlschema-json2xml-${PYVERSSUFFIX}
 bin/xmlschema-validate-${PYVERSSUFFIX}
 bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -20,6 +20,9 @@ ${PYSITELIB}/xmlschema/aliases.pyo
 ${PYSITELIB}/xmlschema/arguments.py
 ${PYSITELIB}/xmlschema/arguments.pyc
 ${PYSITELIB}/xmlschema/arguments.pyo
+${PYSITELIB}/xmlschema/caching.py
+${PYSITELIB}/xmlschema/caching.pyc
+${PYSITELIB}/xmlschema/caching.pyo
 ${PYSITELIB}/xmlschema/cli.py
 ${PYSITELIB}/xmlschema/cli.pyc
 ${PYSITELIB}/xmlschema/cli.pyo
@@ -164,9 +167,6 @@ ${PYSITELIB}/xmlschema/utils/__init__.py
 ${PYSITELIB}/xmlschema/utils/decoding.py
 ${PYSITELIB}/xmlschema/utils/decoding.pyc
 ${PYSITELIB}/xmlschema/utils/decoding.pyo
-${PYSITELIB}/xmlschema/utils/descriptors.py
-${PYSITELIB}/xmlschema/utils/descriptors.pyc
-${PYSITELIB}/xmlschema/utils/descriptors.pyo
 ${PYSITELIB}/xmlschema/utils/etree.py
 ${PYSITELIB}/xmlschema/utils/etree.pyc
 ${PYSITELIB}/xmlschema/utils/etree.pyo

Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.64 pkgsrc/textproc/py-xmlschema/distinfo:1.65
--- pkgsrc/textproc/py-xmlschema/distinfo:1.64  Wed Jan  7 18:43:40 2026
+++ pkgsrc/textproc/py-xmlschema/distinfo       Mon Jan 19 08:48:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2026/01/07 18:43:40 adam Exp $
+$NetBSD: distinfo,v 1.65 2026/01/19 08:48:23 adam Exp $
 
-BLAKE2s (xmlschema-4.3.0.tar.gz) = e3f8203de367c78157756eddd277d00ce4a7125a0f270e5a38e1ed426b606ccb
-SHA512 (xmlschema-4.3.0.tar.gz) = 1ba64acd1ad7e4dad1b95b9666e009b5d6f6439cf690e43683e60bd82a983f97b9f46f9687eb9e3167532fd88e88d6fd28a3de99a4ea2e46fbc49537963385c6
-Size (xmlschema-4.3.0.tar.gz) = 645232 bytes
+BLAKE2s (xmlschema-4.3.1.tar.gz) = 1916f12de38f1b794843a7d8207f50429ee7923c6b25749f676c6b8a2ae3b6c1
+SHA512 (xmlschema-4.3.1.tar.gz) = 5aacc89de8c895ebbc3f7fbc45e187332211c93ceff452642b43fb953a9ed872b2e514f918c3ea30798cd15ddd71e615422a384eea1e9524efcb50ad4889564a
+Size (xmlschema-4.3.1.tar.gz) = 646611 bytes



Home | Main Index | Thread Index | Old Index