Accepting request 1099583 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 5.9.1 * Fix deprecation warning when importing from jsonschema #368 (@eladkal) * Unpin jsonschema OBS-URL: https://build.opensuse.org/request/show/1099583 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=48
This commit is contained in:
parent
398029178c
commit
2b31b4ce2d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e98ebb6120c3efbafdee2a40af2a140cadee90bb06dd69a2a63d9551fcc7f976
|
||||
size 140980
|
3
nbformat-5.9.1.tar.gz
Normal file
3
nbformat-5.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a7f52d040639cbd8a3890218c8b0ffb93211588c57446c90095e32ba5881b5d
|
||||
size 141100
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 20:43:29 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 5.9.1
|
||||
* Fix deprecation warning when importing from jsonschema #368
|
||||
(@eladkal)
|
||||
* Unpin jsonschema
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 9 12:09:42 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without libalternatives
|
||||
Name: python-nbformat
|
||||
Version: 5.9.0
|
||||
Version: 5.9.1
|
||||
Release: 0
|
||||
Summary: The Jupyter Notebook format
|
||||
License: BSD-3-Clause
|
||||
@ -33,9 +33,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: nodejs
|
||||
BuildRequires: python-rpm-macros >= 20210929
|
||||
Requires: python-fastjsonschema
|
||||
Requires: python-jsonschema > 2.6
|
||||
Requires: python-jupyter_core
|
||||
Requires: python-traitlets >= 5.1
|
||||
Requires: (python-jsonschema > 2.6 with python-jsonschema < 4.18)
|
||||
Provides: python-jupyter_nbformat = %{version}-%{release}
|
||||
Obsoletes: python-jupyter_nbformat < %{version}
|
||||
BuildArch: noarch
|
||||
@ -48,7 +48,7 @@ Requires(postun):update-alternatives
|
||||
%endif
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module fastjsonschema}
|
||||
BuildRequires: %{python_module jsonschema > 2.6 with %python-jsonschema < 4.18}
|
||||
BuildRequires: %{python_module jsonschema > 2.6}
|
||||
BuildRequires: %{python_module jupyter_core}
|
||||
BuildRequires: %{python_module pep440}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Loading…
x
Reference in New Issue
Block a user