1
0

Accepting request 1102581 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/1102581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2023-08-07 13:28:55 +00:00 committed by Git OBS Bridge
commit 04e949ac74
4 changed files with 39 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile
* require flaky for tests
- update to version 7.7.3:
* Bugs fixed
+ Restore pauses during webpdf render #2025 (@jstorrs)
- changes from version 7.7.2:
* Bugs fixed
+ Show a warning if an image has no alternative text #2024
(@brichet)
- changes from version 7.7.1:
* Bugs fixed
+ Restore 'media=print' option #2022 (@brichet)
- changes from version 7.7.0:
* Enhancements made
+ [Accessibility] some accessibility improvements #2021 (@brichet)
+ Adopt playwright #2013 (@brichet)
+ Update to Jupyterlab 4 #2012 (@brichet)
* Bugs fixed
+ html: write image/svg+xml data as base64 and skip clean_html
#2018 (@jstorrs)
+ Remove HTML escaping JSON-encoded widget state #1934 (@manzt)
* Maintenance and upkeep improvements
+ Fix lint error #2010 (@blink1073)
+ Support Python 3.8-3.12 #2008 (@blink1073)
-------------------------------------------------------------------
Tue Jun 20 18:19:24 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -29,17 +29,16 @@
%else
%bcond_with libalternatives
%endif
# 7.6.0 gets abbreviated by pythondistdeps
%define shortversion 7.6
%define shortversion 7.7.3
Name: python-nbconvert%{psuffix}
Version: 7.6.0
Version: 7.7.3
Release: 0
Summary: Conversion of Jupyter Notebooks
License: BSD-3-Clause AND MIT
URL: https://github.com/jupyter/nbconvert
Source0: https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling >= 0.25}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
@ -79,6 +78,7 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
%endif
%if %{with test}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipywidgets >= 7}
BuildRequires: %{python_module nbconvert = %{version}}