From 8403bdd20bcb8da7b106af2a9cfdf16a3be4738c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:21:18 +0100 Subject: [PATCH] rebuilt with distdeps [release 6.1.12-2mamba;Sat Apr 03 2021] --- python-jupyter_client.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/python-jupyter_client.spec b/python-jupyter_client.spec index 6b124dd..5b81fa9 100644 --- a/python-jupyter_client.spec +++ b/python-jupyter_client.spec @@ -1,6 +1,6 @@ Name: python-jupyter_client Version: 6.1.12 -Release: 1mamba +Release: 2mamba Summary: The reference implementation of the Jupyter protocol Group: System/Libraries Vendor: openmamba @@ -10,10 +10,14 @@ 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 +BuildRequires: libpython3-devel +BuildRequires: python-dateutil-py3 +BuildRequires: python-jupyter_core-py3 +BuildRequires: python-pyzmq-py3 +BuildRequires: python-setuptools-py3 +BuildRequires: python-tornado-py3 +BuildRequires: python-traitlets-py3 ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -39,12 +43,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/jupyter_client-%{version}-py*.egg-info +%{python_sitearch}/jupyter_client-%{version}-py*.egg-info/* %changelog +* Sat Apr 03 2021 Silvan Calarco 6.1.12-2mamba +- rebuilt with distdeps + * Sun Mar 14 2021 Automatic Build System 6.1.12-1mamba - automatic version update by autodist