Accepting request 1092382 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 5.9.0
  * Support Python 3.12 #363 (@blink1073)

OBS-URL: https://build.opensuse.org/request/show/1092382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=41
This commit is contained in:
Benjamin Greiner 2023-06-11 20:11:04 +00:00 committed by Git OBS Bridge
parent a6e0ee5f98
commit 34c70bb47e
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46dac64c781f1c34dfd8acba16547024110348f9fc7eab0f31981c2a3dc48d1f
size 140655

3
nbformat-5.9.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 11 20:10:03 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 5.9.0
* Support Python 3.12 #363 (@blink1073)
-------------------------------------------------------------------
Sun Apr 23 17:32:58 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -18,14 +18,14 @@
%bcond_without libalternatives
Name: python-nbformat
Version: 5.8.0
Version: 5.9.0
Release: 0
Summary: The Jupyter Notebook format
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyter/nbformat
Source: https://github.com/jupyter/nbformat/releases/download/v%{version}/nbformat-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatch_nodejs_version}
BuildRequires: %{python_module hatchling >= 1.5}
BuildRequires: %{python_module pip}