forked from pool/python-nbconvert
Accepting request 1031313 from devel:languages:python:jupyter
- 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/request/show/1031313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbconvert?expand=0&rev=16
This commit is contained in:
commit
17277abe59
@ -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 <socket.socket:ResourceWarning",
|
||||
"ignore:unclosed event loop:ResourceWarning",
|
||||
"ignore:There is no current event loop:DeprecationWarning",
|
||||
+ "ignore:Support for bleach <5 will be removed in a future version of nbconvert:DeprecationWarning",
|
||||
]
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd1e361da30e30e4c5a5ae89f7cae95ca2a4d4407389672473312249a7ba0060
|
||||
size 860724
|
3
nbconvert-7.2.2.tar.gz
Normal file
3
nbconvert-7.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24acfaa466d2c9b7eb524800e4a45afbed862c5d058cfb30fc7aa24d448c95eb
|
||||
size 818074
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 10:41:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user