1
0

- 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:
Benjamin Greiner 2024-03-08 13:17:43 +00:00 committed by Git OBS Bridge
parent 60e2caebc4
commit e0ca185472
4 changed files with 15 additions and 5 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8310edd41e1c43947e4ecf16614c61469ebc024898eb808cce0999860fc9fb16
size 854119

View File

@ -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>

View File

@ -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