forked from pool/python-nbconvert
- update to 7.16.0:
* Add a toggle to skip the svg encoding of images #2106 * Support configurable width and height of reveal presentations OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=83
This commit is contained in:
parent
b56d1f3a58
commit
60e2caebc4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
|
||||
size 852202
|
3
nbconvert-7.16.0.tar.gz
Normal file
3
nbconvert-7.16.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:813e6553796362489ae572e39ba1bff978536192fb518e10826b0e8cadf03ec8
|
||||
size 853637
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 19:37:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 7.16.0:
|
||||
* Add a toggle to skip the svg encoding of images #2106
|
||||
* Support configurable width and height of reveal presentations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 11:39:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package python-nbconvert
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -30,9 +30,9 @@
|
||||
%bcond_with libalternatives
|
||||
%endif
|
||||
# X.X.0 gets abbreviated by pythondistdeps
|
||||
%define shortversion 7.14.2
|
||||
%define shortversion 7.16
|
||||
Name: python-nbconvert%{psuffix}
|
||||
Version: 7.14.2
|
||||
Version: 7.16.0
|
||||
Release: 0
|
||||
Summary: Conversion of Jupyter Notebooks
|
||||
License: BSD-3-Clause AND MIT
|
||||
@ -75,7 +75,7 @@ BuildRequires: alts
|
||||
Requires: alts
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module flaky}
|
||||
|
Loading…
Reference in New Issue
Block a user