forked from pool/python-nbconvert
- Update to 7.16.2
* [HTMLExporter] Initialize resources before widget filtering #2118 (@yuvipanda) - Release 7.16.1 is pure maintenance - Skip testing python39: no longer supported since ipython 8.19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbconvert?expand=0&rev=85
This commit is contained in:
parent
60e2caebc4
commit
e0ca185472
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:813e6553796362489ae572e39ba1bff978536192fb518e10826b0e8cadf03ec8
|
|
||||||
size 853637
|
|
3
nbconvert-7.16.2.tar.gz
Normal file
3
nbconvert-7.16.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
|
||||||
|
size 854119
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 13:15:32 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 7.16.2
|
||||||
|
* [HTMLExporter] Initialize resources before widget filtering
|
||||||
|
#2118 (@yuvipanda)
|
||||||
|
- Release 7.16.1 is pure maintenance
|
||||||
|
- Skip testing python39: no longer supported since ipython 8.19
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 19:37:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Feb 7 19:37:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
|
%define skip_python39 1
|
||||||
%else
|
%else
|
||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
@ -30,9 +31,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.16
|
%define shortversion 7.16.2
|
||||||
Name: python-nbconvert%{psuffix}
|
Name: python-nbconvert%{psuffix}
|
||||||
Version: 7.16.0
|
Version: 7.16.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