rebuilt with python 3.10 [release 8.1.0-2mamba;Thu Apr 06 2023]
This commit is contained in:
parent
43e2f88fc4
commit
22587a3aa1
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-jupyter_client
|
Name: python-jupyter_client
|
||||||
Version: 7.4.9
|
Version: 8.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The reference implementation of the Jupyter protocol
|
Summary: The reference implementation of the Jupyter protocol
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
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
|
Source: https://pypi.debian.net/jupyter-client/jupyter_client-%{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: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python3.7dist(entrypoints)
|
BuildRequires: python3.7dist(importlib-metadata)
|
||||||
BuildRequires: python3.7dist(jupyter-core)
|
BuildRequires: python3.7dist(jupyter-core)
|
||||||
BuildRequires: python3.7dist(nest-asyncio)
|
|
||||||
BuildRequires: python3.7dist(python-dateutil)
|
BuildRequires: python3.7dist(python-dateutil)
|
||||||
BuildRequires: python3.7dist(pyzmq)
|
BuildRequires: python3.7dist(pyzmq)
|
||||||
BuildRequires: python3.7dist(tornado)
|
BuildRequires: python3.7dist(tornado)
|
||||||
@ -50,15 +50,33 @@ done
|
|||||||
|
|
||||||
%files %{?pyappend}
|
%files %{?pyappend}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/jupyter-kernel
|
%{_bindir}/jupyter-kernel*
|
||||||
%{_bindir}/jupyter-kernelspec
|
%{_bindir}/jupyter-kernelspec*
|
||||||
%{_bindir}/jupyter-run
|
%{_bindir}/jupyter-run*
|
||||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||||
%dir %{python_sitelib}/%{pkgname}
|
%dir %{python_sitelib}/%{pkgname}
|
||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 8.1.0-2mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
* Tue Mar 21 2023 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 8.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 31 2023 Automatic Build System <autodist@mambasoft.it> 8.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 8.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 7.4.9-1mamba
|
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 7.4.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user