rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.8.0-2mamba;Wed Sep 27 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:29:33 +01:00
parent 286a4641bf
commit 4ee6fea5bd

View File

@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-nbclient Name: python-nbclient
Version: 0.8.0 Version: 0.8.0
Release: 1mamba Release: 2mamba
Summary: A client library for executing notebooks Summary: A client library for executing notebooks
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -11,13 +11,14 @@ URL: https://jupyter.org/
Source: https://pypi.debian.net/nbclient/nbclient-%{version}.tar.gz Source: https://pypi.debian.net/nbclient/nbclient-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.7dist(jupyter-core) < 5 or python3.7dist(jupyter-core) > 5.1) BuildRequires: (python3.11dist(jupyter-core) < 5 or python3.11dist(jupyter-core) > 5.1)
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: python3.7dist(jupyter-client) BuildRequires: python3.11dist(jupyter-client)
BuildRequires: python3.7dist(jupyter-core) BuildRequires: python3.11dist(jupyter-core)
BuildRequires: python3.7dist(nbformat) BuildRequires: python3.11dist(nbformat)
BuildRequires: python3.7dist(traitlets) BuildRequires: python3.11dist(traitlets)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description %description
%{summary}. %{summary}.
@ -53,6 +54,9 @@ done
%doc LICENSE %doc LICENSE
%changelog %changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.8.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Tue May 23 2023 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba * Tue May 23 2023 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
- automatic version update by autodist - automatic version update by autodist