py-gunicorn: updated to 26.0.0
26.0.0
Breaking Changes
- **Eventlet worker removed**: The `eventlet` worker class has been dropped.
Migrate to `gevent`, `gthread`, or `tornado`.
New Features
- **ASGI Framework Compatibility Suite**: New end-to-end compatibility test
harness covering Starlette, FastAPI, Litestar, Quart, Sanic, and BlackSheep.
Current grid passes 438/444 tests (98%).
- **ASGI Test Suite Expansion**: 134 additional ASGI unit tests covering
protocol semantics, lifespan, websockets, and chunked framing.
Security
[72 lines not shown]
py-uvicorn: updated to 0.47.0
0.47.0
Eagerly import the ASGI app in the parent process
Add ssl_context_factory for custom SSLContext configuration
Treat fd=0 as a valid file descriptor with reload/workers
py-pydantic-settings: updated to 2.14.1
2.14.1
Bump the python-packages group with 4 updates
Bump the python-packages group with 5 updates
Bump the github-actions group with 3 updates
Bump the python-packages group with 2 updates
Fix field named cls conflicting with classmethod parameter
Prepare release 2.14.1
libtorrent rtorrent: updated to 0.16.12
0.16.12
While this release contains a lot of bug fixes, it's should still be considered unstable due to extensive changes to multi-threaded tracker handling.
Trackers now handle requests in the tracker thread and UDP requests use just two open sockets for IPv4/6.
Since all long-time UDP tracker issues have been resolved, trackers.use_udp has been deprecated. If you need to disable UDP trackers, or HTTP trackers, use download insert events.
SCGI replies larger than 1000 bytes are now compressed by default.
py-numpy: updated to 2.4.6
2.4.6
MAINT: Prepare 2.4.x for further development
BUG: Fix regression in ``arr.conj()``
BUG: ``np.linalg.svd(..., hermitian=True)`` returns non-unitary...
xev: update to 1.2.7.
This release adds support for -help, --help, and --version options,
cleans up the man page, adds missing indentation to the CreateNotify
event output, and protects against XErrors when getting output info.
This release also adds support for building with meson as well as autoconf.
Please test building with meson and report any issues you hit to:
https://gitlab.freedesktop.org/xorg/app/xev/-/issues
as we plan on removing the autoconf build support in a future release.
openal-soft: updated to 1.25.2
openal-soft-1.25.2:
Fixed the library version string for builds made without Git repo info.
Fixed an STL hardening assertion in the reverb effect.
Fixed a potential crash for builds made with older PipeWire headers.
Fixed capturing mono from a stereo or greater WASAPI input device.
Fixed building on macOS without std::format.
Fixed height encoding for TSME output.
Fixed the Super Stereo decoder's stereo separation with TSME output.
Implemented 3D processing for the Distortion, Chorus, Flanger, Pitch
[14 lines not shown]