obsolete -py310 target [release 2.5.0-2mamba;Sat Nov 11 2023]
This commit is contained in:
parent
e9345e94d2
commit
399ce359f7
@ -1,7 +1,7 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-spyder-kernels
|
Name: python-spyder-kernels
|
||||||
Version: 2.4.4
|
Version: 2.5.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Jupyter kernels for the Spyder console
|
Summary: Jupyter kernels for the Spyder console
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,27 +11,22 @@ URL: https://pypi.org/project/spyder-kernels/
|
|||||||
Source: https://pypi.debian.net/spyder-kernels/spyder-kernels-%{version}.tar.gz
|
Source: https://pypi.debian.net/spyder-kernels/spyder-kernels-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.10 or python3.10dist(ipython) > 8.10)
|
BuildRequires: (python3.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1)
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.11 or python3.10dist(ipython) > 8.11)
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.12 or python3.10dist(ipython) > 8.12)
|
BuildRequires: python3.11dist(cloudpickle)
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.12.1 or python3.10dist(ipython) > 8.12.1)
|
BuildRequires: python3.11dist(ipykernel)
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.8 or python3.10dist(ipython) > 8.8)
|
BuildRequires: python3.11dist(ipython)
|
||||||
BuildRequires: (python3.10dist(ipython) < 8.9 or python3.10dist(ipython) > 8.9)
|
BuildRequires: python3.11dist(jupyter-client)
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: python3.11dist(pyzmq)
|
||||||
BuildRequires: python3.10dist(cloudpickle)
|
BuildRequires: python3.11dist(wurlitzer)
|
||||||
BuildRequires: python3.10dist(ipykernel)
|
|
||||||
BuildRequires: python3.10dist(ipython)
|
|
||||||
BuildRequires: python3.10dist(jupyter-client)
|
|
||||||
BuildRequires: python3.10dist(pyzmq)
|
|
||||||
BuildRequires: python3.10dist(wurlitzer)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%if 0%{?with_pyver}
|
%if "0%{?with_pyver}" == "03"
|
||||||
%define py_requires_append \
|
%define py_requires_append \
|
||||||
Obsoletes: python-spyder-kernels-py3 < 2.4.3
|
Obsoletes: python-spyder-kernels-py310 <= 2.5.0-1mamba
|
||||||
%pyver_package
|
%pyver_package
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -58,6 +53,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-2mamba
|
||||||
|
- obsolete -py310 target
|
||||||
|
|
||||||
|
* Tue Nov 07 2023 Automatic Build System <autodist@mambasoft.it> 2.5.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user