pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonschema py-jsonschema: updated to 4.17.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e1309d04988
branches:  trunk
changeset: 388889:5e1309d04988
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 27 12:09:29 2022 +0000

description:
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

diffstat:

 textproc/py-jsonschema/Makefile |  12 ++++++------
 textproc/py-jsonschema/PLIST    |  17 +++++++++++++++--
 textproc/py-jsonschema/distinfo |   8 ++++----
 3 files changed, 25 insertions(+), 12 deletions(-)

diffs (71 lines):

diff -r b81c101eddac -r 5e1309d04988 textproc/py-jsonschema/Makefile
--- a/textproc/py-jsonschema/Makefile   Sun Nov 27 12:01:34 2022 +0000
+++ b/textproc/py-jsonschema/Makefile   Sun Nov 27 12:09:29 2022 +0000
@@ -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 @@
 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
diff -r b81c101eddac -r 5e1309d04988 textproc/py-jsonschema/PLIST
--- a/textproc/py-jsonschema/PLIST      Sun Nov 27 12:01:34 2022 +0000
+++ b/textproc/py-jsonschema/PLIST      Sun Nov 27 12:09:29 2022 +0000
@@ -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/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
diff -r b81c101eddac -r 5e1309d04988 textproc/py-jsonschema/distinfo
--- a/textproc/py-jsonschema/distinfo   Sun Nov 27 12:01:34 2022 +0000
+++ b/textproc/py-jsonschema/distinfo   Sun Nov 27 12:09:29 2022 +0000
@@ -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