rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 3.1.5-2mamba;Thu Jul 09 2026]
This commit is contained in:
+19
-18
@@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-spyder-kernels
|
||||
Version: 3.1.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Jupyter kernels for the Spyder console
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@@ -12,27 +12,25 @@ Source: https://pypi.debian.net/spyder-kernels/spyder_kernels-%{version}.
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: ((python3.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1) with (python3.11dist(ipython) < 9.1 or python3.11dist(ipython) > 9.1) with (python3.11dist(ipython) < 9.2 or python3.11dist(ipython) > 9.2) with (python3.11dist(ipython) < 9.3 or python3.11dist(ipython) > 9.3) with (python3.11dist(ipython) < 9.4 or python3.11dist(ipython) > 9.4) with python3.11dist(ipython) < 10~~ with python3.11dist(ipython) >= 8.15)
|
||||
BuildRequires: (python3.11dist(ipykernel) < 8~~ with python3.11dist(ipykernel) >= 6.29.3)
|
||||
BuildRequires: (python3.11dist(jupyter-client) < 9~~ with python3.11dist(jupyter-client) >= 7.4.9)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(cloudpickle)
|
||||
BuildRequires: python3.11dist(packaging)
|
||||
BuildRequires: python3.11dist(pyxdg)
|
||||
BuildRequires: python3.11dist(pyzmq)
|
||||
BuildRequires: python3.11dist(traitlets)
|
||||
BuildRequires: python3.11dist(wurlitzer)
|
||||
BuildRequires: ((python3.14dist(ipython) < 8.17.1 or python3.14dist(ipython) > 8.17.1) with (python3.14dist(ipython) < 9.1 or python3.14dist(ipython) > 9.1) with (python3.14dist(ipython) < 9.2 or python3.14dist(ipython) > 9.2) with (python3.14dist(ipython) < 9.3 or python3.14dist(ipython) > 9.3) with (python3.14dist(ipython) < 9.4 or python3.14dist(ipython) > 9.4) with python3.14dist(ipython) < 10~~ with python3.14dist(ipython) >= 8.15)
|
||||
BuildRequires: (python3.14dist(ipykernel) < 8~~ with python3.14dist(ipykernel) >= 6.29.3)
|
||||
BuildRequires: (python3.14dist(jupyter-client) < 9~~ with python3.14dist(jupyter-client) >= 7.4.9)
|
||||
BuildRequires: libpython314-devel
|
||||
BuildRequires: python3.14dist(cloudpickle)
|
||||
BuildRequires: python3.14dist(packaging)
|
||||
BuildRequires: python3.14dist(pyxdg)
|
||||
BuildRequires: python3.14dist(pyzmq)
|
||||
BuildRequires: python3.14dist(traitlets)
|
||||
BuildRequires: python3.14dist(wurlitzer)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3 >= 0:3.14.6-2mamba
|
||||
Obsoletes: python-spyder-kernels-py310 <= 2.5.0-1mamba
|
||||
Obsoletes: python-spyder-kernels-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: python-spyder-kernels-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if "0%{?with_pyver}" == "03"
|
||||
%define py_requires_append \
|
||||
Obsoletes: python-spyder-kernels-py310 <= 2.5.0-1mamba
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n spyder_kernels-%{version}
|
||||
sed -i "s|ipykernel<7|ipykernel<8|" PKG-INFO spyder_kernels.egg-info/PKG-INFO spyder_kernels.egg-info/requires.txt
|
||||
@@ -52,7 +50,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
#done
|
||||
#%endif
|
||||
|
||||
%files %{?pyappend}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
@@ -60,6 +58,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 09 2026 Automatic Build System <autodist@openmamba.org> 3.1.5-2mamba
|
||||
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
|
||||
|
||||
* Tue Jun 23 2026 Automatic Build System <autodist@openmamba.org> 3.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user