cad/py-PyRTL: Update to 1.0.3
Changelog:
[1.0.3] - 2026-08-04
Added
* name_scope is a context manager that prepends string prefixes to WireVector
and MemBlock names.
Changed
* sign_extended and zero_extended no longer generate slice (s) LogicNets.
* When concat is called with Const args, the constants are immediately
concatenated, returning a new Const.
* Improved render_trace's ASCII output.
Fixed
[4 lines not shown]
py-websockets: update to 17.1.
17.1
New features
Added support for reconnecting automatically by using :func:`~sync.client.reconnect` as an iterator to the :mod:`threading` implementation.
:func:`~sync.client.connect` now follows redirects in the :mod:`threading` implementation.
:func:`~sync.client.connect` can connect to another host and port than those specified in the URI in the :mod:`threading` implementation.
Improvements
Connections are now garbage collected immediately once closed.
:func:`~sync.client.unix_connect` and :func:`~sync.server.unix_serve` now accept path-like objects, such as :class:`pathlib.Path`, in the path argument.
py-wcwidth: update to 0.8.3.
0.8.3 2026-08-28
Bugfix Do not hang on wrap() calls of width 1 with text containing OSC8 hyperlinks and wide characters, PR #231.
Bugfix clip() with propagate_sgr=True, should match behavior of propagate_sgr(), PR #235.
py-typer: update to 0.27.2.
Refactors
♻️ Create exceptions module and TyperException base class. PR #1942 by @svlandeg.
Docs
🐛 Fix showing fast button as external link in animated terminals in docs. PR #1912 by @phalberg.
Internal
⬆️ Bump setup-uv action to 10.0.1. PR #1940 by @YuriiMotov.
👷 Migrate automatic labels to Latest Changes. PR #1931 by @tiangolo.
👷 Remove legacy label check. PR #1930 by @tiangolo.
🔐 Use PR Submit for pull requests. PR #1928 by @tiangolo.
👷 Use GitHub CLI for Git authentication. PR #1927 by @tiangolo.
👷 Use PR Push commit identity. PR #1926 by @tiangolo.
🔒 Replace pre-commit PAT with PR Push. PR #1923 by @tiangolo.
[5 lines not shown]
devel/at-spi2-core: Update to 2.60.6
Changelog:
What's new in at-spi2-core 2.60.6:
* atk-bridge: Attempt to fix a crash in get_registered_event_listeners
* AtspiDevice: Avoid assigning 0 as a grab id
* Remove G_GNUC_CONST from *_get_type_declarations
py-sphinx-autoapi: update to 3.8.1.
Bugfixes
Preserve ellipsis literals when rendering type annotations. (#562)
Improved Documentation
Document the autoapisummary directive. (#377)
Misc
#564
Switch to tox.toml and reorganise repo structure
multimedia/libaom: Update to 3.15.0
Changelog:
2026-08-25 v3.15.0
This release is ABI compatible with the last release.
This release includes the fixes for all the security issues found by
AI tools recently.
Important build system change: The cmake option ENABLE_APPS was added
to build aomdec and aomenc without building the example programs. The
cmake option ENABLE_EXAMPLES was redefined to build only the example
programs.
- New Features
* Test only: New codec control AV1E_SET_MODE_REF_DELTA_ENABLED for
the encoder to toggle loopfilter mode_ref_delta_enabled.
* New codec option “force-max-q” for the encoder to force the use
of max Q in VBR mode.
[50 lines not shown]
py-pylint: update to 4.0.8.
False Positives Fixed
Fix a false positive for :ref:unspecified-encoding when an open call uses a mode
argument that cannot be inferred.
Closes #10201
Fix a false positive for invalid-name (C0103) on names assigned in an
if __name__ == "__main__": block. Such a block reads like a script body, so
a name there is now accepted if it matches either the constant or the variable
naming style.
Closes #10766
Fix false positives for :ref:invalid-str-returned, :ref:invalid-repr-returned,
:ref:invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned,
:ref:invalid-index-returned, :ref:invalid-length-returned,
[39 lines not shown]
py-platformdirs: update to 4.11.5.
What's Changed
docs: fix the iterator order claim in api.rst by @gaborbernat in #533
fix: return one site applications path for multipath by @tunglambk in #532
fix: accept app arguments in the applications functions by @gaborbernat in #534
refactor: keyword-only booleans on the applications functions by @gaborbernat in #535
fix: accept app arguments in user_preference_dir by @dylanpulver in #531