From 4ee6fea5bd67d1b2c55d333df8fc7eeb9b5531f6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:29:33 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.8.0-2mamba;Wed Sep 27 2023] --- python-nbclient.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/python-nbclient.spec b/python-nbclient.spec index 94ac60d..bf1e38c 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-nbclient Version: 0.8.0 -Release: 1mamba +Release: 2mamba Summary: A client library for executing notebooks Group: System/Libraries Vendor: openmamba @@ -11,13 +11,14 @@ URL: https://jupyter.org/ Source: https://pypi.debian.net/nbclient/nbclient-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: (python3.7dist(jupyter-core) < 5 or python3.7dist(jupyter-core) > 5.1) -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(jupyter-client) -BuildRequires: python3.7dist(jupyter-core) -BuildRequires: python3.7dist(nbformat) -BuildRequires: python3.7dist(traitlets) +BuildRequires: (python3.11dist(jupyter-core) < 5 or python3.11dist(jupyter-core) > 5.1) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(jupyter-client) +BuildRequires: python3.11dist(jupyter-core) +BuildRequires: python3.11dist(nbformat) +BuildRequires: python3.11dist(traitlets) ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -53,6 +54,9 @@ done %doc LICENSE %changelog +* Wed Sep 27 2023 Automatic Build System 0.8.0-2mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Tue May 23 2023 Automatic Build System 0.8.0-1mamba - automatic version update by autodist