inputmethod/anthy-unicode-elisp: import anthy-unicode-elisp-1.0.0.20260213
Provided by Showta Ishizaki in PR 60647.
Emacs lisp files for anthy-unicode, the maintained Unicode fork of anthy.
They install as anthy-unicode.el and friends and talk to
anthy-agent-unicode, so they do not collide with inputmethod/anthy-elisp
and both can be installed at once.
inputmethod/anthy-unicode: import anthy-unicode-1.0.0.20260213
Provided by Showta Ishizaki in PR 60647.
Anthy is a Japanese kana-kanji conversion engine. anthy-unicode is the
maintained fork of anthy 9100h, whose last release was in 2009. It moves
the internal encoding from EUC-JP to UTF-8, from which it takes its name,
and installs everything under -unicode names so that it can be used
alongside the original.
py-types-docutils: updated to 0.23.0.20260827
0.23.0.20260827
* Bump to 0.23
* Type `Publisher` attributes and the source/destination classes in `docutils.core`
py-jsonrpclib-pelix: updated to 1.2.0
1.2.0
Security
Class translation (jsonclass) no longer imports arbitrary classes by
default. A __jsonclass__ payload could previously make a server or client
instantiate any importable class with attacker-controlled arguments, when
use_jsonclass was enabled (the default) and no class registry was set.
Dynamic import is now opt-in through the new Config.allow_dynamic_classes
flag (default False); unregistered classes are refused with a
TranslationError. Restrict what may be instantiated with Config.classes,
and only enable class translation between endpoints you trust.
This changes the default behaviour: classes must now be declared with
config.classes.add() on both ends, including the enumerations and the
Pydantic models which used to be rebuilt implicitly. Only decimal.Decimal
is always accepted, as a value type the library serializes itself. Setting
[131 lines not shown]
py-ipykernel: updated to 7.3.0
7.3.0
New features added
- feat(displayhook): add register_hook/unregister_hook to ZMQShellDisplayHook
- Support ZMQ Curve for transport encryption
Enhancements made
- Support new iPython system_raise_on_error flag in ZMQInteractiveShell
- pass cell_meta from do_execute to run_cell
Bugs fixed
- Fix broken IPython Reference URL in help_links
- Mark cell execution as failing when formatter errors out
- Fix ENOTSOCK traceback when iopub socket closes during shutdown
- Bugfix: Ensure that we take a copy of the sys.modules before iterating over it
py-nest-asyncio2: added version 1.7.2
nest-asyncio2 is a fork of the unmaintained nest_asyncio, with the following changes:
Support setting run_close_loop to avoid leaked event loop.
Python 3.12 support
loop_factory parameter support
Python 3.14 support
Fix broken asyncio.current_task() and others
Fix DeprecationWarning: 'asyncio.get_event_loop_policy' is deprecated and slated for removal in Python 3.16
To avoid potential bugs, apply() will warn if asyncio is already patched by nest_asyncio on Python 3.12+.
You can also set error_on_mispatched=True to turn the warning into a RuntimeError, regardless of the Python version.
There is no behavior change on Python < 3.12.
All interfaces are kept as they are. To migrate, you just need to change the package and module name to nest_asyncio2.
py-jwcrypto: updated to 1.5.9
1.5.9
Add ML-DSA post-quantum signature support (RFC 9964)
Support fully specified algorithms per RFC 9864
Skip unknown kty in JWKSet import per RFC 7517 §5
Reject non-empty encrypted key in bare ECDH-ES
Limit dot splits during JWE and JWS parsing
py-starlette: updated to 1.6.0
1.6.0 (August 8, 2026)
Added
* Add `max_body_size` to `Starlette` and route classes
* Expose `http.response.debug` information via response extensions
bulk-test-go: Update Terraform/OpenTofu dependencies
Build all Terraform and OpenTofu versions and adjust DEPENDS for
providers that have now version suffixes in PKGNAME and PKGPATH.
Noticed via pkgsrc-bulk@ and thanks to <jperkin>!
py-stevedore: updated to 5.9.1
5.9.1
* docs: Add guide on conflict resolution
* Fix conflict\_resolver with DriverManager
* ruff: Use more explicit name for "UP" checks