1
0

Accepting request 1135497 from devel:languages:python:jupyter

- 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/request/show/1135497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2023-12-28 22:03:42 +00:00 committed by Git OBS Bridge
commit 85a58519c7
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b1564bd89f69a74cd6398b0362da94db07aafb991b7857216a766204a71612c0
size 851572

3
nbconvert-7.13.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dc8267dbdfeedce2dcd34c9e3f1b51af18f43cb105549d1c5a18189ec23ba85
size 851593

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Dec 28 15:21:52 UTC 2023 - Ben Greiner <code@bnavigator.de>
- 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 <dmueller@suse.com>

View File

@ -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