py-genshi: updated to 0.7.10
Version 0.7.10
* Remove dependency on six.
* Update the benchmarks to support Python 3.13 (the "cgi" module was removed in 3.13)
* Migrate documentation to Sphinx.
* Update GitHub Action versions.
* Fix HTMLParser error handling.
* Switch tests to pytest.
py-test-httpx: updated to 0.36.0
0.36.0
Changed
- `pytest` required version is now `9`.
Added
- Explicit support for python `3.14`.
- `match_params` parameter is now available on responses and callbacks registration, as well as request(s) retrieval. Allowing to provide query parameters as a dict instead of being part of the matched URL.
- This parameter allows to perform partial query params matching ([refer to documentation](README.md#matching-on-query-parameters) for more information).
Fixed
- URL with more than one value for the same parameter were not matched properly (matching was performed on the first value).
- `httpx_mock.add_exception` is now properly documented (accepts `BaseException` instead of `Exception`).
Removed
- `pytest` `8` is not supported anymore.
- python `3.9` is not supported anymore.
py-test-localserver: updated to 0.10.0
0.10.0 (2025-11-24)
Clarify examples in README
Drop Python 3.6 support
Add Python 3.14 support
Add pytest 9 support
Consolidate tests
Remove obsolete driver code in some modules
Remove obsolete PyTest command from setup.py
Switch to PEP-639 compliant license metadata
Update outdated GitHub Action versions
Add a summary GitHub Action job
Update the AUTHORS file
py-urwid: updated to 3.0.4
Urwid 3.0.4
Deprecations
* Fix CheckBox DeprecationWarning: Use user_args instead of user_arg
Other Changes
* Refactoring: use official python way for lazy imports
textproc/treemd: update to 0.4.2
[0.4.2] - 2025-12-02
Fixed
What's Changed
Add Homebrew installation instructions by @gromgit in #6
docs: add installation instructions for Arch Linux by @orhun in #7
fix: display link targets inline to prevent layout shift in link navigator by @kanatti in #9
fix: prevent infinite scrolling in help popup and refactor help text by @kanatti in #11
Details
Sub-headings not displayed in content pane - Fixed regression where sub-headings within a section were not rendered in the content pane (#10)
Added Block::Heading variant to the parser's block types
Sub-headings now render with proper styling (colored, bold, underlined) matching the screenshot in README
Content structure and hierarchy are preserved when viewing sections
Link selection visibility in interactive mode - Selected links now have clear visual highlighting
[48 lines not shown]
multimedia/t-rec: update to 0.8.1
Added
Improve CLI help readability and fix config path docs (#305)
Fixed
restore terminal state after video prompt timeout (#303)
Other
update ventura wallpaper and upgrade dependencies (#302)
0.8.0 - 2025-11-30
Added
add interactive prompt for video generation (#298)
configurable framerate for smoother animations (#296)
0.7.11 - 2025-11-30
Added
add config file with profiles support (#295)
[4 lines not shown]
devel/cargo-about: update to 0.8.3
Changed
PR#291 resolved #272 by exposing the core generate function and associated types publicly.
PR#294 updated spdx to 0.13, replacing the need for askalono for license detection.
textproc/bat: update to 0.26.1
Features
Add paging to '-h' and '--help' see PR #3478 (@MuntasirSZN)
Bugfixes
Fix hang when using --list-themes with an explicit pager, see #3457 (@abhinavcool42)
Fix negative values of N not being parsed in <N:M> line ranges without = flag value separator, see #3442 (@lmmx)
Fix broken Docker syntax preventing use of custom assets, see #3476 (@keith-hall)
Fix decorations being applied unexpectedly when piping. Now only line numbers explicitly required on the command line should be applied in auto decorations mode for cat compatibility. See #3496 (@keith-hall)
Fix diagnostics attempting to find the version of an executable named builtin when builtin pager is used. See #3498 (@keith-hall)
--help now correctly reads the config file for theme information etc. See #3507 (@keith-hall)
Other
Improve README documentation on pager options passed to less, see #3443 (@injust)
Make PowerShell completions compatible with PowerShell v5.1, see #3495 (@keith-hall)
[8 lines not shown]
py-ansible-compat: updated to 25.12.0
25.12.0
Maintenance
Add platform version check
chore(deps): update all dependencies
chore(deps): update all dependencies
chore: Temporarily disable tombi schema.strict for pyproject.toml
chore(deps): update all dependencies
SDL3: updated to 3.2.28
3.2.28
This is a stable bugfix release, with the following changes:
Fixed a divide by zero with a zero sized blit in some cases
Fixed blitting bitmaps with a non-zero x offset
Fixed a crash in the vulkan renderer when the window is minimized
Fixed the initial X11 window position in some environments
Fixed the channel mapping for surround sound on PulseAudio
Fixed the sensor axis ordering with the Linux Nintendo driver
Fixed Xbox 360 controller mappings on newer Linux kernels
Made Nintendo Switch controller initialization more robust
Fixed the paddle mapping for Steam Controllers
sdl12-compat: updated to 1.2.72
1.2.72
This is a stable bugfix release, with the following changes:
Allow building without glu.h by defining NO_SDL_GLU
Fixed centering the splash screen in UT2004
_SC_OPEN_MAX can exceed FD_SETSIZE. Use the compat value svc_maxfd+1
from the rpc library similar to ypbind(8).
The custom _svc_run() function is required as the standard svc_run()
may hang for retries.
Fixes PR 59750.