From 6b98eddf2f1a599aa9d17be880fc9e05b491b3994aec30f10f2eac56362dab07 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 6 Aug 2023 14:54:04 +0000 Subject: [PATCH] Accepting request 1102514 from home:apersaud:branches:devel:languages:python:jupyter - specfile * require flaky for tests (moved to test section in spec file) - 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) OBS-URL: https://build.opensuse.org/request/show/1102514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=65 --- nbconvert-7.6.0.tar.gz | 3 --- nbconvert-7.7.3.tar.gz | 3 +++ python-nbconvert.changes | 32 ++++++++++++++++++++++++++++++++ python-nbconvert.spec | 8 ++++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 nbconvert-7.6.0.tar.gz create mode 100644 nbconvert-7.7.3.tar.gz diff --git a/nbconvert-7.6.0.tar.gz b/nbconvert-7.6.0.tar.gz deleted file mode 100644 index 4942c32..0000000 --- a/nbconvert-7.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24fcf27efdef2b51d7f090cc5ce5a9b178766a55be513c4ebab08c91899ab550 -size 886726 diff --git a/nbconvert-7.7.3.tar.gz b/nbconvert-7.7.3.tar.gz new file mode 100644 index 0000000..1720551 --- /dev/null +++ b/nbconvert-7.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5996bf5f3cd16aa0431897ba1aa4c64842c2079f434b3dc6b8c4b252ef3355 +size 849762 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index 7de99bd..5ace5fe 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Aug 5 16:24:23 UTC 2023 - Arun Persaud + +- 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 diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 557de60..6115e21 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -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}}