py-sphinx-automodapi: updated to 0.22.0
0.22.0 (2025-12-12)
- Minimum supported Python version is now 3.10.
- Fixing deprecation introduced in Sphinx 9.
0.21.0 (2025-12-01)
- Fixes compatibility with Sphinx 9.0.
- Minimum supported Python version is now 3.9.
- Minimum supported Sphinx version is now 5.
dropbear: updated to 2025.89
2025.89 - 16 December 2025
- Security: Avoid privilege escalation via unix stream forwarding in Dropbear
server. Other programs on a system may authenticate unix sockets via
SO_PEERCRED, which would be root user for Dropbear forwarded connections,
allowing root privilege escalation.
Reported by Turistu, and thanks for advice on the fix.
This is tracked as CVE-2025-14282, and affects 2024.84 to 2025.88.
It is fixed by dropping privileges of the dropbear process after
authentication. Unix stream sockets are now disallowed when a
forced command is used, either with authorized_key restrictions or
"dropbear -c command".
In previous affected releases running with "dropbear -j" (will also disable
TCP fowarding) or building with localoptions.h/distrooptions.h
"#define DROPBEAR_SVR_LOCALSTREAMFWD 0" is a mitigation.
[39 lines not shown]
py-py2app: updated to 0.28.9
py2app 0.28.9
.. warning::
py2app won't work with editable installs.
* Add support for python 3.14
* py2app does not support free-threaded python
* It is no longer possible to use an ``install_requires``
option when invoking py2app.
Support for this was inherited from setuptools, and
that feature has been deprecated for a long time at
this point.
[6 lines not shown]
py-stdio-mgr: updated to 1.0.1.1
1.0.1.1
- Convert project build config (mostly) from `setup.py` to `pyproject.toml`
- The dynamic README stays in `setup.py`.
- Convert CI to GitHub Actions and diversify
- Ubuntu tests across Pythons on every PR.
- Cross-platform tests across Pythons on PRs to `stable`.
- Ensuring testability of sdist in PRs to `stable`.
- Augment `MANIFEST.in` until tests run successfully on unpacked sdist.
- Checking all tests ran in PRs to `stable`.
- `[skip ci]` implemented in all.
- Refactor `__version__` to new `version.py`
- Set up `black`, `flake`, `isort` with `tox` envs and run/fix
- Update Python & deps versions in `tox` env matrix
py-checkdmarc: updated to 5.13.0
5.13.0
Updated dependencies to allow cryptography 46 to be used
fix: dynamically select timeout method to avoid PicklingError on macOS
Rewrite of the SPF module
Remove return statement from the finally block
Retry DNS queries if they time out
Rename caught exception value in spf parsing
Create and use Docker image
bug fixes
Validate DMARC sp tag like p tag
211 spf void lookup miscount
Reject SPF records with concatenated 'all' mechanisms without whitesp…
py-sqlparse: updated to 0.5.5
Release 0.5.5 (Dec 19, 2025)
Bug Fixes
* Fix DoS protection to raise SQLParseError instead of silently returning None
when grouping limits are exceeded (issue827).
* Fix splitting of BEGIN TRANSACTION statements (issue826).
py-zope.testing: updated to 6.1
6.1 (2025-12-17)
- Add support for Python 3.14.
- Drop support for Python 3.9.
- Fix test failures when ``fake.py`` package is installed.
- Remove run-time dependency on ``setuptools``.
wxGTK32: updated to 3.2.9
Changes since 3.2.8
This release doesn’t add any major new features, but contains some important fixes for bugs found in the previous 3.2.8 release:
Fix crash when using Farsi as system language under macOS
Fix handling total window size with GNOME with X11
Fix wxGLCanvas scale when using EGL/Wayland in high DPI
Fix missing wxEVT_CHAR for Ctrl-Letter in non-US layouts
Fix selecting columns in wxGrid with mouse
The new release still contains a couple of enhancements, including:
Many improvements to CMake build system
Support for building under macOS 26 Tahoe
Fix wxStyledTextCtrl support in screen readers
Respect HTML5 charset attribute in wxHTML
Add support for using EGL 1.4 (and not 1.5) in wxGLCanvas
[7 lines not shown]
libgpg-error: updated to 1.58
Noteworthy changes in version 1.58 (2025-12-12) [C41/A41/R1]
* Fix building of static libraries on Windows. [rE421e101cf9]
Noteworthy changes in version 1.57 (2025-12-10) [C41/A41/R0]
* The sysconfdir as provided by the configure run is now used for the
default global config files of the argparser. [T7894]
* New function gpgrt_fconcat and improved the existing
gpgrt_fnameconcat and gpgrt_absfnameconcat. [T7894,rE34dba88757]
* On Windows use the UI language instead of the locale for
translations. [T7874]
* Some minor build improvements for zOS.
[9 lines not shown]