pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-fastjsonschema



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 29 09:02:42 UTC 2024

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

Log Message:
py-fastjsonschema: updated to 2.21.0

2.21.0 (2024-11-27)

* Updated test suite
* Fixed detecting when infinity is reached with multipleOf
* Fixed that min/max items/lenght/properties can be float
* Fixed that everything with empty `not` is invalid
* Fixed missing re import when using regex pattern
* Improved regexp for email format to comfort test suite
* Improved regexp for date format to comfort test suite
* Improved regexp for ipv4 format to comfort test suite
* Added partial support of idn-hostname format
* Added `detailed_exceptions` flag (default to True to avoid breaking change) - when used, results are twice as fast


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-fastjsonschema/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-fastjsonschema/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-fastjsonschema/Makefile
diff -u pkgsrc/textproc/py-fastjsonschema/Makefile:1.11 pkgsrc/textproc/py-fastjsonschema/Makefile:1.12
--- pkgsrc/textproc/py-fastjsonschema/Makefile:1.11     Mon Nov 11 07:29:02 2024
+++ pkgsrc/textproc/py-fastjsonschema/Makefile  Fri Nov 29 09:02:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:29:02 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/11/29 09:02:42 adam Exp $
 
-DISTNAME=      fastjsonschema-2.20.0
+DISTNAME=      fastjsonschema-2.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/fastjsonschema/}
@@ -15,7 +15,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-bench
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-fastjsonschema/distinfo
diff -u pkgsrc/textproc/py-fastjsonschema/distinfo:1.9 pkgsrc/textproc/py-fastjsonschema/distinfo:1.10
--- pkgsrc/textproc/py-fastjsonschema/distinfo:1.9      Tue Jun 18 12:36:07 2024
+++ pkgsrc/textproc/py-fastjsonschema/distinfo  Fri Nov 29 09:02:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/06/18 12:36:07 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/11/29 09:02:42 adam Exp $
 
-BLAKE2s (fastjsonschema-2.20.0.tar.gz) = de012c11092e9a0acef09a2f9a764860622f480cd18ac4774f04793656bfa876
-SHA512 (fastjsonschema-2.20.0.tar.gz) = 7881937a02c7487d1dfd7499dbe85e8f8e359b9686673f32491d93cef1d7a949df5309b0d4a5cc525a7d9c8269568bc34e9d072ec1a49e44d5becbf8718b250d
-Size (fastjsonschema-2.20.0.tar.gz) = 373056 bytes
+BLAKE2s (fastjsonschema-2.21.0.tar.gz) = d41c11a489d0b4e4f1113d0cd118869f27b9388a66064b6bc3cfef9c46918925
+SHA512 (fastjsonschema-2.21.0.tar.gz) = b68081f969b9f4bfabe62040e559d7c0e58a1e81f31c33d09d5c2f0eb04d8386e9cac6590cb509ac93ecaa465c399b095d3b362ecbb81bb3ea09ba27f5d8ceb5
+Size (fastjsonschema-2.21.0.tar.gz) = 373839 bytes



Home | Main Index | Thread Index | Old Index