From 91b5f85a7df0795d6dd5ea226bf540d40803cdec6324512bb4ea213f35409491 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 28 Dec 2023 15:29:29 +0000 Subject: [PATCH] - Update to 7.13.1 * Restore removed import #2086 (@blink1073) - Release 7.13.0 * Add table, td, tr to allowed list of tags #2083 (@yuvipanda) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=79 --- nbconvert-7.12.0.tar.gz | 3 --- nbconvert-7.13.1.tar.gz | 3 +++ python-nbconvert.changes | 8 ++++++++ python-nbconvert.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 nbconvert-7.12.0.tar.gz create mode 100644 nbconvert-7.13.1.tar.gz diff --git a/nbconvert-7.12.0.tar.gz b/nbconvert-7.12.0.tar.gz deleted file mode 100644 index 4a45348..0000000 --- a/nbconvert-7.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1564bd89f69a74cd6398b0362da94db07aafb991b7857216a766204a71612c0 -size 851572 diff --git a/nbconvert-7.13.1.tar.gz b/nbconvert-7.13.1.tar.gz new file mode 100644 index 0000000..4275ee0 --- /dev/null +++ b/nbconvert-7.13.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc8267dbdfeedce2dcd34c9e3f1b51af18f43cb105549d1c5a18189ec23ba85 +size 851593 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 5cb95e5..ad3a604 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 28 15:21:52 UTC 2023 - Ben Greiner + +- Update to 7.13.1 + * Restore removed import #2086 (@blink1073) +- Release 7.13.0 + * Add table, td, tr to allowed list of tags #2083 (@yuvipanda) + ------------------------------------------------------------------- Sat Dec 16 12:53:12 UTC 2023 - Dirk Müller diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 1bbca49..dcca9a4 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.12 +%define shortversion 7.13.1 Name: python-nbconvert%{psuffix} -Version: 7.12.0 +Version: 7.13.1 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT @@ -80,7 +80,7 @@ Requires(postun):update-alternatives %if %{with test} BuildRequires: %{python_module flaky} BuildRequires: %{python_module ipykernel} -BuildRequires: %{python_module ipywidgets >= 7} +BuildRequires: %{python_module ipywidgets >= 7.5} BuildRequires: %{python_module nbconvert = %{version}} BuildRequires: %{python_module pytest} %endif