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: Thu Sep 12 18:58:22 UTC 2024
Modified Files:
pkgsrc/textproc/py-xmlschema: Makefile distinfo
Log Message:
py-xmlschema: updated to 3.4.1
v3.4.1 (2024-09-12)
* Fix failing URL normalization tests
* Disable protocols checking with elementpath v4.5.0
v3.4.0 (2024-09-10)
* Extended ModelVisitor to make it usable as an helper class for generating content
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/textproc/py-xmlschema/Makefile
cvs rdiff -u -r1.56 -r1.57 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.59 pkgsrc/textproc/py-xmlschema/Makefile:1.60
--- pkgsrc/textproc/py-xmlschema/Makefile:1.59 Tue Jul 30 03:49:54 2024
+++ pkgsrc/textproc/py-xmlschema/Makefile Thu Sep 12 18:58:22 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2024/07/30 03:49:54 adam Exp $
+# $NetBSD: Makefile,v 1.60 2024/09/12 18:58:22 adam Exp $
-DISTNAME= xmlschema-3.3.2
+DISTNAME= xmlschema-3.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -16,8 +16,6 @@ DEPENDS+= ${PYPKGPREFIX}-elementpath>=4.
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
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.56 pkgsrc/textproc/py-xmlschema/distinfo:1.57
--- pkgsrc/textproc/py-xmlschema/distinfo:1.56 Tue Jul 30 03:49:54 2024
+++ pkgsrc/textproc/py-xmlschema/distinfo Thu Sep 12 18:58:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2024/07/30 03:49:54 adam Exp $
+$NetBSD: distinfo,v 1.57 2024/09/12 18:58:22 adam Exp $
-BLAKE2s (xmlschema-3.3.2.tar.gz) = 6f907d4160a68d14d242f23b48b465c468745596dd6a4147ff8e5971555dad5d
-SHA512 (xmlschema-3.3.2.tar.gz) = 6216373f8d8ebc2244267f2659a887b937fb5c529909b5afeb99dc7d0aed22080870b5d35543e32f16dc8e8c6fc1e0859a99fd9364c03e01aa69e71dd18078e6
-Size (xmlschema-3.3.2.tar.gz) = 575004 bytes
+BLAKE2s (xmlschema-3.4.1.tar.gz) = 923a16fea42e4958f34a0326db27e6706bff8f76dc83cf30ffa73bac2646efa9
+SHA512 (xmlschema-3.4.1.tar.gz) = 0bb4d240d9c3d4a8ea2bd1fb26292b8295ee261df601860b5327cc90747ffebd8e1b71b83069193945d03ca8574e50892a627d24c4f53769ff7825a9c4d2aaa0
+Size (xmlschema-3.4.1.tar.gz) = 581709 bytes
Home |
Main Index |
Thread Index |
Old Index