ugrep: updated to 7.5.0
7.5.0
smaller and faster executable with extended dual predict-match PM3+PM5 algorithms, see updated benchmarks compiled with Clang for speed and
symlink support for ugrep.exe and ug.exe for Windows
colorization improvement for ugrep.exe and ug.exe for old Windows 7 with ConEmu
py-pydantic-settings: updated to 2.10.1
2.10.1
Fix UnboundLocalError error in _replace_field_names_case_insensitively
Remove unknown file reference in documentation
2.10.0
Fix running tests when azure-keyvault-secrets is not installed
Fix running tests when google-cloud-secret-manager is not installed
Support loading a specific nested key from YAML in YamlConfigSettingsSource
Fix CLI suppression for model group help
Fix missing DEFAULT_PATH import
Fix case-insensitive handling of nested aliases in EnvironmentSettingsSource
Azure Key Vault case insensitive support and dash-underscore translation
fix: Respect 'cli_parse_args' from model_config with settings_customise_sources
Bump astral-sh/setup-uv
[11 lines not shown]
py-pathvalidate: updated to 3.3.1
v3.3.1 - 2025-06-15
Modify to use repr() for value formatting in error messages and validation descriptions
v3.3.0 - 2025-06-15
Add value to the INVALID_LENGTH validation error
Ensure that the invalids value of INVALID_CHARACTER is unique
py-hishel: updated to 0.1.3
0.1.3 (1st July, 2025)
- Remove `types-redis` from dev dependencies
- Bump redis to 6.0.0 and address async `.close()` deprecation warning
- Avoid race condition when unlinking files in `FileStorage`.
- Allow prodiving a `path_prefix` in `S3Storage` and `AsyncS3Storage`.
www/firefox: Update to 139.0.4
* Try to add some NetBSD-specific changes (incompleted).
Changelog:
139.0.4:
Fixed
* Fixed Firefox freezing when switching between apps or opening certain
panels within the browser. (Bug 1969253 & Bug 1969346)
* Fixed difficult selection of drop-down menu options in the Firefox
preferences page when selected via the in-page search. (Bug 1968949)
* Fixed various selection issues when triple-clicking text in some
situations. (Bug 1969100 & Bug 1969432)
* Fixed an incorrect filename being used when setting an image as the desktop
wallpaper on Windows. (Bug 1969793)
[73 lines not shown]
py-xattr: updated to 1.2.0
Version 1.2.0
* Support optional default value in xattr.get()
* Ignore macOS 13 SIP attribute 'com.apple.provenance' in tests
py-music21: updated to 9.7.1
9.7.1
Music21 v9.7.1 is a maintenance release that fixes a bug in the pip version of music21 which would not work with numpy 2.0. Now the dependencies of music21 are the same whether installed from source/requirements.txt or pip/pyproject.toml.
This release also fixes errors (typing and intervals with concrete notes) discovered by mypy 1.16 and incorporates grammar and spelling fixes in documentation discovered by Pratim Vasireddy.
What's Changed
Fix mypy 1.16 issues
fixed spelling and other syntax
Misc StreamIterator improvements