diff --git a/nbconvert-7.12.0.tar.gz b/nbconvert-7.12.0.tar.gz new file mode 100644 index 0000000..4a45348 --- /dev/null +++ b/nbconvert-7.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1564bd89f69a74cd6398b0362da94db07aafb991b7857216a766204a71612c0 +size 851572 diff --git a/nbconvert-7.9.2.tar.gz b/nbconvert-7.9.2.tar.gz deleted file mode 100644 index 4b621f3..0000000 --- a/nbconvert-7.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56cc7588acc4f93e2bb5a34ec69028e4941797b2bfaf6462f18a41d1cc258c9 -size 850333 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 0ac1a4d..5cb95e5 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Dec 16 12:53:12 UTC 2023 - Dirk Müller + +- 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 @@ -296,7 +312,7 @@ Thu Jan 6 11:23:57 UTC 2022 - Ben Greiner 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 @@ -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 diff --git a/python-nbconvert.spec b/python-nbconvert.spec index d7a1fde..1db5dce 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -30,9 +30,9 @@ %bcond_with libalternatives %endif # X.X.0 gets abbreviated by pythondistdeps -%define shortversion 7.9.2 +%define shortversion 7.12.0 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,6 @@ BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipywidgets >= 7} BuildRequires: %{python_module nbconvert = %{version}} -BuildRequires: %{python_module pytest-dependency} %endif %python_subpackages