gwyddion: Update to 2.69
Version 2.69 (Released: 28 July 2025)
Application
- Translations updated: Czech, Russian.
- File menu: Image stack import was added.
Libraries
- libgwyapp: Workaround for data browser drag'n'drop dropping wrong
data in KDE Plasma in Wayland was improved to catch non-image data
types.
- libgwyapp: Default curve map and volume data previews attemp to
filter out outliers and a filtering option was also added to the
explicit preview creation.
- libgwyapp: Curve length was added as a possible curve map preview.
- libgwyapp: New high-level function for loading an image stack.
[164 lines not shown]
KiCad 9.0.6 (2025-10-30)
General
- Ensure file write permissions copying edited library table. #21899
- Ensure custom library table write path is correctly created. #18937
and #18938
- Prevent always requesting keychain unlock when Git project is
opened. #20176
- Ensures proper execution when running external application. #14261
- Show all files in file tree when using git. #21583
- Prevent Altium import error when schematic and/or PCB files are in
folder. #20161
- Make sure ERC/DRC exclusion hotkey works when dialog has
focus. #21761
- Support translation in tool context menus. #21859
- Support translation of property grid enumerations. #13636 and #21859
- Fix crash when importing Altium project. #21947
[688 lines not shown]
pharo13: Import pharo13-13.0.0build708 as wip/pharo13
Pharo is a mininal, elegant, pure, reflective object language (and
fully open-source).
- Yes in Pharo they are only objects! Nothing else.
- Yes the complete syntax of Pharo fits on a postcard and
- Yes we code in the debugger and Pharo has super cool tools that
empower you and make you super efficient.
py-typer: update to 0.20.0
Features
✨ Enable command suggestions on typo by default. PR #1371 by @savannahostrowski.
Upgrades
⬆️ Add support for Python 3.14. PR #1372 by @svlandeg.
py-mbake: update to 1.4.3.
Add validation to detect common typos where assignment operators are reversed. The formatter now generates helpful warnings (see #63):
=? (should be ?=) for conditional assignment
=: (should be :=) for immediate assignment
=+ (should be +=) for append assignment
Resolves issue where suffix rules and file targets were incorrectly suggested as phony targets (see #62). Includes:
Fix PhonyAnalyzer to detect 'target name as last argument' pattern (e.g., cp input.txt clean)
Update phony detection to properly exclude suffix rules (.a.b:) and file targets (foo.b:)
Add comprehensive suffix validation with duplicate detection and pattern warnings
Add extensive test coverage for new validation features
Fix .POSIX and other special targets being incorrectly suggested as phony
proj{,-data}: Remove (pkgsrc is newer)
I had created these to stage updates for testing, but upstream has
been stable enough that testing on one machine with qgis and
committing has been reasonable.