py-uv py-uv-build: updated to 0.10.4
0.10.4
Enhancements
Remove duplicate references to the affected paths when showing uv python errors
Skip discovery of workspace members that contain only git-ignored files, including in sub-directories
Bug fixes
Don't panic when initialising a package at the filesystem root (e.g. uv init / --name foo)
Fix permissions on wheel and sdist files produced by the uv_build build backend
Revert locked file change to fix locked files on NFS mounts
gawk: update to 5.4.0.
Remove pkgsrc patch chunk changing 'ls -f' to 'ls -U', which
breaks the test on NetBSD.
Changes from 5.3.x to 5.4.0
---------------------------
1. This release now uses Mike Haertel's MinRX regular expression matcher
as the default regexp engine. The old regex and dfa engines are still
available. More detail is available in the manual, and in the file
README_d/README.matchers. At the very least, read that file!
2. The manual, in the Bugs section, now makes it explicit that
(a) Ad hominem attacks on the lists will not be tolerated, and
(b) Discussion of proprietary software is strongly discouraged.
Repeated offenses are grounds for being banned from the lists.
3. There is now a new directive, @nsinclude, which works like @include
[78 lines not shown]
hatari: updated to 2.6.1
2.6.1
Emulation improvements:
MegaSTE:
When using cache, only compare 24 lowest bits of address
Don't update cache after a bus/address error
Falcon:
Create a fast ram buffer (_FRB) cookie when running with TT RAM
to fix a problem with floppy disk access
Video:
[56 lines not shown]
py-libxml2: disable doxygen
It causes too many circular dependency problems, for example:
fontconfig -> meson -> itstool -> py313-libxml2 -> doxygen -> ghostscript -> ghostscript-agpl -> fontconfig
Also disabling doxygen doesn't change the PLIST so the dependency seems
to not have affected the package meaningfully regardless.
py-astroid: updated to 4.1.1
4.1.1
Let UnboundMethodModel inherit from FunctionModel to improve inference of
dunder methods for unbound methods.
Filter Unknown from UnboundMethod and Super special attribute
lookup to prevent placeholder nodes from leaking during inference.