py-mdit-py-plugins: updated to 0.6.1
0.6.1 - 2026-05-13
- FIX: Nested field lists incorrectly nesting inside parent containers
Field lists inside list items (or other indented containers) would recursively nest each field inside the previous one, instead of being siblings.
0.6.0 - 2026-05-07
- NEW: Add GFM autolink and composite GFM plugins
The `gfm_autolink` plugin implements [GFM autolink literals](https://github.github.com/gfm/#autolinks-extension-),
auto-linking URLs and email addresses without requiring angle brackets:
```markdown
Visit www.example.com or contact user at example.com
```
[15 lines not shown]
py-sphinxcontrib-phpdomain: updated to 0.15.2
0.15.2
* Removed usage of `pkg_resources` and converted to an implicit namespace package.
* Fixed build warnings related to license metadata.
0.15.1
* Tagged the wrong branch for 0.15.0
* Fixed missing build dep
0.15.0
* Expand compatibled version range for sphinx 9.x
py-sphinxcontrib-httpdomain: updated to 2.0.0
2.0.0
Breaking changes
Dropped support for Python 3.9 and older.
Switched to implicit (native) namespace for sphinxcontrib.
Major changes
Added support for Python 3.10 up to 3.14.
Adjusted a unit test regular expression for :file:`bottle_test.py`.
Use MDN documentation for information about HTTP status codes instead of w3.org.
Added :addtoc: option for http directives to register HTTP API endpoints and display them in the page-level table of contents.
Internal
Added Dependabot configuration.
[16 lines not shown]
py-uvicorn: updated to 0.48.0
0.48.0
Changed
Default ssl_ciphers to None and use OpenSSL defaults
Fixed
Ignore duplicate forwarding headers in ProxyHeadersMiddleware
py-httptools: updated to 0.8.0
0.8.0
Add http-parser and llhttp licenses into the wheels
Mark cython module as free-threading compatible
Fix all typing issues
Bump llhttp to 9.4.1
Security: fix URL truncation issue
Allow building with latest setuptools
py-poetry: updated to 2.4.1
2.4.1
Changed
Re-allow installer==0.7.0
Fixed
Fix an issue where poetry update <package> failed when <package> was a transitive dependency
2.4.0
Added
Add solver.min-release-age setting to require package releases to be a certain number of days old before they are considered during dependency resolution
Add solver.min-release-age-exclude to exclude selected packages from age filtering
Add solver.min-release-age-exclude-source to exclude all packages from selected package indexes from age filtering
[31 lines not shown]
py-uv py-uv-build: updated to 0.11.16
0.11.16
Enhancements
Add support for direct archive dependencies in Git
Adjust hint rendering
Preview features
uv audit: specialize malformed OSV error
Reject locked malware installations
Configuration
Allow disabling reading the system config with UV_NO_SYSTEM_CONFIG
Bug fixes
[10 lines not shown]
py-tibs: updated to 0.8.0
0.8.0
Backwardly incompatible changes
* Renamed the constructor keyword from `endianness` to `byte_order` for
`from_u`, `from_i` and `from_f`. The `Endianness` enum is unchanged.
Added
* Added the `MutableView` class. Views from `Mutibs` are now live mutable
views, so interpreted writes through `m.le`, `m.lsb0`, selected fields, or
explicit mutable views update the original `Mutibs`.
* Added fixed-width write methods and settable interpretation properties:
`write_u`, `write_i`, `write_f`, `write_bin`, `write_oct`, `write_hex` and
`write_bytes`, plus settable `.u`, `.i`, `.f`, `.bin`, `.oct`, `.hex` and
`.bytes` properties where mutation is supported.
* Added labelled field helpers. `Tibs.field(a, b)` and `Mutibs.field(a, b)`
[14 lines not shown]
redis: updated to 8.8.0
8.8.0
Major changes compared to 8.6
- New data structure: Array (@antirez)
- Subkey notification for hash fields - field-level notifications
- `INCREX`: a window counter rate limiter combining `INCR`, `INCRBY`, `INCRBYFLOAT`, bounds, and expiration (@raffertyyu + Redis team)
- `XNACK`: a new streams command - allow consumers to explicitly release pending messages
- `ZUNION`, `ZINTER`, `ZUNIONSTORE`, `ZINTERSTORE`: new `COUNT` aggregator
- `JSON.SET`: new `FPHA` argument to specify the FP type for homogeneous FP arrays
- `TS.RANGE`, `TS.REVRANGE`, `TS.MRANGE`, `TS.MREVRANGE`: multiple aggregators in a single command
- `FT.HYBRID` `KNN` clause: new argument to request fewer candidates per shard
- `FT.PROFILE` `HYBRID`: profiling support for `FT.HYBRID`
- Performance improvements
Binary distributions
[21 lines not shown]
qbittorrent: updated to 5.2.1
5.2.1
BUGFIX: Fix building with latest zlib (glassez)
BUGFIX: Remove old-format lockfile when starting (glassez)
BUGFIX: Prevent SSRF via HTTP redirection (AlexandrBlishun)
BUGFIX: Delete stale lockfile when machine-id mismatch (glassez)
BUGFIX: Fix handling of 'Accept-Encoding' header (glassez)
WEBUI: Avoid search downloader for magnet links (TurboTheTurtle)
WEBUI: Work around browser extension interfering with Add Torrent Dialog (vafada)
WEBUI: Filter all children of content root (vafada)
WEBAPI: Don't store API result between calls (beryxz)
RSS: Fix refresh is indefinitely called when there are no feeds (glassez)
SEARCH: Avoid proxy interfering with multiprocessing pool (Chocobo1)
www/gitea: fix the RC script
rc.subr resets $PATH to values excluding pkgsrc's $PREFIX, while by
default, Gitea needs to find the path to the git(1) binary before
starting. This adds $PREFIX/bin to $PATH in the environment, giving
Gitea a chance to start correctly even when git.PATH is not set.
Tested on NetBSD/amd64.
Bumps PKGREVISION.
sysutils/lima: import an RC script
This adds an RC script for lima, modeled on that of sysutils/xentools:
it allows the management of multiple instances of lima. lima expects to
run unprivileged with a dedicated user, therefore this change also
creates the corresponding user and group.
Tested on NetBSD/amd64.
Bumps PKGREVISION.
xlsclients: update to 1.1.6.
Alan Coopersmith (8):
add -help option
Accept --help & --version as aliases to -help & -version
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
Strip trailing whitespace from source files
Exit on out-of-memory errors
gitlab CI: drop the ci-fairy check-mr job
meson: Add option to build with meson
xlsclients 1.1.6
libxfce4windowing: update to 4.20.6
4.20.6 (2026-05-24)
======
- Add xfw_screen_get_monitor_for_gdk_monitor()
- Add missing "New in 4.20.6" docs section
- Add missing chain up to parent class
- I18n: Update po/LINGUAS list
- XfwMonitor: Fix (xdg_)output_done event handling
- XfwMonitor: Fix typo and initialize class member
- Ignore workarea/workspace count mismatches
- Fix incorrect max to clamp workspace number to
- Implement workspace geometry for wayland
- Add XfwWorkspace:geometry property
- Fix missing workspace signal connections in test program
- Add test program to enumerate workspaces
- Fix X11 workspace geometry and layout getting out of date
- Fix incorrect col & row ordering for Wayland workspace coordinates
- Fix width -> height typo for XfwWorkspaceX11 geometry
[6 lines not shown]
caddy: update to 2.11.3, containing some security improvements
2.10.1
This is probably our biggest patch release ever -- not that lots of
things were broken, but there's lots of refinement happening thanks to
broader adoption and contributions from many more people. Just look at
the New Contributors below!
Anyway, this release does contain some bug fixes and dependency upgrades
which we hope will serve you well. Let us know if there's any issues!
And thank you to all who contributed, especially our reliable maintainer
team!
2.10.2
This is a hotfix release to fix a couple critical issues from v2.10.1
2.11.1
[68 lines not shown]
sqlc: update to 1.31.1
1.31.1
- Remove go.mod replace directive that breaks go install ...@latest
- Downgrade github.com/ncruces/go-sqlite3 to v0.32.0
1.31.0
- Strip psql meta-commands from schema files
- Emit pointers for nullable enum columns when emit_pointers_for_null_types is set
- Map xid8 to pgtype.Uint64 for pgx/v5
- Rename :one return variable when it conflicts with a parameter
- Coerce SQLite JSONB output regardless of type casing
- Dedupe sqlc.arg parameters wrapped in a type cast for MySQL
- Preserve MySQL optimizer hints in generated query text
- Catch invalid ON CONFLICT DO UPDATE column references
- Replace manual loop with copy() builtin
- (native) Make MySQL connection check immediate on first attempt
[19 lines not shown]