From 22587a3aa1692c141f0787a50adc5579cd870439 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:21:19 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 8.1.0-2mamba;Thu Apr 06 2023] --- python-jupyter_client.spec | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/python-jupyter_client.spec b/python-jupyter_client.spec index 5b11b06..1289d69 100644 --- a/python-jupyter_client.spec +++ b/python-jupyter_client.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-jupyter_client -Version: 7.4.9 -Release: 1mamba +Version: 8.1.0 +Release: 2mamba Summary: The reference implementation of the Jupyter protocol Group: System/Libraries Vendor: openmamba @@ -11,10 +11,10 @@ URL: https://pypi.org/project/jupyter-client/ Source: https://pypi.debian.net/jupyter-client/jupyter_client-%{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(entrypoints) +BuildRequires: python3.7dist(importlib-metadata) BuildRequires: python3.7dist(jupyter-core) -BuildRequires: python3.7dist(nest-asyncio) BuildRequires: python3.7dist(python-dateutil) BuildRequires: python3.7dist(pyzmq) BuildRequires: python3.7dist(tornado) @@ -50,15 +50,33 @@ done %files %{?pyappend} %defattr(-,root,root) -%{_bindir}/jupyter-kernel -%{_bindir}/jupyter-kernelspec -%{_bindir}/jupyter-run +%{_bindir}/jupyter-kernel* +%{_bindir}/jupyter-kernelspec* +%{_bindir}/jupyter-run* %dir %{python_sitelib}/%{pkgname}-%{version}.dist-info %{python_sitelib}/%{pkgname}-%{version}.dist-info/* %dir %{python_sitelib}/%{pkgname} %{python_sitelib}/%{pkgname}/* %changelog +* Thu Apr 06 2023 Silvan Calarco 8.1.0-2mamba +- rebuilt with python 3.10 + +* Tue Mar 21 2023 Automatic Build System 8.1.0-1mamba +- automatic version update by autodist + +* Fri Feb 17 2023 Automatic Build System 8.0.3-1mamba +- automatic version update by autodist + +* Tue Jan 31 2023 Automatic Build System 8.0.2-1mamba +- automatic version update by autodist + +* Fri Jan 27 2023 Automatic Build System 8.0.1-1mamba +- automatic version update by autodist + +* Fri Jan 27 2023 Automatic Build System 8.0.0-1mamba +- automatic version update by autodist + * Fri Jan 13 2023 Automatic Build System 7.4.9-1mamba - automatic version update by autodist