automatic version update by autodist [release 2.4.4-1mamba;Fri Jun 30 2023]

This commit is contained in:
Automatic Build System 2024-01-05 16:43:43 +01:00
parent a8850e6c03
commit e9345e94d2

View File

@ -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.3 Version: 2.4.4
Release: 2mamba Release: 1mamba
Summary: Jupyter kernels for the Spyder console Summary: Jupyter kernels for the Spyder console
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -12,6 +12,9 @@ Source: https://pypi.debian.net/spyder-kernels/spyder-kernels-%{version}.
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.10dist(ipython) < 8.10 or python3.10dist(ipython) > 8.10) 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.8 or python3.10dist(ipython) > 8.8)
BuildRequires: (python3.10dist(ipython) < 8.9 or python3.10dist(ipython) > 8.9) BuildRequires: (python3.10dist(ipython) < 8.9 or python3.10dist(ipython) > 8.9)
BuildRequires: libpython310-devel BuildRequires: libpython310-devel
@ -55,6 +58,9 @@ 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
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 2.4.4-1mamba
- automatic version update by autodist
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.3-2mamba * Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.3-2mamba
- rebuilt with python 3.10 - rebuilt with python 3.10