forked from pool/python-nbconvert
Accepting request 1133611 from devel:languages:python:jupyter
- update to 7.12.0: * Allow to load config from env. * Use ruff on notebooks and update typings * update Python version support in docs * Support es modules in js includes * Clean up lint handling and list generics * Remove not needed pytest-dependency test requirement * Update to mermaid 10.6.0, docs keyboard navigation * Fix typing for traitlets 5.13 * Adopt ruff format * Update typings and remove dead link * Update to mermaid 10.6.0, docs keyboard navigation - Remove the doc package * New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways. * Kernel errors now will be logged for debugging purposes when executing notebooks. OBS-URL: https://build.opensuse.org/request/show/1133611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=29
This commit is contained in:
commit
2204d2f171
3
nbconvert-7.12.0.tar.gz
Normal file
3
nbconvert-7.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1564bd89f69a74cd6398b0362da94db07aafb991b7857216a766204a71612c0
|
||||
size 851572
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e56cc7588acc4f93e2bb5a34ec69028e4941797b2bfaf6462f18a41d1cc258c9
|
||||
size 850333
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 16 12:53:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.12.0:
|
||||
* Allow to load config from env.
|
||||
* Use ruff on notebooks and update typings
|
||||
* update Python version support in docs
|
||||
* Support es modules in js includes
|
||||
* Clean up lint handling and list generics
|
||||
* Remove not needed pytest-dependency test requirement
|
||||
* Update to mermaid 10.6.0, docs keyboard navigation
|
||||
* Fix typing for traitlets 5.13
|
||||
* Adopt ruff format
|
||||
* Update typings and remove dead link
|
||||
* Update to mermaid 10.6.0, docs keyboard navigation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 18:11:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
@ -296,7 +312,7 @@ Thu Jan 6 11:23:57 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
in #1696
|
||||
* Update nbconvert_library.ipynb by @letterphile in #1695
|
||||
* Changelog for 6.4 by @blink1073 in #1697
|
||||
- Remove the doc package
|
||||
- Remove the doc package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 31 16:57:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
@ -845,8 +861,8 @@ Thu Mar 30 19:45:08 UTC 2017 - toddrme2178@gmail.com
|
||||
* General documentation improvements. For example, testing, installation, custom exporters.
|
||||
* Improved link handling for LaTeX output
|
||||
* Refactored the automatic id generation.
|
||||
* New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways.
|
||||
* Kernel errors now will be logged for debugging purposes when executing notebooks.
|
||||
* New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways.
|
||||
* Kernel errors now will be logged for debugging purposes when executing notebooks.
|
||||
- Update to 4.3
|
||||
* added live widget rendering for html output, nbviewer by extension
|
||||
- Update to 4.2
|
||||
|
@ -30,9 +30,9 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
# X.X.0 gets abbreviated by pythondistdeps
|
||||
%define shortversion 7.9.2
|
||||
%define shortversion 7.12
|
||||
Name: python-nbconvert%{psuffix}
|
||||
Version: 7.9.2
|
||||
Version: 7.12.0
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -82,7 +82,7 @@ BuildRequires: %{python_module flaky}
|
||||
BuildRequires: %{python_module ipykernel}
|
||||
BuildRequires: %{python_module ipywidgets >= 7}
|
||||
BuildRequires: %{python_module nbconvert = %{version}}
|
||||
BuildRequires: %{python_module pytest-dependency}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user