ada-liblal-tools-25: update to upstream version 25.2
* [25.1] Emit parsing errors for preprocessor directives when preprocessing is disabled
* [25.2] Backport eng/ide/libadalang-tools#304
* Create metric reports parent directories
* [25.2] Backport of eng/ide/libadalang-tools#268
* [25.2] Backport of eng/ide/libadalang-tools#238
* Backport: TGen: Support class wide return type
* [25.2] Backport of eng/ide/libadalang-tools#256
* [25.2] Backport of #243
* [25.1] Backport of eng/shared/release#1266
* [25.1] Backport of eng/ide/libadalang-tools#162
* [25.1] Backport of eng/ide/libadalang-tools#215
* [25.1] Backport of eng/ide/libadalang-tools#217
* [25.1] Backport of eng/ide/libadalang-tools#208
* Langkit_Support.Slocs now provides this operator
* Other changes https://github.com/AdaCore/libadalang-tools/compare/25.0...25.2
openexr: update to 3.4.1.
## Version 3.4.1 (October 8, 2025)
Patch release that fixes a build issue: OpenJPH headers are now
included from the openjph folder, as required by OpenJPH 0.23+.
No change in functionality.
wayland: update to 1.24.0.
Based on wip/wayland with help from kikadf.
Aside from the usual bug fixes and protocol clarifications, this new
release includes:
- A new wl_fixes interface to add a request to destroy a wl_registry
object.
- A new wl_keyboard.key repeated state, to allow compositors to take
over the responsibility of repeating keys, which is useful for remote
desktop.
- wl_display_dispatch_queue_timeout() and wl_display_dispatch_timeout(),
to set a timeout when dispatching events.
- wl_shm_buffer_ref() and wl_shm_buffer_unref(), to access wl_shm_buffer
underlying storage after the protocol object has been destroyed (e.g.
when a client is shutting down).
- wl_proxy_get_interface() and wl_resource_get_interface(), to fetch the
wl_interface of an object.
[2 lines not shown]
py-uwsgi: update to 2.0.31.
Fix build with gcc-15 (Arne de Bruijn)
Build improvements (Janos Guljas, Jonas Smedegaard)
Fix some user visible typos (Alexandre Rossi)
Fix gracefully_kill_them_all() for setups using fifo-based master graceful reload (Wynn Wilkes)
Fix compilation with PHP 8.5 (Remi Collet)
py-sphinx-autoapi: update to 3.6.1.
Update the supported versions of astroid. Fix the breaking change
to Import and pass in the AstroidManager to the AstroidBuilder
(#536)
py-qt-builder: update to 1.19.0.
Support for Qt v6.10
The Qt v6.10.0 installation for Linux on Intel created by the online installer was built using Red Hat Linux v9.4. This means that glibc v2.34 is now required. Earlier versions of Qt required glibc v2.28. The manylinux wheel tags that are generated now reflect the revised dependency.
pyqt-bundle support for lower case wheel names
pyqt-bundle now properly handles lower case wheel names as well as the legacy mixed case names.
Resolves #33
py-nh3: update to 0.3.1.
What's Changed
Bump ammonia from 4.1.1 to 4.1.2 by @dependabot[bot] in #93
Bump pyo3 from 0.25.1 to 0.26.0 by @dependabot[bot] in #92
py-multidict: update to 6.7.0.
6.7.0
=====
*(2025-10-05)*
Contributor-facing changes
--------------------------
- Updated tests and added CI for CPython 3.14 -- by :user:`kumaraditya303`.
*Related issues and pull requests on GitHub:*
:issue:`1235`.