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:           Fri Jul 25 08:33:52 UTC 2025

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

Log Message:
py-jsonschema: updated to 4.25.0

v4.25.0

* Add support for the ``iri`` and ``iri-reference`` formats to the ``format-nongpl`` extra via the MIT-licensed ``rfc3987-syntax``.
  They were alread supported by the ``format`` extra.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.28 -r1.29 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.44 pkgsrc/textproc/py-jsonschema/Makefile:1.45
--- pkgsrc/textproc/py-jsonschema/Makefile:1.44 Tue May 27 20:49:31 2025
+++ pkgsrc/textproc/py-jsonschema/Makefile      Fri Jul 25 08:33:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2025/05/27 20:49:31 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2025/07/25 08:33:52 adam Exp $
 
-DISTNAME=      jsonschema-4.24.0
+DISTNAME=      jsonschema-4.25.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}
@@ -21,8 +21,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-twisted-[0
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jsonschema jsonschema-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.28 pkgsrc/textproc/py-jsonschema/distinfo:1.29
--- pkgsrc/textproc/py-jsonschema/distinfo:1.28 Tue May 27 20:49:31 2025
+++ pkgsrc/textproc/py-jsonschema/distinfo      Fri Jul 25 08:33:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2025/05/27 20:49:31 bsiegert Exp $
+$NetBSD: distinfo,v 1.29 2025/07/25 08:33:52 adam Exp $
 
-BLAKE2s (jsonschema-4.24.0.tar.gz) = 78bb35a0751ed459de8a38277d0271310996062686c82e17f49ebd5149db4695
-SHA512 (jsonschema-4.24.0.tar.gz) = 64840a1c989874fbdda2a996288ac0c5f46fe1ae9d5254eface832326b49d0090f33c3a06de952965b910eb8857daf9548e790de604abaf9cea588c8e3d89234
-Size (jsonschema-4.24.0.tar.gz) = 353480 bytes
+BLAKE2s (jsonschema-4.25.0.tar.gz) = 9da11e59da8dc1840d55457bcb4b48f6cd1fab77df0352cd0596581b16a1096e
+SHA512 (jsonschema-4.25.0.tar.gz) = b50ba733a6eaa4bae8958515fa6144204466d656ce19cced9efb53d53a3bf74d0169f57ea3f0e0450b012bfd6f98fbf0753a46b572e5a488144e4fc9bc23e210
+Size (jsonschema-4.25.0.tar.gz) = 356830 bytes



Home | Main Index | Thread Index | Old Index