forked from pool/python-nbconvert
- Update to 7.14.2 via 7.14.1, 7.14.0
* Fix broken image scaling in case a custom width or height is provided for the image #2094 (@AndSte01) * Convert coalescese_streams function to CoalesceStreamsPreprocessor #2089 (@ryan-williams) * Fix webpdf test on Python 3.12 #2088 (@blink1073) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=81
This commit is contained in:
parent
91b5f85a7d
commit
b56d1f3a58
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2dc8267dbdfeedce2dcd34c9e3f1b51af18f43cb105549d1c5a18189ec23ba85
|
|
||||||
size 851593
|
|
3
nbconvert-7.14.2.tar.gz
Normal file
3
nbconvert-7.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a7f8808fd4e082431673ac538400218dd45efd076fbeb07cc6e5aa5a3a4e949e
|
||||||
|
size 852202
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 21 11:39:16 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 7.14.2 via 7.14.1, 7.14.0
|
||||||
|
* Fix broken image scaling in case a custom width or height is
|
||||||
|
provided for the image #2094 (@AndSte01)
|
||||||
|
* Convert coalescese_streams function to
|
||||||
|
CoalesceStreamsPreprocessor #2089 (@ryan-williams)
|
||||||
|
* Fix webpdf test on Python 3.12 #2088 (@blink1073)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 15:21:52 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Thu Dec 28 15:21:52 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,9 +30,9 @@
|
|||||||
%bcond_with libalternatives
|
%bcond_with libalternatives
|
||||||
%endif
|
%endif
|
||||||
# X.X.0 gets abbreviated by pythondistdeps
|
# X.X.0 gets abbreviated by pythondistdeps
|
||||||
%define shortversion 7.13.1
|
%define shortversion 7.14.2
|
||||||
Name: python-nbconvert%{psuffix}
|
Name: python-nbconvert%{psuffix}
|
||||||
Version: 7.13.1
|
Version: 7.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Conversion of Jupyter Notebooks
|
Summary: Conversion of Jupyter Notebooks
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user