automatic version update by autodist [release 5.3.2-1mamba;Sun Aug 28 2022]
This commit is contained in:
parent
1ba6c211f8
commit
29cb9ca0af
@ -1,6 +1,6 @@
|
|||||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||||
Name: python-qtconsole
|
Name: python-qtconsole
|
||||||
Version: 5.3.0
|
Version: 5.3.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more
|
Summary: A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,6 +11,8 @@ URL: https://pypi.org/project/qtconsole/
|
|||||||
Source: https://pypi.debian.net/qtconsole/qtconsole-%{version}.tar.gz
|
Source: https://pypi.debian.net/qtconsole/qtconsole-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: (python3.7dist(traitlets) < 5.2.1 or python3.7dist(traitlets) > 5.2.1)
|
||||||
|
BuildRequires: (python3.7dist(traitlets) < 5.2.2 or python3.7dist(traitlets) > 5.2.2)
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: python3.7dist(ipykernel)
|
BuildRequires: python3.7dist(ipykernel)
|
||||||
BuildRequires: python3.7dist(ipython-genutils)
|
BuildRequires: python3.7dist(ipython-genutils)
|
||||||
@ -20,7 +22,6 @@ BuildRequires: python3.7dist(pygments)
|
|||||||
BuildRequires: python3.7dist(pyzmq)
|
BuildRequires: python3.7dist(pyzmq)
|
||||||
BuildRequires: python3.7dist(qtpy)
|
BuildRequires: python3.7dist(qtpy)
|
||||||
BuildRequires: python3.7dist(setuptools)
|
BuildRequires: python3.7dist(setuptools)
|
||||||
BuildRequires: python3.7dist(traitlets)
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,6 +55,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 28 2022 Automatic Build System <autodist@mambasoft.it> 5.3.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jun 06 2022 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
* Tue Mar 29 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user