update to 2.5.2 [release 2.5.2-1mamba;Fri Jun 14 2024]
This commit is contained in:
parent
fc2d4059ee
commit
e773c2be26
@ -1,6 +1,6 @@
|
|||||||
%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.5.1
|
Version: 2.5.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Jupyter kernels for the Spyder console
|
Summary: Jupyter kernels for the Spyder console
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pypi.org/project/spyder-kernels/
|
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.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1)
|
BuildRequires: (python3.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1)
|
||||||
@ -31,7 +31,7 @@ Obsoletes: python-spyder-kernels-py310 <= 2.5.0-1mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n spyder-kernels-%{version}
|
%setup -q -n spyder_kernels-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||||
@ -53,6 +53,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 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.2-1mamba
|
||||||
|
- update to 2.5.2
|
||||||
|
|
||||||
* Thu Apr 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
* Thu Apr 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
||||||
- update to 2.5.1
|
- update to 2.5.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user