rebuilt with distdeps [release 6.1.12-2mamba;Sat Apr 03 2021]
This commit is contained in:
parent
afb4f999d8
commit
8403bdd20b
@ -1,6 +1,6 @@
|
|||||||
Name: python-jupyter_client
|
Name: python-jupyter_client
|
||||||
Version: 6.1.12
|
Version: 6.1.12
|
||||||
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
|
||||||
@ -10,10 +10,14 @@ 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
|
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
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -39,12 +43,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--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
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/jupyter_client-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/jupyter_client-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.12-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sun Mar 14 2021 Automatic Build System <autodist@mambasoft.it> 6.1.12-1mamba
|
* Sun Mar 14 2021 Automatic Build System <autodist@mambasoft.it> 6.1.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user