py-humanize: updated to 4.16.0
4.16.0
Added
Add Latvian language localization
Add i18n support for naturalsize() and French translation
Changed
Performance improvements: 1.07x - 8.4x
Lazy imports for Python 3.15+
Drop experimental Python 3.13 free-threaded
Refactor: simplify scientific() and extract _SUPERSCRIPT_MAP constant
Fixed
Fix naturalsize() rounding rollover at unit boundaries
[6 lines not shown]
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.
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
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.