2023-09-16 09:57:05 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rapidjson: updated to 1.11
1.11 (2023-09-11)
* Use `current master`__ version of rapidjson
* Use cibuildwheel `2.15.0`__
|
2023-03-17 09:24:54 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rapidjson: updated o 1.10
1.10 (2023-03-15)
* Use `current master`__ version of rapidjson
* Produce ppc64le wheels, thanks to mgiessing
* Use cibuildwheel `2.21.1`__
|
2022-10-18 14:16:08 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rapidjson: updated to 1.9
1.9 (2022-10-17)
* Produce Python 3.11 wheels
|
2022-08-18 18:56:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rapidjson: updated to 1.8
1.8 (2022-07-07)
* Fix `problem on macOS`__ explicitly requiring C++11
1.7 (2022-07-06)
* Use `current master`__ version of rapidjson
* Update the test suite to work on Pyston
|
2022-02-22 17:39:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-rapidjson: updated to 1.6
1.6 (2022-02-19)
* Fix memory leak when using ``end_array``
|
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
|