./textproc/py-rapidjson, Python wrapper around rapidjson

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.16, Package name: py311-rapidjson-1.16, Maintainer: pkgsrc-users

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.


Required to run:
[lang/python310]

Master sites:

Filesize: 224.68 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-29 08:03:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.16

1.16 (2024-02-28)

* Produce Python 3.8 wheels again, I deactivated it too eagerly, it's in \ 
*security fixes
  only* mode, not yet reached its `end-of-life` state
   2024-02-28 19:03:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.15

1.15 (2024-02-28)

* Honor the `recursion limit`__ also at parse time, to avoid attacks as described by
  `CVE-2024-27454`
   2023-12-17 20:16:44 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rapidjson: updated to 1.14

1.14 (2023-12-14)

* Produce binary wheels for macOS/arm64, thanks to timothyjlaurent
   2023-10-29 17:43:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.13

1.13 (2023-10-29)
* Fix handling of write_mode in dump functions
   2023-10-09 14:42:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.12

1.12 (2023-10-07)
* Generate wheels on PyPI using final Python 3.12 release
   2023-09-16 09:57:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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) | Package updated
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) | Package updated
Log message:
py-rapidjson: updated to 1.9

1.9 (2022-10-17)
* Produce Python 3.11 wheels