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

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


Branch: CURRENT, Version: 1.20, Package name: py312-rapidjson-1.20, 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: 232.576 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-08-07 22:14:11 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.20

1.20 (2024-08-05)

* Rectify type hints if ``loads()`` and ``Decoder.__call__()``
* Ensure ``Validator`` receives valid UTF-8 ``bytes``/``bytearray`` arguments
* Generate wheels on PyPI using Python 3.13.0rc1 release, thanks to cibuildwheel \ 
`2.20.0`__
   2024-07-29 09:54:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.19

1.19 (2024-07-28)

* Properly dump subclasses of ``float`` with custom ``__repr__()`` method
   2024-06-30 11:48:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-rapidjson: updated to 1.18

1.18 (2024-06-29)

* Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere
   2024-05-18 21:49:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-rapidjson: updated to 1.17

1.17 (2024-05-18)

* Use `current master`__ version of rapidjson
* Generate wheels on PyPI using Python 3.13b1 release, thanks to cibuildwheel \ 
`2.18.0`__
   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