x11/worker: update to 5.4.0
# pkgsrc changes
* Add optional AVFS support (default enabled).
* Take maintainership.
# noteworthy upstream changes
* Add internal image viewer in the show image mode.
* Add search result preview in the search window.
* Add new command to copy file content to clipboard.
* The clockbar can now be customized.
* The copy command now supports more overwrite modes.
* Introduce history for search expressions.
filesystems/avfs: initial import of package
AVFS is a virtual file system, which enables all programs to look inside
archived or compressed files, or access remote files without recompiling
the programs or changing the kernel.
At the moment it supports floppies, tar and gzip files, zip, bzip2, ar
and rar files, ftp sessions, http, webdav, rsh/rcp, ssh/scp. Quite a
few other handlers are implemented with the Midnight Commander's
external FS.
py-obspy: updated to 1.5.0
1.5.0
Changes:
- General
* Fix documentation for the command line scripts
* Fix code coverage reporting
* Github CI: update min numpy version to 1.21
* Github CI: pin cartopy < 0.22, pyproj < 3.5 for ubuntu 3.8
mindepversion tests
* Minimum Dependencies: numpy 1.21 (was 1.20)
- obspy.core:
* response: tweaks to allow sane processing of PolynomialResponseStage
responses if they have 2 coefficients or less
* response: allow recalculating overall sensitivity even if unit type is not
one of VEL/ACC/DISP
factor for pole–zero response stages
* deprecate `Trace.attach_response()` and `Stream.attach_response()` in
[151 lines not shown]
py-scrapy: updated to 2.15.0
Scrapy 2.15.0 (2026-04-09)
Highlights:
- Experimental support for running without a Twisted reactor
- Experimental ``httpx``-based download handler
py-pelican: updated to 4.12.0
4.12.0 - 2026-04-20
- Add dark mode to ``notmyidea`` template
- Support ``CSS_FILE`` setting in Simple theme
- Improve Simple theme template inheritance
- Strip table-of-contents elements from article summaries
- Use slug in category/tag feed titles
- Fix raising exceptions on filtered logs
- Fix disabled category output
- Fix default ``FEED_DOMAIN`` to fall back to ``SITEURL``
- Don't log feed warning if ``FEED_DOMAIN`` is set
- Fix ``livereload`` import in ``docserve()`` task
- Fix JavaScript MIME detection on Windows
- Fix linking to individual settings in docs
- Overhaul installation instructions; add ``pipx`` and ``uv``
- Enhance GitHub Pages workflow
- Require Docutils 0.22+ and Sphinx 9.0+
- Require Python 3.11 and above; add Python 3.14 to test matrix