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-25 14:06:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rapidjson: updated to 1.5
1.5:
* Fix serialization bug when using DM_UNIX_TIME in a non-C locale context
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-07-17 22:40:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rapidjson: updated to 1.4
1.4 (2021-06-25)
Build binary wheel for aarch64, thanks to odidev
1.3 (2021-06-25)
Yet another attempt to fix automatic wheels upload
1.2 (2021-06-25)
Fix automatic wheels upload from GH Actions to PyPI
1.1 (2021-06-25)
Reduce decoder memory consumption by uniquifiying keys in the loaded dictionaries
Implement an alternative way of transmogrify JSON objects, similar to json's \
object_pairs_hook load option
|
2020-12-15 10:03:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rapidjson: updated to 1.0
1.0
Require Python 3.6 or greater
New serialization options, iterable_mode and mapping_mode, to give some control \
on how generic iterables and mappings get encoded
Internal refactorings, folding "skipkeys" and "sort_keys" \
arguments into the mapping_mode options, respectively as MM_SKIP_NON_STRING_KEYS \
and MM_SORT_KEYS: "old" arguments kept for backward compatibility
Bump major version to 1, tag as "production/stable" and switch to a \
simpler X.Y versioning schema
|
2020-11-17 09:52:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rapidjson: updated to 0.9.4
0.9.4:
* Fix memory leak loading an invalid JSON
|
2020-10-27 23:30:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rapidjson: updated to 0.9.3
0.9.3:
* Fix access to ``Encoder`` instance attributes
0.9.2:
* Use `current master`__ version of rapidjson
* Enable GH Actions-based test workflow
* Produce Python 3.9 wheels, disable testing under Python < 3.6
* Make the character used for indentation in pretty mode a parameter
* Handle wider precision range in timestamps fractional seconds
* Add comparison benchmarks against orjson and hyperjson
|
2020-06-11 16:05:57 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-rapidjson: added version 0.9.1
RapidJSON is an extremely fast C++ JSON parser and serialization library: this
module wraps it into a Python 3 extension, exposing its
serialization/deserialization (to/from either bytes, str or file-like
instances) and JSON Schema validation capabilities.
|