py-django-photologue: updated to 3.19
3.19 (2026-06-28)
- Remove pkg_resources from setup.
- Checked compatibility with Django 6.0 and Python 3.14.
- Dropped Django 4.2 and 5.1, and Python 3.8 and 3.9.
py-dulwich: updated to 1.2.7
1.2.7 2026-06-12
* Verify that an object retrieved by id actually hashes to the requested
id, raising ``ChecksumMismatch`` otherwise. (Jelmer Vernooij,)
* Check out files whose names contain a colon or backslash. The NTFS path
validator rejected any element containing ``:`` or ``\``, so such files
were silently dropped on clone. It now rejects only the ``.git``/``git~1``
alternate-data-stream spellings, like git. (Jelmer Vernooij,)
* Abort the checkout when a tree entry has an invalid path (e.g. a ``.git``
alias) instead of silently skipping it.
(Jelmer Vernooij,)
* Reject pack names containing path separators in the dumb HTTP transport,
so a malicious server can no longer escape the temporary directory.
(Jelmer Vernooij,)
[60 lines not shown]
math/ggml: import ggml-0.15.3
Tensor library for machine learning
## Features
- Low-level cross-platform implementation
- Integer quantization support
- Broad hardware support
- Automatic differentiation
- ADAM and L-BFGS optimizers
- No third-party dependencies
- Zero memory allocations during runtime
graphics/shaderc: import shaderc-2026.2
A collection of tools, libraries and tests for shader compilation.
At the moment it includes:
- glslc, a command line compiler for GLSL/HLSL to SPIR-V, and
- libshaderc, a library API for accessing `glslc` functionality.
pinentry: updated to 1.3.3
Noteworthy changes in version 1.3.3 (2026-07-01)
* w32: Modernize the dialog of the simple Pinetry for Windows Vista
and later.
* gtk,curses: Add --focus=ok option to CONFIRM command.
* tty: Discard input on timeout.
* Various build fixes.
py-testscenarios: updated to 0.6.2
0.6.2
CHANGES
* The test suite has moved from ``testscenarios/tests`` to a top-level
``tests`` directory, so it is no longer installed as part of the wheel.
* Require testtools >= 2.8.7 in the ``test`` extra, the first release in
which ``iterate_tests`` again accepts plain lists.
0.6.1
IMPROVEMENTS
* Fix package metadata (Mikel Olasagasti Uranga)
* Fix test loading (Mikel Olasagasti Uranga)
0.6
[13 lines not shown]
resterm: Update 0.44.5
Resize keys are now orientation aware
* g+h / g+l - adjust the editor/response width in side-by-side layout (and the sidebar width when the navigator is focused - same as before).
* g+j / g+k - adjust the editor/response height in stacked layout.
Chords that don't apply to the current layout are simply ignored so you can't accidentally reset your panes.
Note: g+j / g+k now collapse/expand navigator branches only while the navigator is focused.
Custom bindings.toml files keep working as-is.
Smoother latency indicator
The latency animation in the header now eases into the placeholder instead of blinking out and the sparkline keeps a fixed width while it fills up.
Small stuff
The command bar now hints the resize keys (g h/j/k/l) and drops the ^O Open entry to make room (Ctrl+O still works).