Accepting request 1005919 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/1005919 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbformat?expand=0&rev=28
This commit is contained in:
parent
9f22629452
commit
6d98fc64da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d6bd882a6fb60e1204e7b9310846b790c710b138e21643750f6420b7aa09d6c
|
|
||||||
size 136656
|
|
3
nbformat-5.6.0.tar.gz
Normal file
3
nbformat-5.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f47ee049abd3c58fd0c6d5612dfa971c16387bcf83c1d49055b6bca6d4ae49a8
|
||||||
|
size 136395
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 18:05:13 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* change to hatchling
|
||||||
|
|
||||||
|
- update to version 5.6.0:
|
||||||
|
* Fix docs and type annotations for validator.normalize.
|
||||||
|
* Switch to hatch build backend.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 13 15:43:42 UTC 2022 - Arun Persaud <arun@gmx.de>
|
Tue Sep 13 15:43:42 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define doc_ver 5.2.0
|
%define doc_ver 5.2.0
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
Name: python-nbformat
|
Name: python-nbformat
|
||||||
Version: 5.5.0
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Jupyter Notebook format
|
Summary: The Jupyter Notebook format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,10 +29,12 @@ URL: https://github.com/jupyter/nbformat
|
|||||||
# PyPI sdist has only some schema tests, get the full test suite from GitHub sources
|
# PyPI sdist has only some schema tests, get the full test suite from GitHub sources
|
||||||
Source: https://github.com/jupyter/nbformat/archive/%{version}.tar.gz#/nbformat-%{version}.tar.gz
|
Source: https://github.com/jupyter/nbformat/archive/%{version}.tar.gz#/nbformat-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module flit-core >= 3.2}
|
BuildRequires: %{python_module hatch_nodejs_version}
|
||||||
|
BuildRequires: %{python_module hatchling >= 1.5}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: nodejs
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: jupyter-nbformat = %{version}
|
Requires: jupyter-nbformat = %{version}
|
||||||
Requires: python-fastjsonschema
|
Requires: python-fastjsonschema
|
||||||
|
Loading…
x
Reference in New Issue
Block a user