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:           Sun May 15 19:29:25 UTC 2022

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

Log Message:
py-xmlschema: updated to 1.11.0

v1.11.0
* Add localization for validation related error messages
* Add Italian translation
* Add Russian partial translation


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-xmlschema/Makefile \
    pkgsrc/textproc/py-xmlschema/distinfo
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-xmlschema/PLIST

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.36 pkgsrc/textproc/py-xmlschema/Makefile:1.37
--- pkgsrc/textproc/py-xmlschema/Makefile:1.36  Mon Apr 11 16:33:56 2022
+++ pkgsrc/textproc/py-xmlschema/Makefile       Sun May 15 19:29:25 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2022/04/11 16:33:56 adam Exp $
+# $NetBSD: Makefile,v 1.37 2022/05/15 19:29:25 adam Exp $
 
-DISTNAME=      xmlschema-1.10.0
+DISTNAME=      xmlschema-1.11.0
 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.36 pkgsrc/textproc/py-xmlschema/distinfo:1.37
--- pkgsrc/textproc/py-xmlschema/distinfo:1.36  Mon Apr 11 16:33:56 2022
+++ pkgsrc/textproc/py-xmlschema/distinfo       Sun May 15 19:29:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2022/04/11 16:33:56 adam Exp $
+$NetBSD: distinfo,v 1.37 2022/05/15 19:29:25 adam Exp $
 
-BLAKE2s (xmlschema-1.10.0.tar.gz) = 79c982e67134d13ebdf4c23cac96d6ce956be4b168e058b2712cf4a35603eb2a
-SHA512 (xmlschema-1.10.0.tar.gz) = c4358b210cc96e46617cc11b1b7e2a4d69c1bd6489cc73602552b184f209eb90b13eff353741aa7b1dbc3ff8514f90b7bb331ac18ffc466b3ce36f42f7497899
-Size (xmlschema-1.10.0.tar.gz) = 396057 bytes
+BLAKE2s (xmlschema-1.11.0.tar.gz) = 956218e510f7904bbe6f7561546c7f364729c3efa63d2c4282a458bb2009105c
+SHA512 (xmlschema-1.11.0.tar.gz) = 507b57b8d4f48eb9f2463898ad0bd245791a8c8086a544d45da1fb2d4f6edafa5e555d44bdba50974408f14251cb8acae2dfc2c1b5c4544088f336fdfee0793a
+Size (xmlschema-1.11.0.tar.gz) = 453958 bytes

Index: pkgsrc/textproc/py-xmlschema/PLIST
diff -u pkgsrc/textproc/py-xmlschema/PLIST:1.15 pkgsrc/textproc/py-xmlschema/PLIST:1.16
--- pkgsrc/textproc/py-xmlschema/PLIST:1.15     Mon Apr 11 16:33:56 2022
+++ pkgsrc/textproc/py-xmlschema/PLIST  Sun May 15 19:29:25 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2022/04/11 16:33:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2022/05/15 19:29:25 adam Exp $
 bin/xmlschema-json2xml-${PYVERSSUFFIX}
 bin/xmlschema-validate-${PYVERSSUFFIX}
 bin/xmlschema-xml2json-${PYVERSSUFFIX}
@@ -70,6 +70,12 @@ ${PYSITELIB}/xmlschema/helpers.pyo
 ${PYSITELIB}/xmlschema/limits.py
 ${PYSITELIB}/xmlschema/limits.pyc
 ${PYSITELIB}/xmlschema/limits.pyo
+${PYSITELIB}/xmlschema/locale/en/LC_MESSAGES/xmlschema.mo
+${PYSITELIB}/xmlschema/locale/en/LC_MESSAGES/xmlschema.po
+${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.mo
+${PYSITELIB}/xmlschema/locale/it/LC_MESSAGES/xmlschema.po
+${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.mo
+${PYSITELIB}/xmlschema/locale/ru/LC_MESSAGES/xmlschema.po
 ${PYSITELIB}/xmlschema/names.py
 ${PYSITELIB}/xmlschema/names.pyc
 ${PYSITELIB}/xmlschema/names.pyo
@@ -113,6 +119,9 @@ ${PYSITELIB}/xmlschema/testing/_helpers.
 ${PYSITELIB}/xmlschema/testing/_observers.py
 ${PYSITELIB}/xmlschema/testing/_observers.pyc
 ${PYSITELIB}/xmlschema/testing/_observers.pyo
+${PYSITELIB}/xmlschema/translation.py
+${PYSITELIB}/xmlschema/translation.pyc
+${PYSITELIB}/xmlschema/translation.pyo
 ${PYSITELIB}/xmlschema/validators/__init__.py
 ${PYSITELIB}/xmlschema/validators/__init__.pyc
 ${PYSITELIB}/xmlschema/validators/__init__.pyo



Home | Main Index | Thread Index | Old Index