librime: updated to 1.15.0
1.15.0
Bug Fixes
* **charset_filter:** Support Ext J
* **simplifier:** Lazily initialize Opencc
* navigation actions should trigger `update_notifier`
* **composition:** skip phony segments in GetScriptText
* **engine:** clear formatters and post processors
* **vocabulary:** Homophones sorting should be stable
Features
* clear composition with a abortcomposition notification
ngtcp2: updated to 1.18.0
1.18.0
Assume payload is not empty when decoding a QUIC frame
Assert payloadlen > 0 for type only frames
Map refactor
Map refactor part2
ngtcp2_map: Optimize a little bit further
Fix memory leak on Retry
Optimize ngtcp2_ksl
Fix build fuzzer failure
GHA: Build fuzzer
Fix bug that bbr_handle_restart_from_idle with inflight == 0
Remove unused congestion controller callbacks
Run cflite batch manually
Fix build_fuzzer.sh path
ngtcp2_map: Resize if PSL gets really large just in case
Gha cancel stale job
[47 lines not shown]
shells/fish4: update to fish 4.2.1
# pkgsrc changes
Documentation is now included in the source tarball, hence we don't need
sphynx any more.
# upstream changes
fish 4.2.1 (released November 13, 2025)
=======================================
This release fixes the following problems identified in 4.2.0:
- When building from a tarball without Sphinx (that is, with
``-DBUILD_DOCS=OFF`` or when ``sphinx-build`` is not found), builtin
man pages and help files were missing, which has been fixed
(:issue:`12052`).
- ``fish_config``'s theme selector (the "colors" tab) was broken, which
[50 lines not shown]
py-msgspec: updated to 0.20.0
0.20.0 (2025-11-23)
Support Python 3.14, including freethreaded mode
Expose the StructMeta metaclass
Add msgspec.inspect.is_struct and msgspec.inspect.is_struct_type functions for checking whether an object is a msgspec.Struct-like instance or class
Support Windows arm64 builds
Enable ThinLTO on macOS aarch64 builds
Fix leaks of re.Pattern objects when using pattern constraints of msgspec.Meta
Fixed memoryview support for msgspec.msgpack
Fix crash when typing.TypedDict contains incorrect metadata
Add setuptools-scm as a build dependency instead of vendoring versioneer
Remove support for legacy packaging builds
Improved the developer experience by adding the just command runner and Dev Container support