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:   bsiegert
Date:           Tue May 27 20:49:31 UTC 2025

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

Log Message:
py-jsonschema: update to 4.24.0

- Fix calculation of evaluated properties
- Support for Python 3.8 has been dropped, as it is end-of-life.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-jsonschema/Makefile
cvs rdiff -u -r1.27 -r1.28 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.43 pkgsrc/textproc/py-jsonschema/Makefile:1.44
--- pkgsrc/textproc/py-jsonschema/Makefile:1.43 Thu Aug 15 21:58:10 2024
+++ pkgsrc/textproc/py-jsonschema/Makefile      Tue May 27 20:49:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2024/08/15 21:58:10 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2025/05/27 20:49:31 bsiegert Exp $
 
-DISTNAME=      jsonschema-4.23.0
+DISTNAME=      jsonschema-4.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonschema/}

Index: pkgsrc/textproc/py-jsonschema/distinfo
diff -u pkgsrc/textproc/py-jsonschema/distinfo:1.27 pkgsrc/textproc/py-jsonschema/distinfo:1.28
--- pkgsrc/textproc/py-jsonschema/distinfo:1.27 Wed Jul 17 08:09:19 2024
+++ pkgsrc/textproc/py-jsonschema/distinfo      Tue May 27 20:49:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/07/17 08:09:19 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/05/27 20:49:31 bsiegert Exp $
 
-BLAKE2s (jsonschema-4.23.0.tar.gz) = 1a077c150b0f815f6d5c3ea8bb5f9b7aa1384c57f9c33abe9d177757da8548c7
-SHA512 (jsonschema-4.23.0.tar.gz) = 3bc3f7c4bb22dc0233bf99ca5cb8e22002cc3b097c7ae8a78c83ae106e4791dcaca228a6830074b1c42312889374b66c1f5390932768110a1e453babd7302bf9
-Size (jsonschema-4.23.0.tar.gz) = 325778 bytes
+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



Home | Main Index | Thread Index | Old Index