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 Apr 24 10:52:04 UTC 2023

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

Log Message:
py-xmlschema: updated to 2.2.3

v2.2.3
* Add support for Python 3.12
* Detach content iteration methods from ModelVisitor


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-xmlschema/Makefile \
    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.43 pkgsrc/textproc/py-xmlschema/Makefile:1.44
--- pkgsrc/textproc/py-xmlschema/Makefile:1.43  Tue Mar  7 20:20:58 2023
+++ pkgsrc/textproc/py-xmlschema/Makefile       Mon Apr 24 10:52:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/03/07 20:20:58 adam Exp $
+# $NetBSD: Makefile,v 1.44 2023/04/24 10:52:04 adam Exp $
 
-DISTNAME=      xmlschema-2.2.2
+DISTNAME=      xmlschema-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -10,15 +10,15 @@ HOMEPAGE=   https://github.com/brunato/xml
 COMMENT=       XML Schema validator and decoder
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-elementpath>=2.5.0:../../textproc/py-elementpath
+DEPENDS+=      ${PYPKGPREFIX}-elementpath>=4.0.0:../../textproc/py-elementpath
 TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-elementpath
-
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-elementpath
+
 post-install:
 .for bin in xmlschema-json2xml xmlschema-validate xmlschema-xml2json
        cd ${DESTDIR}${PREFIX}/bin && \
Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.43 pkgsrc/textproc/py-xmlschema/distinfo:1.44
--- pkgsrc/textproc/py-xmlschema/distinfo:1.43  Tue Mar  7 20:20:58 2023
+++ pkgsrc/textproc/py-xmlschema/distinfo       Mon Apr 24 10:52:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2023/03/07 20:20:58 adam Exp $
+$NetBSD: distinfo,v 1.44 2023/04/24 10:52:04 adam Exp $
 
-BLAKE2s (xmlschema-2.2.2.tar.gz) = 36914060cb5679ca872eae7aeb177a2edf2a269875d45d95e0765a7cd33b62c4
-SHA512 (xmlschema-2.2.2.tar.gz) = a1bbc30e6233192cd275079019cd902d363b23bc02404686713dc16c05bf3a817676db20b6e6e5e7d8d6b9c9e228be3b19e541d0d3a9946765643894fcedc00e
-Size (xmlschema-2.2.2.tar.gz) = 492479 bytes
+BLAKE2s (xmlschema-2.2.3.tar.gz) = c5a8f546073fbd525042f475d600537b1a9889e60a4f985e1559141076c3571a
+SHA512 (xmlschema-2.2.3.tar.gz) = 978f48d1d79cc8c4f3eab22fd2396da24abd42ea5d36439b72a7783d59e17863b647039a3a058513efd170e78c340705d5729dabd28aa8c26b0c4b2133a67222
+Size (xmlschema-2.2.3.tar.gz) = 493444 bytes



Home | Main Index | Thread Index | Old Index