automatic version update by autodist [release 0.30.1-1mamba;Mon Oct 02 2023]
This commit is contained in:
parent
c4074fff43
commit
3543d14eaa
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-metakernel
|
Name: python-metakernel
|
||||||
Version: 0.29.5
|
Version: 0.30.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Jupyter kernel base class in Python which includes core magic functions
|
Summary: A Jupyter kernel base class in Python which includes core magic functions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,12 +11,13 @@ URL: https://github.com/Calysto/metakernel
|
|||||||
Source: https://pypi.debian.net/metakernel/metakernel-%{version}.tar.gz
|
Source: https://pypi.debian.net/metakernel/metakernel-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: python3.7dist(ipykernel)
|
BuildRequires: python3.11dist(ipykernel)
|
||||||
BuildRequires: python3.7dist(jedi)
|
BuildRequires: python3.11dist(jedi)
|
||||||
BuildRequires: python3.7dist(jupyter-core)
|
BuildRequires: python3.11dist(jupyter-core)
|
||||||
BuildRequires: python3.7dist(pexpect)
|
BuildRequires: python3.11dist(pexpect)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -50,6 +51,12 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
|||||||
%{python_sitelib}/%{pkgname}/*
|
%{python_sitelib}/%{pkgname}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 0.30.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.29.5-2mamba
|
||||||
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||||
|
|
||||||
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 0.29.5-1mamba
|
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 0.29.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user