py-fido2: updated to 2.1.0
Version 2.1.0 (released 2026-01-14)
** CTAP 2.3 support:
*** Add new GetInfo fields: enc_cred_store_state.
*** Add support for pinComplexityPolicy extension.
*** Add thirdPartyPayment bit to credman.
*** Check support for config subcommands.
** WebAuthn:
*** Allow UserEntity without 'name' field for improved spec compliance.
*** Update MDS3 dataclasses with new fields.
** Fido2Client:
*** Fallback to PIN after UV_BLOCKED error.
*** Improve preflight handling when message exceeds maximum size.
** WindowsClient:
*** Fix: Parse 'credentialProtectionPolicy' properly.
*** Update win_api.py from latest webauthn.h.
*** Add support for hmac-secret-mc extension.
*** Add support for hints.
[4 lines not shown]
py-jupyterlab: updated to 4.5.2
4.5.2
Bugs fixed
- Backport 18250: Make system clipboard opt-in
- Fix empty math block throws codemirror's error
- Fix cell footer width for smaller screens
- Fix scrolling to anchor from ToC/links in Markdown and HTML with data attributes
- Fix merge breaking rendering cell order in `defer` mode
- Fix inverted Unicode surrogate checks
Maintenance and upkeep improvements
- Bump vega-selections from 5.6.0 to 5.6.3
- Make the plugin registry slow activation test more robust
- Bump jws from 3.2.2 to 3.2.3
- Remove unused snapshot
[6 lines not shown]
upgrade to ircii-20260115.
major changes include:
- fix ICB on newer linux systems
- fix some memory leaks
- make rand() default initialisation less obvious
- new --with-default-ssl to configure
- fix some issues in choosing the window a message belongs to
- fix hang in /window create
- fix problem in dcc_chatpeers_func() with no peers
- updates for the manual
mk: get rid of two more unconditional forks
Assume that CVS users know about 'update -d' by now and do not have
empty patches/ directories lying around. Worst case if they don't:
they end up with an unnecessary 'patch' tool dependency, which is
installed by default on NetBSD.
Assume that LOCALPATCHES users do not have empty directories lying
around. Worst case: see above.
py-openapi-core: updated to 0.22.0
0.22.0
Features
Typed style deserializers (casting is part of style deserializing)
Urlencoded deserializer schema matching type coercion
Fixes
BooleanCaster consistent boolean values fix
Error with multiple schemas in urlencoded request body
Backward incpomatibilities
style_deserializers_factory and media_tyles_deserialization_factory defaults to None in configuration and protocols
CastError inherits from DeserializeError
StyleDeserializersFactory requires schema_caster_factory
removed style_deserialization_factory and media_tyles_deserialization_factory objects
py-trove-classifiers: updated to 2026.1.14.14
2026.1.14.14
Update __init__.py to add Cygwin as a classifier
Add "Environment :: Cygwin (MS Windows)" as a classifier as some modules, such as mine, work on Windows but only via the Cygwin POSIX layer (www.cygwin.com)