Revisions of python-jupyter-server

Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 927769 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 38)
- Use libalternatives instead of update-alternatives.
Ben, the latest updates regarding python-macros, python36-ipython715 and rpmlint are available now. Are there still open points now ?
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 925887 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 37)
- Update to 1.11.1
  * Do not log connection error if the kernel is already shutdown
    #584 (@martinRenou)
  * [BUG]: allow None for min_open_files_limit trait #587
    (@Zsailer)
- Release 1.11.0
  * Allow non-empty directory deletion through settings #574
    (@fcollonval)
  * pytest_plugin: allow user specified headers in jp_ws_fetch #580
    (@oliver-sanders)
  * Shutdown kernels/terminals on api/shutdown #579 (@martinRenou)
  * pytest: package conftest #576 (@oliver-sanders)
  * Set stacklevel on warning to point to the right place. #572
    (@Carreau)
  * Respect reraise setting #571 (@vidartf)
  * Fix jupyter_client warning #581 (@martinRenou)
  * Add Pre-Commit Config #575 (@fcollonval)
  * Clean up link checking #569 (@blink1073)
- Drop extra conftest.py
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 912455 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 36)
- Update to 1.10.2
  * fix: make command line aliases work again #564
  * decode bytes from secure cookie #562
  * Maintenance and upkeep improvements
  * Add the needed space in the welcome message #561
  * Update check-release workflow #558
  * Fix typo in allow_password_change help #559
- Release notes for v1.10.1
  * Protect against unset spec #556
- Release notes for v1.10.0
  * PR: Add a new preferred-dir traitlet #549
  * stop hook for extensions #526
  * extensions: allow extensions in namespace packages #523
  * Fix examples/simple test execution #552
  * Rebuild package-lock, fixing local setup #548
  * small test changes #541
- Add conftest.py missing from release tarball
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 902859 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 35)
- Update to 1.9.0
  * enable a way to run a task when an io_loop is created
  * adds GatewayClient.auth_scheme configurable
  * [Notebook port 4835] Add UNIX socket support to notebook server
- Release 1.8.0
  * Expose a public property to sort extensions deterministically.
- Release 1.7.0
  * Make nbconvert root handler asynchronous
  * Refactor gateway kernel management to achieve a degree of
    consistency
- Release 1.6.2
  * Use Jupyter Packaging #477
buildservice-autocommit accepted request 885982 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 34)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 885974 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 33)
- Release 1.6.1:
  * Fix race condition with async kernel management #472 (@jtpio)
  * Fix kernel lookup #475 (@davidbrochart)
  * Add Extension App Aliases to Server App #473 (@jtpio)
  * Correct 'Content-Type' headers #471 (@faucct)
- Release 1.6.0:
  * Add env variable support for port options #461 (@afshin)
  * Add support for JUPYTER_TOKEN_FILE #462 (@afshin)
  * Remove unnecessary future imports #464 (@afshin)
  * Add Changelog to Sphinx Docs #465 (@afshin)
  * Update description for kernel restarted in the API docs #463
    (@jtpio)
  * Delete the extra “or” that prevents easy cut-and-paste of URLs.
    #460 (@jasongrout)
  * Add descriptive log for port unavailable and port-retries=0
    #459 (@afshin)
  * Add ReadTheDocs config #468 (@jtpio)
  * Update MappingKM.restart_kernel to accept now kwarg #404
    (@vidartf)
- Release 1.5.1:
  * Ensure jupyter config dir exists #454 (@afshin)
  * Allow pre_save_hook to cancel save with HTTPError #456 (@minrk)
- Release 1.5.0:
  * Add Styling to the HTML Pages #452 (@afshin)
  * Implement password hashing with argon2-cffi #450 (@afshin)
  * Escape user input in handlers flagged during code scans #449
    (@kevin-bates)
  * Fix for the terminal shutdown issue #446 (@afshin)
  * Update the branch filter for the CI badge #445 (@jtpio)
  * Fix for UnboundLocalError in shutdown #444 (@afshin)
  * Update CI badge and fix broken link #443 (@blink1073)
  * Fix syntax typo #442 (@kiendang)
  * Port terminal culling from Notebook #438 (@kevin-bates)
  * More complex handling of open_browser from extension
    applications #433 (@afshin)
  * Correction in Changelog #429 (@Zsailer)
  * Rename translation function alias #428 (@sngyo)
- Note: Don't update to v1.6.2 before setuptools >= 0.49.4 is
  available, which is required by jupyter-packaging 0.9!
buildservice-autocommit accepted request 876041 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 31)
No tests?
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 30)
Just directory tests for the test suite.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 29)
Remove unnecessary variables
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 28)
Another test
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 27)
Back to testing
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 26)
Test platform.machine
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 25)
Missing BR
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 24)
- Update to 1.4.1:
  - Update README.md #425
  - Solve UnboundLocalError in launch_browser() #421
  - Add file_to_run to server extension docs #420
  - Remove outdated reference to _jupyter_server_extension_paths
    in docs #419
  - Add Tests to Distribution #416
  - Enable extensions to control the file_to_run #415
  - add missing template for view.html #414
  - Remove obsoleted asyncio-patch fixture #412
  - Emit deprecation warning on old name #411
  - Correct logging message position #410
  - Update 1.3.0 Changelog to include broken 1.2.3 PRs #408
  - [Gateway] Track only this server's kernels #407
  - Update manager.py: more descriptive warnings when extensions
    fail to load #396
buildservice-autocommit accepted request 872453 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 23)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 872187 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 22)
update to latest version
buildservice-autocommit accepted request 868941 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 21)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 868775 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 20)
- Update to version 1.2.3
  * for the full changelog between 0.2.1 and 1.2.3 see
    https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md
  * 1.0.6: Fix open redirect vulnerability GHSA-grfj-wjv9-4f9v
    (CVE-2020-26232) 
  * 1.0: Added new extension manager API for handling server 
    extensions
  * 1.0: Dropped support for Python 3.5. (296)
  * 1.0: Removed ipykernel as a dependency of jupyter_server.
  * 0.3: (#194) The bundlerextension entry point was removed.
- Merge the jupyter-jupyter_server package into the python
  packages using update-alternatives. It contained only the script
  entrypoints.
- Fix testsuite by providing the correct entrypoints in PATH
buildservice-autocommit accepted request 812787 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 19)
baserev update by copy to link target
Displaying revisions 61 - 80 of 98
openSUSE Build Service is sponsored by