2022-07-02 09:57:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.4.0
5.4.0
Added
Add support for arbitrary size integers
Fixed
CVE-2022-31116:
Replace wchar_t string decoding implementation with a uint32_t-based one
Fix handling of surrogates on decoding
CVE-2022-31117: Potential double free of buffer during string decoding \
@JustAnotherArchivist
Fix memory leak on encoding errors when the buffer was resized
Integer parsing: always detect overflows
Fix handling of surrogates on encoding
|
2022-05-18 23:52:40 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
py-ujson: update to 5.3.0.
Fix test target.
Changes:
Added
Test Python 3.11 beta (#539) @hugovk
Changed
Benchmark refactor - argparse CLI (#533) @Erotemic
Fixed
Fix segmentation faults when errors occur while handling unserialisable \
objects (#531) @JustAnotherArchivist
Fix segmentation fault when an exception is raised while converting a dict \
key to a string (#526) @JustAnotherArchivist
Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist
Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist
Remove redundant wheel dependency from pyproject.toml (#535) @hugovk
|
2022-04-06 11:24:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.2.0
5.2.0
Added
Support parsing NaN, Infinity and -Infinity
Support dynamically linking against system double-conversion library
Add env var to control stripping debug info
Add JSONDecodeError
Fixed
Fix buffer overflows (CVE-2021-45958)
Upgrade Black to fix Click
simplify exception handling on integer overflow
Remove dead code that used to handle the separate int type in Python 2
Fix exceptions on encoding list or dict elements and non-overflow errors on int \
handling getting silenced
|
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
|
2022-01-03 08:51:15 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.1.0
5.1.0
Changed
Strip debugging symbols from Linux binaries
5.0.0
Added
Use cibuildwheel to build wheels
Removed
Drop support for soon-EOL Python 3.6
Fixed
Install Twine to upload to PyPI
|
2021-11-22 19:34:57 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 4.3.0
4.3.0:
Added
Enable Windows on ARM64 target
|
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-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-10-02 20:33:50 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 4.2.0
4.2.0
Added
Add a default keyword argument to dumps
Add support for Python 3.10
Build 32-bit wheels for Windows
Build PyPy3 wheels for manylinux
Build wheels for musl aarch64 (aka ARM) Linux (musllinux_1_1_aarch64)
Build wheels for musl Linux (musllinux_1_1_x86_64)
Changed
Use declarative setup metadata
Wheel building updates
Rename master to main
Replace README.rst with Markdown
|
2021-01-25 15:23:59 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 4.0.2
4.0.2
Changed
Travis CI: Test on 3.9 final, remove 3.8
Toward matching Python standard library output for float
Fixed
Fix errors on reading long decimal floats
Fix 429: Make empty dict/list indented serialization match stdlib json
Fix dealing with None types
|