51 Commits

Author SHA256 Message Date
9b3561297e - Update to 7.0.7
* Update to JupyterLab 4.0.11 #7215 (@krassowski)
    (packaged js files update, CVE-2024-22420 and CVE-2024-22421)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=75
2024-01-20 11:34:32 +00:00
c698a6c980 - Update to 7.0.6
* Updated fav-icon Base URL from JupyterLab PageConfig. #7109
    (@jayeshsingh9767)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=73
2023-12-28 15:26:08 +00:00
4aba6c84cb - Update to 7.0.5
* Update to JupyterLab 4.0.7 #7103 (@jtpio)
  * Maintenance and upkeep improvements: Bump some JS stuff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=71
2023-10-14 08:33:39 +00:00
e33d6c6420 - Update to 7.0.4
* Update to JupyterLab 4.0.6 #7049 (@jtpio)
  * Fix app_version #7061 (@jtpio)
  * fix trusted status indication #7036 (@adigaboy)
- Release 7.0.3
  * Require importlib_resources for testing on Python < 3.10 #7016 (@bnavigator)
  * Fix Python 3.12 compatibility #6965 (@frenzymadness)
- Drop notebook-issue7014-fixtests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=69
2023-09-24 18:16:40 +00:00
d2e928fdaf Accepting request 1106074 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.0.2
  * Update to JupyterLab 4.0.4 packages #6998 (@jtpio)
  * Improve about dialog #6996 (@yjrab)
  * Added documentation link in Help menu #6993 (@Mikil03)
- Release 7.0.1
  * Update accessibly compliance section in the docs #6982
    (@andrii-i)
  * Update the browser tab favicon on kernel busy #6980 (@jtpio)
- Release 7.0.0
  ## New features
  * https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.h
  * Debugger
  * Real Time collaboration
  * Table of Contents
  * Theming and Dark Mode
  * Internationalization
  * Accessibility Improvements
  * Support for many JupyterLab extensions
  * A document-centric user experience
  * Compact View on Mobile Devices
  ## Migrating to Notebook 7
  * https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
  * If you need to maintain compatibility with the Classic Notebook
    for extensions or other customizations that are critical to
    your workflows, you can switch to nbclassic, which will provide
    compatibility with the old notebook interface and support
    during an intermediate transition period to Notebook 7
- Add notebook-issue7014-fixtests.patch gh#jupyter/notebook#7014

OBS-URL: https://build.opensuse.org/request/show/1106074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=67
2023-08-26 15:46:23 +00:00
7a8d5796cd Accepting request 1102705 from home:jsrain:branches:devel:languages:python:jupyter
- Don't require pandoc on ALP

OBS-URL: https://build.opensuse.org/request/show/1102705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=65
2023-08-07 13:04:51 +00:00
82161c47a5 Accepting request 1082297 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.5.4
  * Add show_banner trait to control the banner display #6808
    (@echarles)

OBS-URL: https://build.opensuse.org/request/show/1082297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=63
2023-04-23 17:30:13 +00:00
75cd2a5e01 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=61 2023-04-04 14:52:07 +00:00
f54f6ffb86 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=59 2023-03-30 20:21:40 +00:00
4ba3c8076f Accepting request 1075688 from home:bnavigator:branches:devel:languages:python:jupyter
- Pin to jupyter-client < 8
  * gh#jupyter/notebook#6748

OBS-URL: https://build.opensuse.org/request/show/1075688
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=58
2023-03-30 20:13:22 +00:00
3c39a63db6 - Update to 6.5.3
* Add a banner and log to information about the migration to
    Notebook 7 plan #6742 (@echarles)
  * Add sys_info to page template for 6.5.x #6668 (@juhasch)
  * Add .mo and .json files for translations #6728 (@frenzymadness)
  * Apply PR #6609 to 6.5.x (Fix rename_file and delete_file to
    handle hidden files properly) #6660 (@yacchin1205)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=56
2023-03-19 16:08:20 +00:00
6ed9f7cfeb Accepting request 1045435 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.5.2
  * Ensure custom preload is correctly handled #6580 (@echarles)
  * Fix: jQuery-UI 404 Error by updating dependency path in static
    template #6578 (@RRosio)
  * Depend on nbclassic 0.4.7 #6593 (@echarles)
- Drop upstreamed patch notebook-pr6578+pr6580-404errors.patch
- Drop dependency on jupyter-nbformat, empty subpackage got removed

