Packages changed: ibus-table (1.16.9 -> 1.16.11) iio-sensor-proxy (3.3 -> 3.4) jupyter-jupyterlab-server (2.10.2 -> 2.15.0) python-jupyter-server python-nbformat (5.2.0 -> 5.4.0) === Details === ==== ibus-table ==== Version update (1.16.9 -> 1.16.11) update: 1.16.10 -> 1.16.11 - Remove hashbang from chinese_variants.py and tabcreatedb.py * gh#mike-fabian/ibus-table#118 update: 1.16.9 -> 1.6.10 - Add png versions of the ibus-table.svg icon - Add (remote) icon to ibus-table.appdata.xml - Add screenshot to ibus-table.appdata.xml feat: use _service files to automate fetching sources ==== iio-sensor-proxy ==== Version update (3.3 -> 3.4) - Update to version 3.4: * Add polkit checks for whether a user is allowed to claim a sensor. * Fix the ambient light sensor readings on some systems, a regression in the fake-input-accelerometer test binary. * A number of memory leaks. - Package polkit privilege file (subject to boo#1201558); add BuildRequires: pkgconfig(polkit-gobject-1). ==== jupyter-jupyterlab-server ==== Version update (2.10.2 -> 2.15.0) - Update to 2.15.0 * Suppress tornado 6.2 beta warnings #285 (@blink1073) * Add compat for openapi-core 0.15 #281 (@blink1073) - Release 2.14.0 * proper setup for the fallback logger #269 (@rvalieris) * Switch to hatch backend #274 (@blink1073) - Release 2.13.0 * Audit uses of print #261 (@blink1073) * Switch to importlib.metadata to list entry points #264 (@fcollonval) * Add git-blame-ignore-revs #258 (@blink1073) - Release 2.12.0 * Make openapi optional and lazy #253 (@blink1073) * Adds notebook_starts_kernel option to make "canStartKernel" configurable #248 (@jweill-aws) * Clean up tests and add public openapi_spec #247 (@blink1073) - Release 2.11.2 * Resolve paths in tests #245 (@blink1073) - Release 2.11.1 * Restore pytest_plugin #243 (@blink1073) - Release 2.11.0 * Also look in static for license files #238 (@bollwyvl) - Add jupyterlab-server-fix-testing.patch ==== python-jupyter-server ==== - Add missing pytest-timeout in -test package ==== python-nbformat ==== Version update (5.2.0 -> 5.4.0) Subpackages: jupyter-nbformat python310-nbformat - Update to 5.4.0 * Fix import nbformat.current by @shadchin in #269 * Add mypy support by @blink1073 in #270 * Packaging updates