2024-01-06 11:21:18 +01:00
|
|
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
2024-01-06 11:21:18 +01:00
|
|
|
Name: python-jupyter_client
|
2024-01-06 11:21:19 +01:00
|
|
|
Version: 7.4.9
|
2024-01-06 11:21:18 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 11:21:18 +01:00
|
|
|
Summary: The reference implementation of the Jupyter protocol
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pypi.org/project/jupyter-client/
|
|
|
|
Source: https://pypi.debian.net/jupyter-client/jupyter_client-%{version}.tar.gz
|
|
|
|
License: BSD
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:21:18 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 11:21:18 +01:00
|
|
|
BuildRequires: python3.7dist(entrypoints)
|
|
|
|
BuildRequires: python3.7dist(jupyter-core)
|
|
|
|
BuildRequires: python3.7dist(nest-asyncio)
|
|
|
|
BuildRequires: python3.7dist(python-dateutil)
|
|
|
|
BuildRequires: python3.7dist(pyzmq)
|
|
|
|
BuildRequires: python3.7dist(tornado)
|
|
|
|
BuildRequires: python3.7dist(traitlets)
|
2024-01-06 11:21:18 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:21:18 +01:00
|
|
|
BuildRequires: python3.7dist(hatchling)
|
2024-01-06 11:21:18 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%define py_requires_append \
|
|
|
|
Requires: python-jupyter_core%{?pyappend:-%pyappend}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n jupyter_client-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-06 11:21:18 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-06 11:21:18 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 11:21:18 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-06 11:21:18 +01:00
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
%if "%{?with_pyver}" != "3"
|
|
|
|
# Rename any conflicting file outside of python site packages tree
|
|
|
|
for f in %{_bindir}/jupyter-{kernel,kernelspec,run}; do
|
|
|
|
mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
done
|
|
|
|
%endif
|
2024-01-06 11:21:18 +01:00
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-06 11:21:18 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:21:18 +01:00
|
|
|
%{_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}/*
|
2024-01-06 11:21:18 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:21:19 +01:00
|
|
|
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 7.4.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Mon Dec 05 2022 Automatic Build System <autodist@mambasoft.it> 7.4.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 7.4.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Wed Nov 16 2022 Automatic Build System <autodist@mambasoft.it> 7.4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Fri Nov 11 2022 Automatic Build System <autodist@mambasoft.it> 7.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Tue Oct 25 2022 Automatic Build System <autodist@mambasoft.it> 7.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 7.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Thu Oct 13 2022 Automatic Build System <autodist@mambasoft.it> 7.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Wed Oct 12 2022 Automatic Build System <autodist@mambasoft.it> 7.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 7.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 7.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Fri Apr 08 2022 Automatic Build System <autodist@mambasoft.it> 7.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 7.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 7.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sat Jan 15 2022 Automatic Build System <autodist@mambasoft.it> 7.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 7.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sat Aug 21 2021 Automatic Build System <autodist@mambasoft.it> 7.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Mon Apr 12 2021 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 6.1.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.12-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Sun Mar 14 2021 Automatic Build System <autodist@mambasoft.it> 6.1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:21:18 +01:00
|
|
|
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.11-1mamba
|
|
|
|
- package created using the webbuild interface
|