pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-xmlschema py-xmlschema: updated to 1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0999c3e22ba
branches:  trunk
changeset: 413937:e0999c3e22ba
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 23 10:07:11 2020 +0000

description:
py-xmlschema: updated to 1.1.2

v1.1.2:
* Extension of validation tests with *XMLSchema11* validator
* Fixed several bugs
* Extended testing with Travis CI

diffstat:

 textproc/py-xmlschema/Makefile |   8 ++++++--
 textproc/py-xmlschema/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r a7591217c9c3 -r e0999c3e22ba textproc/py-xmlschema/Makefile
--- a/textproc/py-xmlschema/Makefile    Mon Mar 23 10:06:24 2020 +0000
+++ b/textproc/py-xmlschema/Makefile    Mon Mar 23 10:07:11 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/02/21 06:35:53 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/23 10:07:11 adam Exp $
 
-DISTNAME=      xmlschema-1.1.1
+DISTNAME=      xmlschema-1.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xmlschema/}
@@ -11,10 +11,14 @@
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-elementpath>=1.4.0:../../textproc/py-elementpath
+TEST_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-elementpath
 
+do-test:
+       cd ${WRKSRC} && ${PYTHONBIN} -m unittest discover -v
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a7591217c9c3 -r e0999c3e22ba textproc/py-xmlschema/distinfo
--- a/textproc/py-xmlschema/distinfo    Mon Mar 23 10:06:24 2020 +0000
+++ b/textproc/py-xmlschema/distinfo    Mon Mar 23 10:07:11 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/02/21 06:35:53 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/03/23 10:07:11 adam Exp $
 
-SHA1 (xmlschema-1.1.1.tar.gz) = 5a3d32d4d9c5d4b5387efdf4e3456bb9832bcac6
-RMD160 (xmlschema-1.1.1.tar.gz) = 038dd277568572e642e2da5e26280236d50ee69f
-SHA512 (xmlschema-1.1.1.tar.gz) = c2acb1b624173f61fa68b022d205183097c652f7d5389277d23a35fb16a2de5db37d4fa36cdaa9af860f4f6117b5d2f8740f541914f65f951ee24659f3fd4611
-Size (xmlschema-1.1.1.tar.gz) = 293535 bytes
+SHA1 (xmlschema-1.1.2.tar.gz) = 9ffddfb280045af22d947b8163e32c7d6eca6f27
+RMD160 (xmlschema-1.1.2.tar.gz) = b72e352c67f6585ccdcc55dd9794133b9496b2ca
+SHA512 (xmlschema-1.1.2.tar.gz) = dee3b854c74645cb85bc1464648909fe2497542d137c98d241201670d1536e7a47c5bc2d6a38e10fe07696fa34115d76eac3ac67a9279ea7d9a45722b4e80ba7
+Size (xmlschema-1.1.2.tar.gz) = 297566 bytes



Home | Main Index | Thread Index | Old Index