automatic version update by autodist [release 5.3.0-1mamba;Tue Apr 05 2022]

This commit is contained in:
Automatic Build System 2024-01-06 11:30:03 +01:00
parent 73b9fbdca9
commit 46af9d84a3

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-nbformat
Version: 5.2.0
Version: 5.3.0
Release: 1mamba
Summary: The Jupyter Notebook format
Group: System/Libraries
@ -11,8 +11,8 @@ URL: https://jupyter.org/
Source: https://pypi.debian.net/nbformat/nbformat-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.7dist(jsonschema) < 2.5 or python3.7dist(jsonschema) > 2.5)
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(fastjsonschema)
BuildRequires: python3.7dist(jsonschema)
BuildRequires: python3.7dist(jupyter-core)
BuildRequires: python3.7dist(setuptools)
@ -49,6 +49,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog
* Tue Apr 05 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
- automatic version update by autodist
* Fri Mar 11 2022 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
- automatic version update by autodist