Path to this page:
./
textproc/py-jsonref,
JSON References for Python
Branch: CURRENT,
Version: 1.1.0nb1,
Package name: py312-jsonref-1.1.0nb1,
Maintainer: pkgsrc-usersjsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects,
as if the references had been replaced with the referent data.
Required to run:[
lang/python310]
Master sites:
Filesize: 8.607 KB
Version history: (Expand)
- (2024-09-26) Updated to version: py312-jsonref-1.1.0nb1
- (2024-01-22) Updated to version: py311-jsonref-1.1.0
- (2023-02-09) Updated to version: py310-jsonref-0.2nb1
- (2022-01-05) Updated to version: py39-jsonref-0.2nb1
- (2021-10-07) Updated to version: py39-jsonref-0.2
- (2020-05-18) Updated to version: py37-jsonref-0.2
CVS history: (Expand)
2024-01-22 14:34:44 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-jsonref: add patches
|
2024-01-22 14:34:19 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jsonref: updated to 1.1.0
v1.1.0
Fixes documents where the root is a reference object not being cached
Allows a reference object to refer to a fragment within itself.
Extra properties of a reference object will now have references resolved.
v1.0.1
Fix issue with proxies=False where it would not recurse through references to \
remove the proxies.
v1.0.0
replace_refs is now a function rather than a class method of JsonRef (The class \
method is still around, but deprecated.)
New options were also added to replace_refs
jsonloader is now a plan function rather than an instance of a class. (This is a \
breaking change if you were subclassing JsonLoader)
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-05-17 23:38:47 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
pytest from versioned depends
|
2018-11-20 12:52:44 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-jsonref: updated to 0.2
0.2:
Unknown changes
|
2017-09-29 15:47:27 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add py-jsonref-0.1:
jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).
This library lets you use a data structure with JSON reference objects,
as if the references had been replaced with the referent data.
|