hugo: Update to 0.155.2
upstream changes:
-----------------
v0.155.2
Note that the bug fix below is for the two new dimensions introduced in v0.153.0 (version and role), multiple languages worked fine. Also, changes to the first version and role also worked, which had me head-scratching for a while. Oh, well, enjoy.
* Fix template change detection for multi-version sites 0f1c7d1 @bep #14461
* resources/image: Add some image decode/encode debug logging 6bd2bde @bep #14337 #14460
python314 py314-html-docs: updated to 3.14.3
Python 3.14.3
Windows
gh-128067: Fix a bug in PyREPL on Windows where output without a trailing newline was overwritten by the next prompt.
Tools/Demos
gh-142095: Make gdb ‘py-bt’ command use frame from thread local state when available. Patch by Sam Gross and Victor Stinner.
Tests
gh-144415: The Android testbed now distinguishes between stdout/stderr messages which were triggered by a newline, and those triggered by a manual call to flush. This fixes logging of progress indicators and similar content.
gh-143460: Skip tests relying on infinite recusion if stack size is unlimited.
gh-65784: Add support for parametrized resource wantobjects in regrtests, which allows to run Tkinter tests with the specified value of tkinter.wantobjects, for example -u wantobjects=0.
gh-143553: Add support for parametrized resources, such as -u xpickle=2.7.
gh-142836: Accommodated Solaris in test_pdb.test_script_target_anonymous_pipe.
bpo-31391: Forward-port test_xpickle from Python 2 to Python 3 and add the resource back to test’s command line.
Security
gh-144125: BytesGenerator will now refuse to serialize (write) headers that are unsafely folded or delimited; see verify_generated_headers. (Contributed by Bas Bloemsaat and Petr Viktorin in gh-121650).
gh-143935: Fixed a bug in the folding of comments when flattening an email message using a modern email policy. Comments consisting of a very long sequence of non-foldable characters could trigger a forced line wrap that omitted the required leading space on the continuation line, causing the remainder of the comment to be interpreted as a new header field. This enabled header injection with carefully crafted inputs.
gh-143925: Reject control characters in data: URL media types.
[114 lines not shown]
zk: Update to 0.15.2
Changes:
0.15.2
Added
- Find notes with missing backlinks using zk list --missing-backlink
- LSP diagnostic for missing backlinks when other notes link to current note
without reciprocal links
- Code action to add missing backlinks
- LSP diagnostic for self-referential links
Fixed
- Release tarballs now output the program version
- Config path can be set with $ZK_CONFIG_DIR
fast_float: updated to 8.2.3
8.2.3
add base check for uint8
fix issue with s390x.
optimize uint16 parsing
optimize fastfloat_strncasecmp
Bump the github-actions group across 1 directory with 4 updates
fix early return error in fastfloat_strncasecmp
Clarify behavior for underflow
Fix overzealous build-time /permissive- propagating to compile-time (cross-compilation bug)