Path to this page:
./
textproc/py-fastjsonschema,
Fastest Python implementation of JSON schema
Branch: CURRENT,
Version: 2.20.0,
Package name: py312-fastjsonschema-2.20.0,
Maintainer: pkgsrc-usersfastjsonschema implements validation of JSON documents by JSON schema. The
library implements JSON schema drafts 04, 06 and 07. The main purpose is to
have a really fast implementation.
Required to run:[
lang/python310]
Master sites:
Filesize: 364.313 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-fastjsonschema-2.20.0
- (2024-06-18) Updated to version: py311-fastjsonschema-2.20.0
- (2023-12-31) Updated to version: py311-fastjsonschema-2.19.1
- (2023-11-19) Updated to version: py311-fastjsonschema-2.19.0
- (2023-10-10) Updated to version: py311-fastjsonschema-2.18.1
- (2023-08-04) Updated to version: py310-fastjsonschema-2.18.0
CVS history: (Expand)
2023-12-31 20:47:53 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-fastjsonschema: updated to 2.19.1
2.19.1 (2023-12-28)
* Fixed date format to accept only two digit months and days
|
2023-11-19 15:17:02 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-fastjsonschema: update to 2.19.0.
=== 2.19.0 (2023-11-14)
* Added `use_formats` parameter to allow disable automatic assertions
|
2023-10-10 17:58:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-fastjsonschema: updated to 2.18.1
2.18.1 (2023-10-01)
* Lazy import of urllib to improve import performance
|
2023-08-04 10:20:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-fastjsonschema: updated to 2.18.0
2.18.0 (2023-07-22)
* Improved error message for required props - only missing are reported
* Fixed support of boolean schema in if-then-else application
|
2023-07-18 08:51:36 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-fastjsonschema: remove py-test-cache from TEST_DEPENDS, it is not needed
|
2023-05-29 11:15:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-fastjsonschema: updated to 2.17.1
2.17.1 (2023-05-22)
* Fixed tests in sdist
2.17.0 (2023-05-21)
* Added support for Decimals
* Added tests in sdist
|
2023-03-14 11:43:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-fastjsonschema: updated to 2.16.3
2.16.3 (2023-02-25)
* Fix variable name resolving with references
|
2023-01-25 15:00:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-fastjsonschema: updated to 2.16.2
2.16.2 (2022-08-10)
* Fix compile to code tests to run them on any platform
2.16.1 (2022-07-17)
* Fix uniqueItems when explicitly set to False
2.16.0 (2022-07-17)
* Fix generating invalid code for some schemas using items
* Preserving full path in combination with $ref
* Improved error messages for oneOf and anyOf
|