OBS-URL: https://build.opensuse.org/request/show/1045435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=54
2022-12-26 23:25:54 +00:00
6aa5673047 - Add notebook-pr6578+pr6580-404errors.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=52
2022-10-27 15:22:21 +00:00
c46af77411 - Add notebook-pr6580+pr6578-404errors.patch
* fix 404 errors at startup
  * gh#jupyter/notebook#6580 -- custom preload
  * gh#jupyter/notebook#6578 -- jquery from nbclassic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=51
2022-10-27 15:19:08 +00:00
6d289c0dc8 - Update to 6.5.1
* fix: pin temporary to nbclassic 0.4.5 #6570 (@echarles)
- Release 6.5.0
  * Forward port of #6461 - Fix a typo in exception text #6545
    (@krassowski)
  * Normalise os_path #6540 (@krassowski)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=49
2022-10-26 11:06:29 +00:00
04e8a69474 - Enforce libalternatives grouping for nbclassic alternatives
gh#jupyter/notebook#6501

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=47
2022-08-02 21:19:55 +00:00
dd3e7a5d52 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=45 2022-06-15 20:02:01 +00:00
e3f6d071af Accepting request 982881 from home:yarunachalam:branches:devel:languages:python:jupyter
- update to version 6.4.12: 
  * Address security advisory GHSA-v7vq-3x77-87vg

OBS-URL: https://build.opensuse.org/request/show/982881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=44
2022-06-15 19:59:52 +00:00
b6ddf6d900 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=42 2022-06-06 20:27:42 +00:00
56c2ac1571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=41 2022-06-06 20:27:20 +00:00
3ff0459cf6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=40 2022-06-06 20:26:47 +00:00
06444909ff Accepting request 981011 from home:stimut:branches:devel:languages:python:jupyter
update to version latest version, 6.4.11

OBS-URL: https://build.opensuse.org/request/show/981011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=39
2022-06-06 20:23:29 +00:00
e7fab6799e Accepting request 955679 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/955679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=38
2022-02-18 08:22:45 +00:00
02ac9de8f6 Accepting request 934305 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/934305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=37
2021-11-27 21:30:10 +00:00
bd7432a109 Accepting request 931206 from home:bnavigator:branches:devel:languages:python:jupyter
- Reenable libalternatives
- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1

OBS-URL: https://build.opensuse.org/request/show/931206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=36
2021-11-12 23:04:23 +00:00
ad78a6b3d2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=35 2021-10-30 15:16:25 +00:00
bb6452ec36 - Revert the usage of libalternatives due to
gh#openSUSE/libalternatives#11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=34
2021-10-28 19:11:32 +00:00
6874d7d07e Accepting request 927749 from home:schubi2
- Use libalternatives instead of update-alternatives. 
Ben, the latest updates regarding python-macros and rpmlint are available now. Are there still open points now ?

OBS-URL: https://build.opensuse.org/request/show/927749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=33
2021-10-27 11:53:39 +00:00
59334bb24b Accepting request 926612 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 6.4.5
  * Recover from failure to render mimetype
  * Fix crypto handling
  * Fix jupyter_client warning
  * Fix nbsphinx settings
  * Fully revert the pinning of nbsphinx to 0.8.6
  * Pin nbsphinx to 0.8.6, clean up orphaned resources
  * Fix typo in docstring
- Release 6.4.4
  * Update Manual Release Instructions
  * Use default JupyterLab CSS sanitizer options for Markdown
  * Fix syntax highlight
- Release 6.4.3
  * Add @babel/core dependency
  * Switch webpack to production mode
  * Clean up link checking
- Release 6.4.2
  * Add missing file to manifest
  * Fix issue #3218
  * Fix version of jupyter-packaging in pyproject.toml
  * "#element".tooltip is not a function on home page fixed.
  * Enhancements to the desktop entry
  * Add missing spaces to help messages in config file
- Release 6.4.0
  * Fix Handling of Encoded Paths in Save As Dialog
  * Fix: split_cell doesn't always split cell
  * Correct 'Content-Type' headers
  * Fix skipped tests & remove deprecation warnings
  * [Gateway] Track only this server's kernels
  * Bind the HTTPServer in start #6061
  * Revert "do not apply asyncio patch for tornado >=6.1"
  * Use Jupyter Releaser
  * Add Workflow Permissions for Lock Bot
  * Fixes related to the recent changes in the documentation
  * Add maths checks in CSS reference test
  * Add Issue Lock and Answered Bots
  * Spelling correction
  * Minor typographical and comment changes
  * Fixes related to the recent changes in the documentation
  * Fix readthedocs environment
