gettext: updated to 1.0
Version 1.0 - January 2026
Improvements for maintainers and distributors:
* In a po/ directory, the PO files are now exactly those that the
translators submitted or committed in version control, or a
translation project's daemon committed on behalf of the translators.
They are no longer regularly updated with respect to the POT file
in the same directory.
The advantage for maintainers is that the maintainer may commit the
PO files in version control, without getting
- lots of modified files shown by "git status",
- frequent merge conflicts when merging between branches,
- a voluminous version control history.
The advantage for distributors is that the role of files in a
release tarball are clearer: The PO files are source code, whereas
[64 lines not shown]
py-jsonrpclib-pelix: updated to 1.1.0
1.1
- Fixed access to error message in results
- Allow the request query ID to be set to 0 or empty string
- Allow the definition of a classes registry to restrict dynamic imports
- Allow the definition of a maximum content length to reject large requests
- Overall code review
- Disable `cjson` and `simplejson` tests on Python 3.15
py-jaraco.test: updated to 5.7.0
v5.7.0
Features
- Added ``ensure_checkout`` fixture in ``jaraco.test.git`` to skip a test unless the project is a git checkout with an ``origin`` remote.
groff: make uchardet dependency optional, default off
Bump PKGREVISION.
This should fix a dependency cycle observed in the macOS builds;
uchardet needs cmake, and cmake there wants groff.
icinga2: updated to 2.16.4
2.16.4 (2026-07-16)
This release contains a number of fixes for various smaller but annoying bugs, including one regression regarding API
authentication with certain HTTP client libraries. It also ensures that Icinga 2 is compatible with newer OpenSSL
versions.
Bugfixes
* Track objects deleted at runtime to avoid erroneous recreation when processing the replay log
* Ensure that connecting to endpoints can no longer hang indefinitely, which had stopped it from
initiating further connection attempts until Icinga 2 was restarted
* Fix a regression introduced with v2.16.0, that broke API authentication for clients
that only send HTTP Basic Auth credentials after the server requested them
* Improve locking of performance data arrays to prevent possible deadlocks
* Fix high response latency with multiple API requests targeting non-existent hosts or services
Enhancements and Documentation
[3 lines not shown]
buf: updated to 1.72.0
1.72.0 - 2026-07-17
- Fix `buf beta registry webhook create` and `buf beta registry webhook list` to emit proto JSON output.
- Fix HTTPS Basic authentication for remote inputs to use `BUF_INPUT_HTTPS_USERNAME` for the username.
- Fix `IMPORT_USED` lint rule silently reporting no unused imports when
`google/protobuf/descriptor.proto` is in the transitive dependency graph.
jimtcl: updated to 0.84
0.84
Allow bootstrap jimsh to build with MSVC on Windows
update codeql actions
aio: add support for translation binary|text
build: win32: fix install of build-jim-ext
dict set/unset: ensure dicts modified via dict sugar are unshared
Add more build generated files to .gitignore
update master from master-next branch
regex improvements
JSON decode fixes
aio gets: add -eol and -keep options
A couple of small segfault fixes
jimiocompat: Avoid unused variable compiler warnings
Linenoise update
jim-redis: add support for multiexec
source documentation improvements
py-yarl: updated to 1.24.5
v1.24.5
Contributor-facing changes
- Restricted the exhaustive IDNA default-ignorable sweep test to a native
Linux x86_64 runner. It iterates roughly 140,000 code points and its result
does not depend on the architecture, so running it under emulated wheel
builds only added minutes and intermittently crashed the test workers
py-urwid: updated to 4.0.5
Urwid 4.0.5
New features
* Copy signal handlers before emission
* Implement `_scrollbar_layout` and left click handling for `Scrollable`
Bug fixes
* Fix rle_product for zero-len elements
Documentation
* typing: fix `Filler` typing annotations
* typing: extend widget_decoration module typing coverage
* Typing: annotate and fix attr_map
[3 lines not shown]
py-types-setuptools: updated to 83.0.0.20260716
83.0.0.20260716
Run ty on typeshed stubs in CI
Add a pinned ty check for the standard-library and third-party stubs across Python 3.10-3.14 and the supported target platforms. The runner honors stdlib/VERSIONS, resolves checked-in stub packages and their external dependencies, and avoids duplicate published stub packages that shadow local sources.
Match pyright's policy for non-actionable override and deprecation diagnostics, add narrowly scoped ignores beside existing checker exceptions, and exclude only the obsolete requests and legacy distutils stubs. Check geopandas, seaborn, and shapely on every target version, with two existing pandas-stubs type-bound exceptions mirrored for ty. Also fix the remaining Windows-only dateutil builtin-name collision discovered by the new check.
py-types-python-dateutil: updated to 2.9.0.20260716
2.9.0.20260716
Run ty on typeshed stubs in CI
Add a pinned ty check for the standard-library and third-party stubs across Python 3.10-3.14 and the supported target platforms. The runner honors stdlib/VERSIONS, resolves checked-in stub packages and their external dependencies, and avoids duplicate published stub packages that shadow local sources.
Match pyright's policy for non-actionable override and deprecation diagnostics, add narrowly scoped ignores beside existing checker exceptions, and exclude only the obsolete requests and legacy distutils stubs. Check geopandas, seaborn, and shapely on every target version, with two existing pandas-stubs type-bound exceptions mirrored for ty. Also fix the remaining Windows-only dateutil builtin-name collision discovered by the new check.