From 91c1499f2b97543f689ce83ed6886d2ff9830f9575c4a7b111b2c986ce1736f5 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 26 Oct 2022 10:48:00 +0000 Subject: [PATCH] - Update to 7.2.2 * Fix default config test #1885 (@blink1073) * Add ensure label workflow #1884 (@blink1073) * Add release workflows #1883 (@blink1073) * Maintenance cleanup #1881 (@blink1073) - Release 7.2.1 * Fix version handling #1878 (@blink1073) - Release 7.2.0 * Prep for jupyter releaser #1877 (@blink1073) * Add support for jupyter_client 8 #1867 (@blink1073) - Release 7.1.0 * Fix markdown table not render bug by @Neutree in #1853 * Replace lxml.html.clean_html with bleach; drop lxml dependency by @akx in #1854 * Remove CircleCI badge from README by @akx in #1857 * Added support for section (slide) "data-*" attributes by @bouzidanas in #1861 - Drop ignore-bleach-deprecation-test.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=45 --- ignore-bleach-deprecation-test.patch | 10 ---------- nbconvert-7.0.0.tar.gz | 3 --- nbconvert-7.2.2.tar.gz | 3 +++ python-nbconvert.changes | 22 ++++++++++++++++++++++ python-nbconvert.spec | 4 +--- 5 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 ignore-bleach-deprecation-test.patch delete mode 100644 nbconvert-7.0.0.tar.gz create mode 100644 nbconvert-7.2.2.tar.gz diff --git a/ignore-bleach-deprecation-test.patch b/ignore-bleach-deprecation-test.patch deleted file mode 100644 index 0929101..0000000 --- a/ignore-bleach-deprecation-test.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: nbconvert-6.5.3/pyproject.toml -=================================================================== ---- nbconvert-6.5.3.orig/pyproject.toml -+++ nbconvert-6.5.3/pyproject.toml -@@ -21,4 +21,5 @@ filterwarnings = [ - "ignore:unclosed + +- Update to 7.2.2 + * Fix default config test #1885 (@blink1073) + * Add ensure label workflow #1884 (@blink1073) + * Add release workflows #1883 (@blink1073) + * Maintenance cleanup #1881 (@blink1073) +- Release 7.2.1 + * Fix version handling #1878 (@blink1073) +- Release 7.2.0 + * Prep for jupyter releaser #1877 (@blink1073) + * Add support for jupyter_client 8 #1867 (@blink1073) +- Release 7.1.0 + * Fix markdown table not render bug by @Neutree in #1853 + * Replace lxml.html.clean_html with bleach; drop lxml dependency + by @akx in #1854 + * Remove CircleCI badge from README by @akx in #1857 + * Added support for section (slide) "data-*" attributes by + @bouzidanas in #1861 +- Drop ignore-bleach-deprecation-test.patch + ------------------------------------------------------------------- Sun Sep 25 23:02:48 UTC 2022 - Ben Greiner diff --git a/python-nbconvert.spec b/python-nbconvert.spec index 6ac80f6..a9ff66c 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -31,7 +31,7 @@ %endif Name: python-nbconvert%{psuffix} -Version: 7.0.0 +Version: 7.2.2 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT @@ -40,8 +40,6 @@ Source0: https://files.pythonhosted.org/packages/source/n/nbconvert/nbcon # See hatch_build.py # License10: MIT Source10: https://cdn.jupyter.org/notebook/5.4.0/style/style.min.css -# PATCH-FIX-OPENSUSE ignore-bleach-deprecation-test.patch -- ignore warning that we don't have bleach5 yet -Patch0: ignore-bleach-deprecation-test.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module hatchling >= 0.25} BuildRequires: %{python_module pip}