- Release 6.3.0
  * Add square logo and desktop entry files
  * Modernize Changelog
  * Add missing "import inspect"
  * Add Codecov badge to README
  * Remove configuration for nosetests from setup.cfg
  * Update security.rst
  * Docs-Translations: Updated Hindi and Chinese Readme.md
  * Allow /metrics by default if auth is off
  * Skip terminal tests on Windows 3.9+ (temporary)
  * Update GatewayKernelManager to derive from
    AsyncMappingKernelManager
  * Drop use of deprecated pyzmq.ioloop
  * Drop support for Python 3.5
  * Allow jupyter_server-based contents managers in notebook
  * Russian translation fixes
  * Increase culling test idle timeout
  * Re-enable support for answer_yes flag
  * Replace Travis and Appveyor with Github Actions
  * DOC: Server extension, extra docs on
    configuration/authentication.
- Silence rpmlint2

OBS-URL: https://build.opensuse.org/request/show/926612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=32
2021-10-20 18:31:44 +00:00
19cd1a7b7f correct patch name
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=30
2021-02-15 13:29:29 +00:00
6ebfe68f87 Accepting request 872189 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/872189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=29
2021-02-15 13:21:55 +00:00
d00260b707 Accepting request 862025 from home:bnavigator:branches:devel:languages:python:jupyter
- Don't test with pandoc on ix86

OBS-URL: https://build.opensuse.org/request/show/862025
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=27
2021-01-10 15:30:12 +00:00
ce64f1654a Accepting request 857913 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 6.1.5
  * Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh
    (CVE to be assigned) 
- Changes for 6.1.4
  * Fix broken links to jupyter documentation
  * Add additional entries to troubleshooting section
  * Revert change in page alignment
  * Bug fix: remove double encoding in download files
  * Fix typo for Check in zh_CN
  * Require a file name in the "Save As" dialog
- Changes for 6.1.3
  * Title new buttons with label if action undefined
- Changes for 6.1.2
  * Fix russian message format for delete/duplicate actions 
  * Remove unnecessary import of bind_unix_socket 
  * Tooltip style scope fix 
- Changes for 6.1.1
  * Prevent inclusion of requests_unixsocket on Windows 
