py-X: updated to 0.17
0.17 (2025/11/02):
- Move metadata from setup.py to pyproject.toml
- graph modules:
- enable log axis on negative values (either all values need to be positive
or negative)
- move the density parameter to the rater (with a deprecation warning in
the axis)
- limit subaxis range in bar and split axes to [0..1] except for epsilon=None
- improve exception handling for invalid data in density style
- add a new grid layer below filldata and paint axes grids there
- support modification of x2, y2, etc. graph axes by keyword arguments
- Cleanup of pdfwriter and pdfextras
- Add support for fillattrs and trafos in UnicodeEngine
- various improvements to the documentation
0.16 (2022/10/16):
- graph module:
[24 lines not shown]
dpkg: updated to 1.23.3
dpkg (1.23.3) unstable; urgency=medium
[ Guillem Jover ]
* Perl modules:
- Dpkg::Vendor::Debian: Mask PIE on m68k, sh4 and x32.
Thanks to Adrian Bunk <bunk at debian.org>.
- Dpkg::Version: Add new has_epoch() and has_revision() methods.
- Dpkg::Source::Package::V1: Make debian/rules executable on extract if
present.
dpkg (1.23.2) unstable; urgency=medium
[ Guillem Jover ]
* Perl modules:
- Dpkg::BuildProfiles: Add workaround for callers passing invalid formulas.
Diagnosed by Chris Hofstaedtler <zeha at debian.org>.
[11 lines not shown]
textproc/television: update to 0.14.5
0.14.5 - 2026-01-10
⛰️ Features
250e7ac (preview) Add word wrapping to the preview panel by @xosxos in #849
d6553e7 (preview) Accept Braille Unicode characters by @xosxos in #848
e338cbe (tldr) Colored tldr preview by @alexpasmantier
🚜 Refactor
0bd20fc (nix) Flake using flake-parts, crane, and rust-overlay by @doprz in #846
📚 Documentation
35243a4 (cable) Update channel documentation (auto) by @github-actions[bot] in #845
c25f721 (cli) Update tv --help output (auto) by @github-actions[bot] in #850
⚙️ Miscellaneous Tasks
[30 lines not shown]
devel/cargo-nextest: update to 0.9.120
Added
Support for using a pager like less with nextest's output. Currently supported are:
cargo nextest list
cargo nextest show-config test-groups
-h and --help commands
The pager support is closely modeled after the Jujutsu version control system. The default pager is less -FRX on Unix platforms, and a builtin pager (based on sapling-streampager) on Windows.
cargo nextest self update now supports --beta and --rc flags to update to prerelease versions.
textproc/xt-rs: update to 0.20.0
v0.20.0 (2026-01-10)
Added
TOML 1.1 support. This version of xt upgrades to the latest version of the third-party toml library, which supports new features from the recently released TOML 1.1.0 spec: trailing commas in inline tables, optional seconds in datetime values, and more.
Changed
Rust 1.85 or higher is required to build xt. This change enables continued updates of third-party dependencies as they adopt newer Rust features and migrate to the 2024 Edition. (While xt has no specific MSRV policy at this time, the version and timing of this bump align with the recent release of Debian trixie, and are consistent with MSRV bumps in some of xt's direct dependencies as well as Rust support in downstream package ecosystems.)
finance/rex: update to 0.2.4
Updates
Fix partial balance corruption on transfer TX deletion/edit
Autocorrect balance corruption on a new tx add/delete/edit
Changes
Bad final balance by @TheRustyPickle in #125
matrirc: Import matrirc-1.1 as wip/matrirc
Simple ircd bridging to matrix
Features:
- E2E encryption
- client verification
- properly prompts on room invitations
- can accept encrypted files to local directory (`--media-dir`) and
give links if configured (`--media-url`, prefix up to file name)
devel/bacon: update to 3.21.0
v3.21.0 - 2026/01/11
add new line format template variables: {job} and {item-idx} - Fix #423 - Thanks @cehteh
add the show-item action, which scrolls the output to an item to reveal it - Thanks @cehteh
rerun job on undismiss
!pattern syntax in the ignore config field to override gitignore rules - Thanks @ishad0w
improved top item sticking (bacon is more often keeping the same item on top on recompute)
Users of nvim-bacon should update it and modify the export format to the new suggested format to have bacon show the item focused in nvim.