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:           Sun Nov 27 12:09:29 UTC 2022

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

Log Message:
py-jsonschema: updated to 4.17.1

v4.17.1
=======
* The error message when using ``unevaluatedProperties`` with a non-trivial
  schema value (i.e. something other than ``false``) has been improved


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-jsonschema/PLIST
cvs rdiff -u -r1.17 -r1.18 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.30 pkgsrc/textproc/py-jsonschema/Makefile:1.31
--- pkgsrc/textproc/py-jsonschema/Makefile:1.30 Mon Nov 21 20:06:08 2022
+++ pkgsrc/textproc/py-jsonschema/Makefile      Sun Nov 27 12:09:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2022/11/21 20:06:08 adam Exp $
+# $NetBSD: Makefile,v 1.31 2022/11/27 12:09:29 adam Exp $
 
-DISTNAME=      jsonschema-4.17.0
+DISTNAME=      jsonschema-4.17.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -10,10 +10,10 @@ HOMEPAGE=   https://github.com/Julian/json
 COMMENT=       Implementation of JSON Schema for Python
 LICENSE=       modified-bsd
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-pyrsistent>=0.17.3:../../devel/py-pyrsistent
 TEST_DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted

Index: pkgsrc/textproc/py-jsonschema/PLIST
diff -u pkgsrc/textproc/py-jsonschema/PLIST:1.10 pkgsrc/textproc/py-jsonschema/PLIST:1.11
--- pkgsrc/textproc/py-jsonschema/PLIST:1.10    Mon Sep  5 14:14:17 2022
+++ pkgsrc/textproc/py-jsonschema/PLIST Sun Nov 27 12:09:29 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2022/09/05 14:14:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/11/27 12:09:29 adam Exp $
 bin/jsonschema-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -41,7 +41,20 @@ ${PYSITELIB}/jsonschema/schemas/draft3.j
 ${PYSITELIB}/jsonschema/schemas/draft4.json
 ${PYSITELIB}/jsonschema/schemas/draft6.json
 ${PYSITELIB}/jsonschema/schemas/draft7.json
-${PYSITELIB}/jsonschema/schemas/vocabularies.json
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2019-09/applicator
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2019-09/content
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2019-09/core
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2019-09/meta-data
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2019-09/validation
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/applicator
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/content
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/core
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/format
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/format-annotation
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/format-assertion
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/meta-data
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/unevaluated
+${PYSITELIB}/jsonschema/schemas/vocabularies/draft2020-12/validation
 ${PYSITELIB}/jsonschema/tests/__init__.py
 ${PYSITELIB}/jsonschema/tests/__init__.pyc
 ${PYSITELIB}/jsonschema/tests/_helpers.py

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.17 pkgsrc/textproc/py-jsonschema/distinfo:1.18
--- pkgsrc/textproc/py-jsonschema/distinfo:1.17 Mon Nov 21 20:06:08 2022
+++ pkgsrc/textproc/py-jsonschema/distinfo      Sun Nov 27 12:09:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/11/21 20:06:08 adam Exp $
+$NetBSD: distinfo,v 1.18 2022/11/27 12:09:29 adam Exp $
 
-BLAKE2s (jsonschema-4.17.0.tar.gz) = 759437d0daeb12486d040e62c618dfb73f98d8e81316149a0f9dc67eb0bebbbf
-SHA512 (jsonschema-4.17.0.tar.gz) = a0160caea26527e5afbba48fea7f0700e8cd0bb5cbd9661501d34f5dd9857971ca3fd9982bc17f570d0b5a08eb5ecfd0e5182f78a0e0a6343621ed8360643166
-Size (jsonschema-4.17.0.tar.gz) = 293414 bytes
+BLAKE2s (jsonschema-4.17.1.tar.gz) = c8081541768185cda43f85c8686b2d9f6baced0d1973b2d230233c4276eb9d9c
+SHA512 (jsonschema-4.17.1.tar.gz) = 5d184ea60cf313c9fa6a3e1c2891432531aa7a25a5aced8e51aac46eb67fe7fd17bc9d141faa3e52a834f9067556225cfd3a592d80867b543f0dea42983e5d04
+Size (jsonschema-4.17.1.tar.gz) = 296586 bytes



Home | Main Index | Thread Index | Old Index