- Changes for 6.1.0
  Please note that this repository is currently maintained by a 
  skeleton crew of maintainers from the Jupyter community. For our 
  approach moving forward, please see this notice from the README. 
  Thank you.
  * Remove deprecated encoding parameter for Python 3.9 
    compatibility. 
  * Add support for async kernel management 
  * Fix typo in password_required help message 
  * Gateway only: Ensure launch and request timeouts are in sync 
  * Update Markdown Cells example to HTML5 video tag 
  * Integrated LoginWidget into edit to enable users to logout 
    from the t… 
  * Update message about minimum Tornado version 
  * Logged notebook type 
  * Added nl language 
  * Add UNIX socket support to notebook server. 
  * Update CodeMirror dependency 
  * Tree added download multiple files 
  * Toolbar buttons tooltip: show help instead of label 
  * Remove unnecessary import of requests_unixsocket 
  * Add ability to cull terminals and track last activity 
  * Code refactoring notebook.js 
  * Install terminado for docs build 
  * Convert notifications JS test to selenium 
  * Add cell attachments to markdown example 
  * Add Japanese document 
  * Migrate Move multiselection test to selenium 
  * Use cmdtrl-enter to run a cell 
  * Fix broken "Raw cell MIME type" dialog 
  * Make a notebook writable after successful save-as 
  * Add actual watch script 
  * Added --autoreload flag to NotebookApp 
  * Enable check_origin on gateway websocket communication 
  * Restore detection of missing terminado package 
  * Culling: ensure last_activity attr exists before use 
  * Added functionality to allow filter kernels by Jupyter     
    Enterprise Gat… 
  * 'Play' icon for run-cell toolbar button 
  * Bump minimum version of jQuery to 3.5.0 
  * Remove old JS markdown tests, add a new one in selenium 
  * Add support for more RTL languages 
  * Make markdown cells stay RTL in edit mode 
  * Unforce RTL output display 
  * Fixed multicursor backspacing 
  * Implemented Split Cell for multicursor 
  * Alignment issue [FIXED] 
  * MathJax: Support for \gdef 
  * Another (Minor) Duplicate Code Reduction 
  * Update readme regarding maintenance 
  * Document contents chunks 
  * Backspace deletes empty line 
  * The dropdown submenu at notebook page is not keyboard 
    accessible 
  * Tooltips visible through keyboard navigation for specified 
    buttons 
  * Fix for recursive symlink 
  * Fix for the terminal shutdown issue 
  * Add japanese translation files 
  * Workaround for socket permission errors on Cygwin 
  * Implement optional markdown header and footer files 
  * Remove double link when using custom_display_url 
  * Respect cell.is_editable during find-and-replace 
  * Fix exception causes all over the codebase (:ghpull:`5556`
  * Improve login shell heuristics 
  * Added support for JUPYTER_TOKEN_FILE 
  * Kill notebook itself when server cull idle kernel 
  * Implement password hashing with bcrypt 
  * Fix broken links 
  * Russian internationalization support 
  * Add a metadata tag to override notebook direction (ltr/rtl) 
  * Paste two images from clipboard in markdown cell 
  * Add keyboard shortcuts to menu dropdowns 
  * Update codemirror to 5.56.0+components1 
- refresh remove_nose.patch based on gh#jupyter/notebook#5826
- move the entrypoints to the flavored python package and make them
  alternatives
- tag language files

OBS-URL: https://build.opensuse.org/request/show/857913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=25
2020-12-23 09:35:37 +00:00
7a1d899a08 Accepting request 843485 from home:mcepl:branches:devel:languages:python:jupyter
- Add remove_nose.patch to remove dependency on nose
  (gh#jupyter/notebook#4753).

OBS-URL: https://build.opensuse.org/request/show/843485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=23
2020-10-22 20:30:17 +00:00
Todd R
998d3510d6 Accepting request 768070 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Update to 6.0.3
  * Dependency updates to fix startup issues on Windows platform
  * Add support for nbconvert 6.x
  * Creation of recent tab
- Use multibuild to separate out tests.
  The tests have some heavy dependencies the main package doesn't.
- Drop documentation. 
  These are mostly a relic of when the tests needed to be in a
  separate package, and since the docs are no longer versioned
  upstream keeping them synced with the main package is difficult.

OBS-URL: https://build.opensuse.org/request/show/768070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=21
2020-01-28 15:33:39 +00:00
Todd R
e7efb23c46 Accepting request 748350 from home:TheBlackCat:branches:devel:languages:python:jupyter
jupyter_client renamed to jupyter-client
jupyter_core renamed to jupyter-core

OBS-URL: https://build.opensuse.org/request/show/748350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=19
2019-11-13 14:48:39 +00:00
Todd R
42d5e2a095 Accepting request 747743 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to 6.0.2

OBS-URL: https://build.opensuse.org/request/show/747743
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=18
2019-11-12 14:59:54 +00:00
Todd R
dd1d3f42cb Accepting request 705787 from home:jengelh:branches:devel:languages:python:jupyter
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/705787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=16
2019-05-28 15:28:52 +00:00
Todd R
60c304950f Accepting request 705226 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Add a jupyter-specific language package

OBS-URL: https://build.opensuse.org/request/show/705226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=14
2019-05-24 12:03:33 +00:00
Todd R
43f58c222e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=13 2019-05-22 20:29:42 +00:00
Todd R
6cd0b7f954 Accepting request 704840 from home:TheBlackCat:branches:devel:languages:python:jupyter
- Split directories and macros into separate package.
- Make lang subpackage python version-specific

OBS-URL: https://build.opensuse.org/request/show/704840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=12
2019-05-22 20:11:08 +00:00
Dominique Leuenberger
32b56e64af Accepting request 703202 from devel:languages:python:jupyter
- Update to 5.7.8
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
- Add rpm macros.
- Add conflicts to jupyter subpackage to more explicitly handle file overlaps with old naming scheme.

OBS-URL: https://build.opensuse.org/request/show/703202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=1
2019-05-22 09:12:42 +00:00
Todd R
b30529cbe4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=10 2019-05-15 16:10:53 +00:00
Todd R
07b3ab7cd5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=9 2019-05-15 16:10:44 +00:00
Todd R
f11024e096 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=8 2019-05-02 18:00:33 +00:00
Todd R
6b2f630948 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=7 2019-05-02 18:00:04 +00:00
Todd R
545aa875e1 spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=6
2019-04-26 16:41:31 +00:00
Todd R
643cbf90a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=4 2019-04-25 20:37:48 +00:00
Todd R
dcde9e4119 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=3 2019-04-25 20:29:39 +00:00
Todd R
cdd856ba34 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=2 2019-04-25 20:28:48 +00:00