py-uv py-uv-build: updated to 0.9.13
0.9.13
Bug fixes
Revert "Allow --with-requirements to load extensionless inline-metadata scripts" to fix reading of requirements files from streams
Validate URL wheel tags against Requires-Python and required environments
Documentation
Drop unpublished crates from the uv crates.io README
Fix the links to uv in crates.io member READMEs
0.9.12
Enhancements
Allow --with-requirements to load extensionless inline-metadata scripts
[40 lines not shown]
py-construct-classes: updated to 0.2.2
0.2.2 - 2025-08-26
Removed
- Drop support for Pythons 3.9 and older. This was broken in 0.2 and improperly marked
by the package metadata.
0.2.1 - 2025-08-25
Fixed
- Fix exception when creating a subclass of a subclass of :code:`Struct`.
0.2.0 - 2025-08-25
Added
[9 lines not shown]
py-asyncpg: updated to 0.31.0
0.31.0
Enable Python 3.14 with experimental subinterpreter/freethreading
support.
Improvements
Add Python 3.14 support, experimental subinterpreter/freethreading support
Avoid performing type introspection on known types
Make prepare() not use named statements by default when cache is disabled
Implement connection service file functionality
Fixes
Fix multi port connection string issue
Avoid leaking connections if _can_use_connection fails
[3 lines not shown]
gpr2-tools: improve buildlink3.mk
* Move GPR_PROJECT_PATH var definition to ALL_ENV from each separate
*_ENV
* Move the addition of the library search path from LDFLAGS to the
gprbuild parameters
gprbuild: improve buildlink3.mk
* Move GPR_PROJECT_PATH var definition to ALL_ENV from each separate
*_ENV
* Move the addition of the library search path from LDFLAGS to the
gprbuild parameters
py-test-run-parallel: updated to 0.8.0
0.8.0
Update license infomation format in pyproject.toml
Fix typos discovered by codespell
Add a parallel_threads_limit mark
Detect gc.collect and mark tests as thread unsafe
Test on 3.15 and 3.15t on CI
Deprecated parallel_threads marker when n>1
Raise helpful error when forever is combined with 0 selected tests
libtorrent rtorrent: updated to 0.16.4
0.16.4
This release contains several bug fixes and minor improvements.
Replaces 0.16.3 which had a http request related bug.