www/firefox: Update to 147.0.3
Changelog:
147.0.3:
New
* Interoperability improvements for the CSS anchor positioning and Navigation
web APIs.
Fixed
* Fixed a regression where position: sticky elements on some webpages could
appear stuck or fail to update while mousewheel-scrolling after certain
:hover interactions. (Bug 2010481)
* Fixed an issue where the Firefox Developer Tools could fail to re-open
after using the Inspector??s node picker and reloading a page containing
cross-origin iframes. (Bug 2003810)
[7 lines not shown]
misc/libreofficeL Update to 26.2.0.3
Changelg:
New features of 26.2.0:
Writer
* Anchored objects are no longer selected after pasting. The old behaviour
can be restored by setting the expert option
Office::Writer::Cursor::Option::SelectPastedAnchoredObject to true.
(Michael Stahl, Collabora) tdf#167833
* Floating tables and the keep-with-next/don't split paragraph attributes now
work better together in Writer (blog post). (Miklos Vajna, Collabora)
* Change tracking: old direct format of format redlines are now preserved for
ODT and are improved for DOCX (blog post). (Miklos Vajna, Collabora)
* Change tracking: it is now possible to decide which change to accept for
interdependent changes (blog post). (Miklos Vajna, Collabora)
* Floating tables can now be split into floating tables, which improves DOCX
export. (Michael Stahl, Collabora) fc53ab8e
* When changing one numbered list by joining it to a previous one (Add to
[742 lines not shown]
py-weasyprint: Update to 68.1.
Version 68.1
------------
Released on 2026-02-06.
Bug fixes:
* Don’t crash when SVG clip paths are not in defs tags
* Fix position of box bounding box
* Fix transparency with Acrobat and Edge
* Don’t rely on random default font to define test page size
* Fix pattern detection of URL schemes
* Improve API compatibility between URLFetcherResponse and addinfourl
* Fix charset for old URL fetcher requests
* Fix calc for many properties
[56 lines not shown]
hugo: Update to 0.155.3
upstream changes:
-----------------
v0.155.3
What's Changed
* hugolib: Don't render default site redirect for non-primary isHTML output formats 6ac7d08 @bep #14482
* server: Fix stuck server global error logging 24eb84f @bep #14469
* build(deps): bump github.com/evanw/esbuild from 0.27.2 to 0.27.3 95a3678 @dependabot[bot]
* server: Fix panic when the server browser error handler tried to use a config in a state of flux 9045797 @bep #14470
chafa: update to 1.18.1
- New option: `--probe-mode=[any|ctty|stdio]`. This specifies whether
to probe the terminal through stdio or ctty (usually `/dev/tty`).
Defaults to `any`, which will probe stdio if it looks like a tty,
otherwise the ctty. This allows the terminal to be probed when I/O
is redirected
- We now try harder to restore the terminal to a usable state after
`SIGINT` is received, even if we couldn't do a clean exit in a
reasonable time frame
- Bash completions were added and zsh completions updated
- Improved compatibility for the Kitty protocol
- Bug fixes:
- Test failure on sparc64
- Test failure on i386
- Bad console modes on win32 after exit
- Stalling on closed output pipe on OpenBSD.
py-zope.deferredimport: updated to 6.1
6.1 (2026-02-09)
- Move package metadata from setup.py to pyproject.toml.
- Add support for Python 3.14.
- Drop support for Python 3.9.
- Remove run-time dependency on ``setuptools``.
- Adjust ``narrative`` doctest so that the sample files it generates match
those in git again.