pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 11 09:30:53 UTC 2022

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

Log Message:
py-jsonschema: updated to 4.5.1

v4.5.0
------
* Validator classes for each version now maintain references to the correct
  corresponding format checker
* Development has moved to a `GitHub organization
  <https://github.com/python-jsonschema/>`_.
  No functional behavior changes are expected from the change.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-jsonschema/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-jsonschema/Makefile
diff -u pkgsrc/textproc/py-jsonschema/Makefile:1.23 pkgsrc/textproc/py-jsonschema/Makefile:1.24
--- pkgsrc/textproc/py-jsonschema/Makefile:1.23 Wed Apr 13 10:33:28 2022
+++ pkgsrc/textproc/py-jsonschema/Makefile      Wed May 11 09:30:52 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/04/13 10:33:28 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/05/11 09:30:52 adam Exp $
 
-DISTNAME=      jsonschema-4.4.0
+DISTNAME=      jsonschema-4.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -35,8 +35,10 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jsonschema jsonschema-${PYVERSSUFFIX} || ${TRUE}
 
+TEST_ENV+=     JSON_SCHEMA_TEST_SUITE=${WRKSRC}/json
+
 do-test:
-       cd ${WRKSRC}/jsonschema && ${PYTHONBIN} -m unittest discover -v
+       cd ${WRKSRC}/jsonschema && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.11 pkgsrc/textproc/py-jsonschema/distinfo:1.12
--- pkgsrc/textproc/py-jsonschema/distinfo:1.11 Thu Apr  7 06:49:20 2022
+++ pkgsrc/textproc/py-jsonschema/distinfo      Wed May 11 09:30:52 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/04/07 06:49:20 adam Exp $
+$NetBSD: distinfo,v 1.12 2022/05/11 09:30:52 adam Exp $
 
-BLAKE2s (jsonschema-4.4.0.tar.gz) = e04f27ea5b75c46c0df864c290704146bba3ab6ac15c5d80f50db96496c2b91b
-SHA512 (jsonschema-4.4.0.tar.gz) = 8e5c138f4debf7540e2cd131f3f208d1778927ac9036f5fa67bcf5db8c62fe1bb454c7818ee61acef64e856ea4b498ef6ab08be314a3c6b1e461e0bb44db41c7
-Size (jsonschema-4.4.0.tar.gz) = 313519 bytes
+BLAKE2s (jsonschema-4.5.1.tar.gz) = f94cf3c999423b984611c5926f50d04ec749d66112b4eef9bab65abc0e9f014c
+SHA512 (jsonschema-4.5.1.tar.gz) = 3866a649ece45c1c69d3d5e9810cfdb094f1af82fcc08a186f9babd7516ad311c4bffa52f61f013bc84e7ab1be06605c5fab738c1c920ff8ce85a73429d9efde
+Size (jsonschema-4.5.1.tar.gz) = 282414 bytes



Home | Main Index | Thread Index | Old Index