Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-fastjsonschema
From: Adam Ciarcinski
Date: 2024-11-29 10:02:42
Message id: 20241129090242.3FC9FFC1B@cvs.NetBSD.org
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
Files: