szip: remove
libaec (BSD license) has replaced this (restrictive license),
upstream's homepage is gone, and the only user in pkgsrc had switched
to libaec already.
py-pyobjc: updated to 12.2.1
12.2.1
A number of test files were in a directory name
with lower-case letters where upper-case letters should have been
used. This only affects users checking out the repository on
systems with a case-sensitive filesystem.
Fix build error in the Quartz bindings when the SDK
is for macOS 15 or later and the build target is also macOS 15 or later.
Implement basic support for handling Swift classes that
have an Objective-C representation but are not subclasses of NSObject,
as used in the Network framework.
Avoid stupid macro name clash: m68k/include/reg.h defines R0 and R1
as the register offsets for returning values from functions in the.
These clash with local buffers R0 and R1 here.
Rename them to cookie_R0 and cookie_R1 to make all m68k ports build again.
py-pydantic-settings: updated to 2.14.2
2.14.2
This is a security patch release.
Prevent NestedSecretsSettingsSource from following symlinks outside secrets_dir
py-polib: updated to 1.2.0
1.2.0 (2023/02/23)
- Added setter for the fuzzy property
- Escape/unescape \v, \b and \f
- Added path to error message processing parser symbols
- Ensure empty previous values for msgid and msgstr are properly saved
- Fixed relative ordering of comments and translator comments
- Do not count obsolete entries in fuzzy() method
- Close files properly
- Fixed support for loading mo files from bytes object
- Fixed msgstr_plural comparison
- Simplified python version check
- Updated docs
muon: Update to 0.6.0
- internals / language features
- in script mode: refactor how scope works, all variable resolution
happens at compile time, globals are disallowed.
Improves performance and clarifies scoping rules.
(github pr)[https://github.com/muon-build/muon/pull/241]
- all memory is tracked an managed with an arena allocator.
This should improve memory usage, performance, and developer
ergonomics.
- toolchains
- toolchains are now defined in scripts:
src/script/runtime/toolchains.meson
- tcc
- clang-cl
- ccache and sccache
- documentation
- muon help
- source links in refernce manual
[4 lines not shown]
py-bitarray: updated to 3.8.2
3.8.2:
* clarity/wording improvements throughout project
* add `new_allocation()` to simplify `resize()`
* drop Python 3.6 support
ansible-lint: updated to 26.6.0
26.6.0
Features
fix: ensure configuration errors are visible to user
Fixes
fix: bump cryptography minimum to >=46.0.6 and refresh lock file
fix: added setup-uv action version pinning to renovate config
fix: detect role roots in namespace subdirectories
fix(docs): remove mkdocstrings plugin to unblock docs CI
fix: suppress ruff PLW0717 to unblock renovate
Fix risky-shell-pipe false positive on multi-line Jinja
Fix: fix mock_modules generated stubs failing YAML/doc parsing
fix: support example format indicator, prevent ansible-lint from producing load-failure on valid non-YAML examples
fix: avoid name[casing] auto-fix crash on multi-segment prefixes
[14 lines not shown]
py-ansible-compat: updated to 26.6.0
26.6.0
Fixes
fix: use absolute paths for roles and library in ANSIBLE_ROLES_PATH
fix(security): update dependencies [SECURITY]
fix: update _extends syntax for release-drafter v7 compatibility
py-inline-snapshot: updated to 0.34.2
0.34.2
Fixed
- Fixed snapshot updates when pytest reuses stale assertion-rewrite cache files after a test folder is moved, which could leave cached code objects pointing at the old source path
0.34.1
Fixed
- Fixed `snapshot_arg()` to use the `fix` category (instead of `create`) when creating an argument with an existing non-ellipsis default argument value.
samba4: updated to 4.24.4
Changes since 4.24.3
o Volker Lendecke <vl at samba.org>
* BUG 16095: Use-after-free in handling acls with claims and conditions
o Gary Lockyer <gary at catalyst.net.nz>
* BUG 16092: Compilers may ignore overflow checks - Fix tautological-compare
warnings
o Stefan Metzmacher <metze at samba.org>
* BUG 14638: restrict anonymous = 2 breaks RODC functionality
* BUG 16006: warning: assignment discards 'const' qualifier from pointer
target type [-Wdiscarded-qualifiers]
* BUG 16067: Require NTLMv2 session security on Windows makes trusts to Samba
unusable
* BUG 16092: Compilers may ignore overflow checks - Fix tautological-compare
warnings
[8 lines not shown]