2025-04-13 14:29:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-ujson: fix for setuptools>=78
|
2025-02-02 11:38:04 by Havard Eidnes | Files touched by this commit (28) |
Log message:
lang/python and a number of python packages: re-do atomic64.mk issue.
Evidently, python 3.13 brought in the need to support 64-bit atomics.
This means that python extension packages built with C needs to
use mk/atomic64.mk to make -latomic available on the required 32-bit
ports. Sadly, there is no reliable way to detect in the .mk files
whether the package is using C (or C++), so this change adds an
unconditional include of mk/atomic64.mk when the python version is
equal to or larger than 3.13 for packages using egg.mk or wheel.mk.
This undoes the individual package Makefile inclusions of mk/atomic64.mk
that I've added over the last few days.
|
2025-01-26 16:44:37 by Havard Eidnes | Files touched by this commit (1) |
Log message:
textproc/py-ujson: use atomic64.mk to fix build on macppc w/python3.13.
|
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-05-14 15:09:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.10.0
5.10.0
Added
Add support for Python 3.13
|
2023-12-11 17:57:49 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-ujson: updated to 5.9.0
5.9.0
Added
Deploy to PyPI using trusted publishing
Replace PyPy3.8 wheel with PyPy3.10
Changed
Speed-up and cleanup objToJSON
Use lowercase strings for bool dict keys
Fixed
Fix typos found by codespell
Fix undefined behavior in Buffer_AppendLongUnchecked
|
2023-06-12 12:09:34 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.8.0
5.8.0
Added
Build wheel for Python 3.12 beta (built against 3.12.0b2)
Changed
Drop support for Python 3.7
Fixed
Include BSD-3-Clause and TCL license text
|
2023-01-11 13:05:24 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.7.0
5.7.0
Added
Support ujson.loads(bytearray(...)) and other bytes-like objects.
|
2022-12-06 09:12:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.6.0
5.6.0
Added
Update vendored double-conversion to 3.2.1
Fixed
Fix len integer overflow issue
|
2022-09-19 09:57:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-ujson: updated to 5.5.0
5.5.0
Added
Add support for Python 3.11 and PyPy3.9
Add separators encoding parameter
Fixed
Fix encoding of infinity
|