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.
nono: update to 1.6.3.
1.6.3 (2025/11/25)
m68k(Fix): "Fix page address mask in several places on 68030 table search."
m68k(Update): "Revert 68030 ATC to original-compliant behavior (FC-mixed 22-entries). These two fixes make current NetBSD/m68k newpmap kernel bootable (though the actual cause should be a bug in the NetBSD kernel)."
m68k(Fix): "Fix inverted condition in PFLUSH* for deleting global entries on 68040."
GUI(New): "Implement 68030 and 68040 page table monitor window."
GUI(Fix): "Fix an abnormal termination when the log window is stretched."
debugger(Fix): "Fix an issue where instruction breakpoints might not work."
debugger(Update): "Show NetBSD/m68k system call number for exception history."
build(Fix): "Fix a build error on platforms other than x86_64 and i386 after ver 1.6.0."
vm(Update): "Note: It includes a lot of time axis-related changes that were in the work for the next release, but no functional changes are expected."
textproc/scooter: update to 0.8.4
New features:
Add --editor-command flag by @gfontenot in #283
Bug fixes:
Use overridden quit keymap in deprecation popup by @thomasschafer in #282
Other changes:
Bump various dependencies