| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-jupyter-server-test | Distribution: openSUSE Tumbleweed |
| Version: 2.16.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sat Jun 21 19:32:47 2025 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 1588 | Source RPM: python-jupyter-server-2.16.0-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://jupyter-server.readthedocs.io | |
| Summary: The backend to Jupyter web applications - test requirements | |
Metapackage for the jupyter_server[test] requirement specifier
BSD-3-Clause
* Sat Jun 21 2025 Ben Greiner <code@bnavigator.de>
- Update to 2.16.0
[#]# Enhancements made
* If ServerApp.ip is ipv6 use [::1] as local_url #1495 (@manics)
* Don't hide .so,.dylib files by default #1457 (@nokados)
* Add async start hook to ExtensionApp API #1417 (@Zsailer)
[#]# Bugs fixed
* Update meetings notes link and zoom link #1517 (@krassowski)
* Fallback to direct write for readonly dirs and use temp path
for checkpoints #1516 (@Darshan808)
* Check file permissions before making tmp file #1513 (@RRosio)
* Validate extension name before toggling through CLI #1509
(@Darshan808)
* Fix for #1479 : Incorrect usage of i18n format #1500 (@kjayan)
* Fix handling of missing parent header in record activity #1498
(@davidbrochart)
* display_url: Don't duplicate public_url and local_url if they
are the same #1494 (@manics)
- Release 2.15.0
[#]# Enhancements made
* Better error message when starting kernel for session. #1478
(@Carreau)
* Add a traitlet to disable recording HTTP request metrics #1472
(@yuvipanda)
* prometheus: Expose 3 activity metrics #1471 (@yuvipanda)
* Add prometheus info metrics listing server extensions +
versions #1470 (@yuvipanda)
* Add prometheus metric with version information #1467
(@yuvipanda)
* Better hash format error message #1442 (@fcollonval)
[#]# Bugs fixed
* Return HTTP 400 when attempting to post an event with an
unregistered schema #1463 (@afshin)
* write server extension list to stdout #1451 (@minrk)
* don't let ExtensionApp jpserver_extensions be overridden by
config #1447 (@minrk)
* Pass session_id during Websocket connect #1440 (@gogasca)
* Do not log environment variables passed to kernels #1437
(@krassowski)
* extensions: render default templates with default static_url
[#1435] (@minrk)
* Improve the busy/idle execution state tracking for kernels.
[#1429] (@ojarjur)
- Drop ignore-PytestUnraisableExceptionWarning.patch
- Enable integration tests, disable xdist -n1
* Thu Feb 27 2025 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Wed Nov 20 2024 Matej Cepl <mcepl@cepl.eu>
- Add ignore-PytestUnraisableExceptionWarning.patch to get over
(misleading?) ResourceWarning concerning SQLite unclosed
database (gh#jupyter-server/jupyter_server#1387).
* Sun Sep 15 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.14.2
* Pass session_id during Websocket connect #1440 (@gogasca)
* Do not log environment variables passed to kernels #1437
(@krassowski)
- Release 2.14.1
[#]# Enhancements made
* Removing excessive logging from reading local files #1420
(@lresende)
[#]# Security Fix
* Filefind: avoid handling absolute paths
- Release 2.14.0
[#]# Enhancements made
* Do not include token in dashboard link, when available #1406
(@minrk)
[#]# Bugs fixed
* Ignore zero-length page_config.json, restore previous behavior
of crashing for invalid JSON #1405 (@holzman)
* Don't crash on invalid JSON in page_config (#1403) #1404
(@holzman)
* Fri Mar 08 2024 Ben Greiner <code@bnavigator.de>
- Skip flaky test_restart_kernel
* Thu Mar 07 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.13.0
[#]# Enhancements made
* Add an option to have authentication enabled for all endpoints
by default #1392 (@krassowski)
* websockets: add configurations for ping interval and timeout
[#1391] (@oliver-sanders)
[#]# Bugs fixed
* Fix color in windows log console with colorama #1397
(@hansepac)
- Skip building and using python39-jupyter-server-test: no longer
supported since ipython 8.19 (through ipykernel)
* Sun Jan 21 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.12.5
* Improve warning handling #1386 (@blink1073)
* Sun Jan 14 2024 Ben Greiner <code@bnavigator.de>
- Update to 2.12.4
* Fix log arguments for gateway client error #1385 (@minrk)
- Release 2.12.3
* Import User unconditionally #1384 (@yuvipanda)
- Release 2.12.2
* Fix a typo in error message #1381 (@krassowski)
* Force legacy ws subprotocol when using gateway #1311 (@epignot)
* Sat Dec 23 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.12.1
* log extension import time at debug level unless it's actually
slow #1375 (@minrk)
* Add support for async Authorizers #1374 #1373 (@Zsailer)
* Tue Dec 05 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.11.2: Fix GHSA-h56g-gq9v-vc8r, CVE-2023-49080,
boo#1217809
* Unhandled errors in API requests include traceback information,
which can include path information. There is no known mechanism
by which to trigger these errors without authentication, so the
paths revealed are not considered particularly sensitive, given
that the requesting user has arbitrary execution permissions
already in the same environment.
* jupyter-server no longer includes traceback information in JSON
error responses. For compatibility, the traceback field is
present, but always empty.
- Release 2.11.1
* avoid unhandled error on some invalid paths #1369 (@minrk)
* Change md5 to hash and hash_algorithm, fix incompatibility
[#1367] (@Wh1isper)
* Sun Nov 26 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.11.0
* Support get file(notebook) md5 #1363 (@Wh1isper)
- Release 2.10.1
* ContentsHandler return 404 rather than raise exc #1357
(@bloomsa)
- Release 2.10.0
* Update kernel env to reflect changes in session #1354
(@blink1073)
- Release 2.9.0
* Ability to configure cull_idle_timeout with kernelSpec #1342
(@akshaychitneni)
* Run Gateway token renewers even if the auth token is empty.
[#1340] (@ojarjur)
- Release 2.8.0
* Added Logs for get_os_path closes issue #1336
(@jayeshsingh9767)
* Avoid showing "No answer for 5s" when shutdown is slow #1320
(@minrk)
* Sun Sep 24 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.7.3
* Support external kernels #1305 (@davidbrochart)
* Tue Aug 29 2023 Ben Greiner <code@bnavigator.de>
- Update fixes:
* CVE-2023-39968 boo#1214730
* CVE-2023-40170 boo#1214731
* Sat Aug 26 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.7.2
* accessing API version should not count as activity #1315
(@minrk)
* Make kernel_id as a conditional optional field #1300
(@allstrive)
* Reference current_user to detect auth #1294 (@bhperry)
* send2trash now supports deleting from different filesystem
type(#1290) #1291 (@wqj97)
- Release 2.7.0
* Add missing events to gateway client #1288 (@allstrive)
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.6.0
[#]# New features added
* Emit events from the kernels service and gateway client #1252
(@rajmusuku)
[#]# Enhancements made
* Allows immutable cache for static files in a directory #1268
(@brichet)
* Merge the gateway handlers into the standard handlers. #1261
(@ojarjur)
* Gateway manager retry kernel updates #1256 (@ojarjur)
* Use debug-level messages for generating anonymous users #1254
(@hbcarlos)
* Define a CURRENT_JUPYTER_HANDLER context var #1251 (@Zsailer)
[#]# Bugs fixed
* Don't instantiate an unused Future in gateway connection trait
[#1276] (@minrk)
* Write server list to stdout #1275 (@minrk)
* Make the kernel_websocket_protocol flag reusable. #1264
(@ojarjur)
* Register websocket handler from same module as kernel handlers
[#1249] (@kevin-bates)
* Re-enable websocket ping/pong from the server #1243 (@Zsailer)
* Fix italics in operators security sections #1242 (@kevin-bates)
* Fix calculation of schema location #1239 (@lresende)
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.5.0
* Enable KernelSpecResourceHandler to be async #1236 (@Zsailer)
* Added error propagation to gateway_request function #1233
(@broden-wanner)
- Release 2.4.0
* Skip dir size check if not enumerable #1227 (@vidartf)
* Optimize hidden checks #1226 (@vidartf)
* Enable users to copy both files and directories #1190
(@kenyaachon)
* Fix port selection #1229 (@blink1073)
* Fix priority of deprecated NotebookApp.notebook_dir behind
ServerApp.root_dir #1223 (@minrk)
* Ensure content-type properly reflects gateway kernelspec
resources #1219 (@kevin-bates)
- Release 2.3.0
* Support IPV6 in _find_http_port() #1207 (@schnell18)
* Redact tokens, etc. in url parameters from request logs #1212
(@minrk)
* Fix get_loader returning None when
load_jupyter_server_extension is not found (#1193)
* Sun Feb 05 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.2.1
* remove upper bound on anyio #1192 (@minrk)
- Release 2.2.0
[#]# Enhancements made
* Only load enabled extension packages #1180 (@minrk)
* Pass in a logger to get_metadata #1176 (@yuvipanda)
[#]# Bugs fixed
* Don't assume that resources entries are relative #1182 (@ojarjur)
[#]# Maintenance and upkeep improvements
* Updates for client 8 #1188 (@blink1073)
* Use repr in logging for exception. #1185 (@Carreau)
* Sun Jan 15 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.1.0
* Fix preferred_dir for sync contents manager #1173 (@vidartf)
* Update typing and warning handling #1174 (@blink1073)
- Release 2.0.7
* Log how long each extension module takes to import #1171
(@yuvipanda)
* Set JPY_SESSION_NAME to full notebook path. #1100 (@Carreau)
* Reapply preferred_dir fix, now with better backwards
compatability #1162 (@vidartf)
* Update example to use hatch #1169 (@blink1073)
* Clean up docs build and typing #1168 (@blink1073)
* Fix check release by ignoring duplicate file name in wheel
[#1163] (@blink1073)
* Fix broken link in warning message #1158 (@consideRatio)
* Sun Jan 01 2023 Ben Greiner <code@bnavigator.de>
- Update to 2.0.6
* Iterate through set of apps in extension_manager.any_activity
method #1157 (@mahendrapaipuri)
* Handle flake8-errmsg #1155 (@blink1073)
* Add spelling and docstring enforcement #1147 (@blink1073)
/usr/share/licenses/python311-jupyter-server-test /usr/share/licenses/python311-jupyter-server-test/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Mar 4 22:25:36 2026