py-dulwich: updated to 1.0.0
1.0.0 2026-01-17
* Release of 1.0!
From here on, Dulwich will not break backwards compatibility until 2.0 -
although we may print ``DeprecationWarning`` when using deprecated
functionality.
Micro releases (1.x.y) will be reserved for important bugfixes.
Major releases (1.x.0) will introduced new features and functionality,
without breaking backwards compatibility.
ruby40: fix build with CPPFLAGS=-g
CPPFLAGS got passed unmodified to dtrace, but that does not support
all compiler flags that can be passed this way.
Add link to upstream bug report.
py-tenacity: updated to 9.1.3
9.1.3
Apply formatting to num seconds in before_sleep_log
Support Python 3.14
Typing: Accept non-standard logger in helpers logging something
feat(wait): add wait_exception strategy
docs: fix syntax error in wait_chain docstring example
chore: drop Python 3.9 support (EOL)
Support async sleep for sync fn-to-retry
py-limits: updated to 5.8.0
v5.8.0
* Bug Fix
* Allow explicit keyword arguments for storage options for
username & password for storages that support it.
* Allow explicitly specifying `startup_nodes` through keyword
arguments for all redis cluster storages.
* Support IPv6 addresses in cluster locators in storage uri
v5.7.0
* Compatibility
* Relax extras constraints for redis (<8)
yaml-cpp: updated to 0.9.0
0.9.0
Assorted bugfixes, including:
Increase minimum required CMake version to 3.5, update Googletest to 1.13
Bazel module builds
node/convert: Enable the template specialization for std::string_view properly when the library is compiled by MSVC on Windows
CMake: Allow to disable uninstall
Update cmakelists to use system googletest if available
Fix indentation of empty flow sequences
Add option YAML_ENABLE_PIC
fix: use C locale by default
Use FetchContent_MakeAvailable
fix: parse files with '\r' symbols as line ending correctly
fix(src): avoid possible infinite loop in LoadAll()
missing keys should throw InvalidNode, not BadConversion
fix: prettier floating point numbers
Optimization of merge memories
sdl12-compat: updated to 1.2.74
1.2.74
This is a stable bugfix release, with the following changes:
Fixed crash on Windows introduced in the last release
Fixed transition from intro video to main menu in Sid Meier's Alpha Centauri
raqm: updated to 0.10.4
Overview of changes leading to 0.10.4
Add build option to skip tests.
Add dependency override for use as a subproject.
Fix tests when b_ndebug=true.
Build, CI and documentation updates.
cargo-audit: updated to 0.22.1
cargo-audit 0.22.1
Release Apple Silicon cargo-audit binary
cargo-audit: Put a newline character at the end of json reports
cargo-audit: disable colors by default if stdout it not a terminal