2022-01-08 17:08:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-canonicaljson: updated to 1.5.0
Version 1.5.0
* Switch CI from Travis to Github Actions
* Add code to handle frozendict implementations using c-extension
* Add tests for Python 3.10
* Remove outdated Debian packaging code
|
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 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-10-17 15:53:55 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
Update devel/py-canonicaljson to 1.4.0
Version 1.4.0 released 2020-09-03
* Fix producing non-standard JSON for Infinity, -Infinity, and NaN. This could
cause errors when encoding objects into canonical JSON that previously used to
work, but were incompatible with JSON implementations in other languages.
* Use UTF-8 to fix ASCII encoding errors when data containing Unicode was
attempted to be pretty-printed.
|
2020-09-01 00:03:46 by Jonathan Schleifer | Files touched by this commit (2) |
Log message:
Update devel/py-canonicaljson to 1.3.0
1.2.0:
* JSON from the standard library is used automatically on PyPy.
* Support for Python versions which are end-of-lifed was dropped,
Python >= 3.5 is supported and tested in continuous integration.
* An API to configure the underlying JSON library was added
(set_json_library).
1.3.0:
* The minimum version of simplejson was bumped to 3.14.0.
* Obsolete workaround for slow encoding of Unicode characters was
removed.
* New APIs were added to iteratively encode JSON.
|
2020-04-18 14:49:47 by Jonathan Schleifer | Files touched by this commit (4) |
Log message:
Import devel/py-canonicaljson from wip
This is a dependency for the Matrix Synapse Homeserver I want to import.
Encodes objects and arrays as RFC 7159 JSON
|