textproc/rumdl: update to 0.1.22
Added
Config: Per-directory configuration resolution — place .rumdl.toml in
subdirectories to override settings for specific paths
MD075: New rule to detect orphaned table rows and headerless pipe content
(#426)
Fixed
MD041: Support TOML (+++) and JSON ({}) front-matter formats alongside
YAML when checking for title field
(#427, thanks @Nathan-Furnal)
MD054: Match warning message with rule configuration option
(thanks @eread in #421)
Style config: All style configuration values now use kebab-case as the
canonical format and accept snake_case, kebab-case, and uppercase variants.
Affected rules: MD003, MD046, MD048, MD049, MD050, MD055, MD060, MD063
[4 lines not shown]
py-cucumber-expressions: updated to 19.0.0
19.0.0
Added
[Java] Make CucumberExpressionParser::parse public
Changed
Make StepMatchArgument.Group.children optional
[Java] Set release version to 17
py-uv py-uv-build: updated to 0.10.3
0.10.3
Python
Add CPython 3.15.0a6
Enhancements
Don't open file locks for writing
Make Windows trampoline error messages consistent with uv proper
Log which preview features are enabled
Preview features
Add support for ruff version constraints and exclude-newer in uv format
Fix script path handling when target-workspace-discovery is enabled
Use version constraints to select the default ruff version used by uv format
[12 lines not shown]
minikube: Update to 1.38.0
Changelog trimmed to highlights, features, breaking changes.
For full changelog, see CHANGELOG.md.
-- Version 1.38.0 - 2026-01-28
-- Higlight
* No Sudo required for with vfkit/krunkit on macOS 26+ (requires latest vmnet-helper)
* No Sudo required to run [AI Playground on Macos GPUs using minikube](https://minikube.sigs.k8s.io/docs/tutorials/ai-playground/)
* vfkit: Add Rosetta support for deploying amd64 images on Apple silicon (#22140)
-- Features
* Add support for Kubernetes v1.35.0 v1.34.1 (#21650)(#22015)(#22119)(#22328)
* VM Drivers: add support for NVMe-oF/TCP block devices (#22464)
* VM Drivers: Enable BTF debug symbols to support eBPF tooling in iso (#21800)
* Add option to download preloads from github instead of GCS through --preload-source (#22221)
[54 lines not shown]
py-junos-eznc: updated to 2.7.6
2.7.6
Enhancements done
Python 3.12+ Support: Added official support for Python 3.12 and later versions, ensuring compatibility with the latest Python ecosystems
SSH Agent Support: Added the allow_agent parameter support to improve flexible authentication workflows
Enhanced Type Hinting: Updated type hinting throughout junos-eznc for better IDE integration and static analysis
Formatter Migration: Adopted Ruff for faster, more reliable code formatting
Dependency Update: Migrated from yamlordereddictloader to yamlloader for improved YAML processing
CI/CD Enhancements: Updated GitHub Actions to validate all supported Python versions against PyEZ, ensuring broader stability
py-zope.deferredimport: updated to 6.1.1
6.1.1 (2026-02-16)
- Try harder to make the sample files generated by the ``narrative`` doctest
match those in git.
shells/oh-my-posh: update to 29.4.0
v29.4.0
🚀 Streaming Prompt Rendering (Beta)
Oh My Posh now supports streaming mode - a new rendering approach that displays your prompt progressively as segments complete, instead of waiting for all segments to finish before showing anything.
What's New
Instant prompt display: Get an immediate prompt with fast segments, while slow segments load in the background
Progressive updates: The prompt updates incrementally as data-fetching segments (APIs, git status, etc.) complete
Configurable timeout: Set the segment timeout threshold via the streaming config property (recommended: 100ms)
Pending placeholders: Segments still loading show ... by default (customizable via segment placeholder property)
Multi-shell support: Available in PowerShell 7.2+, Zsh, and Fish
Configuration
Enable streaming by adding a timeout value (in milliseconds) to your config:
{
[86 lines not shown]
py-tortoise-orm: updated to 1.1.3
1.1.3
Added
RandomHex dialect-aware SqlDefault subclass for generating random hex strings across all backends.
Meta.constraints support on models — named UniqueConstraint objects are now captured by the migration autodetector, enabling AddConstraint/RemoveConstraint generation via makemigrations.
MySQL schema editor: _alter_field override using MODIFY COLUMN for NULL/NOT NULL changes; backtick-quoted ALTER_FIELD_* templates.
MSSQL schema editor: _alter_field override with ALTER COLUMN for nullability, named default constraint management via sys.default_constraints, bracket-quoted templates, and self-referencing FK CASCADE → NO ACTION downgrade.
Fixed
MySQL migrations: ALTER COLUMN ... SET NOT NULL / DROP NOT NULL now correctly emits MODIFY COLUMN col type NOT NULL/NULL.
MSSQL migrations: DELETE_CONSTRAINT_TEMPLATE and UNIQUE_CONSTRAINT_CREATE_TEMPLATE now use bracket quoting [name] instead of double quotes.
MSSQL migrations: self-referencing foreign keys with CASCADE no longer fail with error 1785; automatically downgraded to NO ACTION.
py-hypothesis: updated to 6.151.8
6.151.8 - 2026-02-16
This patch fixes a crash when sys.modules contains unhashable values, such as SimpleNamespace objects.
6.151.7 - 2026-02-16
This patch updates our vendored list of top-level domains, which is used by the provisional domains() strategy.
6.151.6 - 2026-02-11
This patch fixes several duplicate word typos in comments and documentation.
6.151.5 - 2026-02-03
This patch teaches our pytest plugin to :ref:` find interesting constants <v6.131.1>` when pytest is collecting tests, to avoid arbitrarily attributing the latency to whichever test function happened to be executed first.
6.151.4 - 2026-01-29
This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.
go14: Force use of gnu99 C standard
This package attempts to typedef bool, but it's a keyword in C23.
The default compiler on Fedora 43 defaults to C23, so this fixes the build
there.
Maybe we shouldn't have -Werror, but it was easier to do this than figure
where -Werror is coming from.
janet: update to 1.41.1
- Update file/write docstring
- Improve messages on errors when loading the bundle script
- Remove unused def
- Disable MSVC runtime stack checks in janet_ffi_win64
- shell: Prevent buggy moving zero column behavior
- Update to macos-14 in ci
- Apply :flycheck on def as well
- Take 2: 9front port, using 9front's Native Porting/Posix Environment
- Fix math/int-{max,min} docstrings
- Fix unix sockets issue on FreeBSD
- Use double-NULL
- Update year in copyright disclaimer to 2026
- Add omitted word "is" in docstrings
- Document empty? more clearly.
- Tweak some fiber-related docstrings
- Document how to set local timezone for os/date and os/strftime.
- Make peg-grammar available in all threads for peg/compile
[2 lines not shown]