ccid: updated to 1.7.1
1.7.1 - 4 February 2026, Ludovic Rousseau
- Add support of
- ACS APG8201-B2
- BUDGET E-ID BUD001
- CHERRY Smart Board 1150
- CryptnoxCR CryptnoxCR
- Diebold Nixdorf PN7362au CCID
- FT BioPass FIDO2 Pro
- Nitrokey Nitrokey Passkey
- Add SCARD_CTL_CODE(3601): USB path of the reader
- Some other minor improvements
nettle: update to 4.0.
NEWS for the Nettle 4.0 release
This is a new major release. It includes one new feature,
support for SLH-DSA. There are several changes to Nettle's
API, as well as deletion of obsolete features. There are also
several improvements to the ABI that leaves the API mostly
unchanged, in particular, smaller context structs for several
algorithms.
The most disruptive API change is that the *_digest functions
no longer takes the desired digest size as argument. Truncated
hashes appeared to be an important use case decades ago when
the previous interface was designed, but that is now rather
obscure.
Feedback on the new interfaces is appreciated, e.g., if the
variable tag length for OCB and CCM should be supported
[165 lines not shown]
jj: update to 0.38.0.
Add test target, depend on git.
## [0.38.0] - 2026-02-04
### Release highlights
* Per-repo and per-workspace config is now stored outside the repo, for security
reasons. This is not a breaking change because we automatically migrate
legacy repos to this new format. `.jj/repo/config.toml` and
`.jj/workspace-config.toml` should no longer be used.
### Breaking changes
* The minimum supported `git` command version is now 2.41.0. macOS users will
need to either upgrade "Developer Tools" to 26 or install Git from
e.g. Homebrew.
[110 lines not shown]
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