py-meson_python: updated to 0.21.0
0.21.0
- Add support for the stable ABI for free-threaded interpreters (``abi3t``).
- Add support for the stable ABI extension modules' platform-specific filename
suffixes introduced in Python 3.15.
- Allow specifying ``editable-verbose`` in ``pyproject.toml``.
- Improve the default behavior of editable installs by capturing and reporting
build errors when rebuilding.
- Use ``.start`` files (PEP 829) instead of ``.pth`` files to implement editable
wheels for Python 3.15 and later.
py-eth-rlp: updated to 3.0.0
eth-rlp v3.0.0-beta.1 (2025-12-17)
Breaking Changes
- Drop support for Python 3.8 and 3.9
Features
- Add support for pyrlp v5 and Python 3.14
py-rlp: updated to 5.0.0
pyrlp v5.0.0-beta.1 (2025-12-12)
Breaking Changes
- Drop support for Python 3.8 and 3.9
Features
- Add support for Python 3.14. Note the Rust backend only works for Python 3.10-3.12
py-eth-keyfile: updated to 0.10.0
eth-keyfile v0.10.0-beta.1 (2025-12-18)
Breaking Changes
- Drop support for Python 3.8 and 3.9.
Features
- Add support for Python 3.14
py-eth-keys: updated to 0.8.0
0.8.0
Breaking Changes
Drops support for Python 3.8 and 3.9.
Features
Adds support for Python 3.14
Internal Changes - for eth-keys Contributors
Remove unneeded from typing import Type in eth_keys/backends/__init__.py
py-eth-abi: updated to 6.0.0
eth-abi v6.0.0-beta.1 (2025-12-17)
Breaking Changes
Drop support for Python 3.8 & 3.9
Improved Documentation
Fix typo in index
Features
Add support for Python 3.14
py-eth-utils: updated to 6.0.0
eth-utils v6.0.0 (2026-03-25)
No significant changes.
eth-utils v6.0.0-beta.1 (2025-12-17)
Breaking Changes
Drop support for Python 3.8 and 3.9.
Features
Add support for Python 3.14
Internal Changes - for eth-utils Contributors
[6 lines not shown]
py-cytoolz: updated to 1.1.0
1.1.0
Add support for Python 3.14, PyPy 3.11
Drop support for Python 3.8, PyPy 3.8
Add experimental (untested!) support for free-threading, including building wheels
Update to match toolz 1.1.0
Faster concat
Improve performance by avoiding global lookups
Modernization
py-toolz: updated to 1.1.0
1.1.0
Add support for Python 3.14, PyPy 3.11
Drop support for Python 3.8, PyPy 3.8
Add note about project status (alive and maintained, but inactive)
Use yield from in merge_sorted to improve performance
Fix bug in partition_all when __len__ is incorrect; now raise IndexError
Modernization
py-setuptools-git-versioning: added version 3.1.0
Use git repo data (latest tag, current commit hash, etc) for building a version
number according to PEP 440.
Features:
* Can be installed & configured through both setup.py and PEP 518's
pyproject.toml
* Does not require to change source code of the project
* Tag-, file-, and callback-based versioning schemas are supported
* Templates for tag, dev and dirty versions are separated
* Templates support a lot of substitutions including git and environment
information
* Well-documented
zenicb: adapt for emacs 31+
'emacs -Q --batch -L . -f batch-byte-compile *el' is now happy
except for zenicb-yow.el, because yow was removed from emacs
Requested and tested by he@
Bump PKGREVISION.
py-eth-hash: updated to 0.8.0
0.8.0
No significant changes.
0.8.0-beta.1
Breaking Changes
Drop support for Python 3.8 and 3.9
Features
Add support for Python 3.14