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:           Wed Feb 15 18:15:13 UTC 2023

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

Log Message:
py-xmlschema: updated to 2.2.1

`v2.2.1`_ (2023-02-11)
* Fix mixed content extension without explicit mixed attribute

`v2.2.0`_ (2023-02-06)
* Refine string serialization of XML resources and data elements
* Switch to use elementpath v4
* Fix sequence_type property for XSD types
* Remove *XsdElement.get_attribute()*: unused and doesn't work as expected


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/textproc/py-xmlschema/Makefile:1.42
--- pkgsrc/textproc/py-xmlschema/Makefile:1.41  Mon Nov 14 10:07:13 2022
+++ pkgsrc/textproc/py-xmlschema/Makefile       Wed Feb 15 18:15:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2022/11/14 10:07:13 adam Exp $
+# $NetBSD: Makefile,v 1.42 2023/02/15 18:15:13 adam Exp $
 
-DISTNAME=      xmlschema-2.1.1
+DISTNAME=      xmlschema-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
Index: pkgsrc/textproc/py-xmlschema/distinfo
diff -u pkgsrc/textproc/py-xmlschema/distinfo:1.41 pkgsrc/textproc/py-xmlschema/distinfo:1.42
--- pkgsrc/textproc/py-xmlschema/distinfo:1.41  Mon Nov 14 10:07:13 2022
+++ pkgsrc/textproc/py-xmlschema/distinfo       Wed Feb 15 18:15:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2022/11/14 10:07:13 adam Exp $
+$NetBSD: distinfo,v 1.42 2023/02/15 18:15:13 adam Exp $
 
-BLAKE2s (xmlschema-2.1.1.tar.gz) = 6276435ead3d67c39cc186e9183ad74656d266fede7e2478a08543d3acd3ad01
-SHA512 (xmlschema-2.1.1.tar.gz) = 2c55de21ab4aaba9f499a0b348e60a50939af41b5ce43787c339ce86e4067681acf28b155bfba90346b1e8d976c468ad0ca21f73f76afc55bd700b1866bba945
-Size (xmlschema-2.1.1.tar.gz) = 482988 bytes
+BLAKE2s (xmlschema-2.2.1.tar.gz) = d8d34174d2064e9c0c50c0ef85b1ce1e36dc93fe18b300ffd29222123e978e01
+SHA512 (xmlschema-2.2.1.tar.gz) = 8e3eef6379cbcb67fc0dd90f9a962f0ba890c5c9a1334c2cfe695e701b8a3aa1fa97f8e50c1e87cbdb5f0b7790bb84e1a181c00b678134cfbeeb8578fa78f724
+Size (xmlschema-2.2.1.tar.gz) = 491212 bytes



Home | Main Index | Thread Index | Old Index