py-protego: updated to 0.6.0
0.6.0 (2026-01-29)
- Added official support for Python 3.14.
- Dropped support for Python 3.9 and PyPy 3.10.
- CI fixes and improvements.
py-ipython: updated to 9.10.0
IPython 9.10
This release includes improvements to history management during forking and formatting fixes.
- :ghpull:`15110` Fix Removing leading indentation when stripping prompt
- :ghpull:`15115` Stop HistorySavingThread before fork
- :ghpull:`15118` Add debug info for autoreload
py-barman: updated to 3.17.0
3.17.0 (2026-01-07)
Notable changes
- Enable query, fetch, and selective operations on inactive/disabled servers
Multiple Barman commands now work with inactive and disabled servers based
on their safety profile:
**Query commands**:
- `list-backups`: view backups from inactive/disabled servers
- `status`: check status of inactive/disabled servers
- `show-backup`: display backup details from inactive/disabled servers
- `list-files`: list files from backups on inactive/disabled servers
- `verify-backup`: verify backups on inactive/disabled servers
**Fetch commands**:
[35 lines not shown]
py-pydicom: updated to 3.0.1
3.0.1
Reduce logging for missing imports
Include examples datasets with package
Fix invalid VR value in private dictionary
Fix checking Bits Stored for Float and Double Float Pixel Data
Fix single bit native decoding for images with non byte-aligned frames
First stages towards making -r effective for experimenting.
Turn on -r automatically if no write permission exists on device, and
it wasn't set on the command line, or implied by the command.
(allows other errors to be discovered before use of extra permissions,
and allows "gpt type -l <device>" (etc) with no write permission on device).
A better method of doing dry run experiments, leading to something
that might actually be useful (this much, by itself, isn't really)
is perhaps coming sometime later.