diff --git a/python-spyder-kernels.spec b/python-spyder-kernels.spec index 6ac91ab..e671a9f 100644 --- a/python-spyder-kernels.spec +++ b/python-spyder-kernels.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-spyder-kernels -Version: 2.4.4 -Release: 1mamba +Version: 2.5.0 +Release: 2mamba Summary: Jupyter kernels for the Spyder console Group: System/Libraries 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 License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: (python3.10dist(ipython) < 8.10 or python3.10dist(ipython) > 8.10) -BuildRequires: (python3.10dist(ipython) < 8.11 or python3.10dist(ipython) > 8.11) -BuildRequires: (python3.10dist(ipython) < 8.12 or python3.10dist(ipython) > 8.12) -BuildRequires: (python3.10dist(ipython) < 8.12.1 or python3.10dist(ipython) > 8.12.1) -BuildRequires: (python3.10dist(ipython) < 8.8 or python3.10dist(ipython) > 8.8) -BuildRequires: (python3.10dist(ipython) < 8.9 or python3.10dist(ipython) > 8.9) -BuildRequires: libpython310-devel -BuildRequires: python3.10dist(cloudpickle) -BuildRequires: python3.10dist(ipykernel) -BuildRequires: python3.10dist(ipython) -BuildRequires: python3.10dist(jupyter-client) -BuildRequires: python3.10dist(pyzmq) -BuildRequires: python3.10dist(wurlitzer) +BuildRequires: (python3.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(cloudpickle) +BuildRequires: python3.11dist(ipykernel) +BuildRequires: python3.11dist(ipython) +BuildRequires: python3.11dist(jupyter-client) +BuildRequires: python3.11dist(pyzmq) +BuildRequires: python3.11dist(wurlitzer) ## AUTOBUILDREQ-END %description %{summary}. -%if 0%{?with_pyver} +%if "0%{?with_pyver}" == "03" %define py_requires_append \ -Obsoletes: python-spyder-kernels-py3 < 2.4.3 +Obsoletes: python-spyder-kernels-py310 <= 2.5.0-1mamba %pyver_package %endif @@ -58,6 +53,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %changelog +* Sat Nov 11 2023 Silvan Calarco 2.5.0-2mamba +- obsolete -py310 target + +* Tue Nov 07 2023 Automatic Build System 2.5.0-1mamba +- automatic version update by autodist + * Fri Jun 30 2023 Automatic Build System 2.4.4-1mamba - automatic version update by autodist