diff --git a/nbconvert-7.16.0.tar.gz b/nbconvert-7.16.0.tar.gz deleted file mode 100644 index cff4e21..0000000 --- a/nbconvert-7.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813e6553796362489ae572e39ba1bff978536192fb518e10826b0e8cadf03ec8 -size 853637 diff --git a/nbconvert-7.16.2.tar.gz b/nbconvert-7.16.2.tar.gz new file mode 100644 index 0000000..741e618 --- /dev/null +++ b/nbconvert-7.16.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16 +size 854119 diff --git a/python-nbconvert.changes b/python-nbconvert.changes index eecf368..6cd64de 100644 --- a/python-nbconvert.changes +++ b/python-nbconvert.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 8 13:15:32 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-nbconvert.spec b/python-nbconvert.spec index ba20d1f..87d87f8 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -20,6 +20,7 @@ %if "%{flavor}" == "test" %define psuffix -test %bcond_without test +%define skip_python39 1 %else %define psuffix %{nil} %bcond_with test @@ -30,9 +31,9 @@ %bcond_with libalternatives %endif # X.X.0 gets abbreviated by pythondistdeps -%define shortversion 7.16 +%define shortversion 7.16.2 Name: python-nbconvert%{psuffix} -Version: 7.16.0 +Version: 7.16.2 Release: 0 Summary: Conversion of Jupyter Notebooks License: BSD-3-Clause AND MIT