forked from pool/python-qtconsole
Accepting request 750389 from home:TheBlackCat:branches:devel:languages:python:jupyter
Update to version 4.6.0 OBS-URL: https://build.opensuse.org/request/show/750389 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 21:17:54 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 4.6.0
|
||||||
|
+ Additions
|
||||||
|
* Add an option to configure scrollbar visibility.
|
||||||
|
+ Changes
|
||||||
|
* Avoid introducing a new line when executing code.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 12 16:48:16 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 4.5.5
|
||||||
|
* Set console to read only after input.
|
||||||
|
* Allow text to be added before the prompt while autocompleting.
|
||||||
|
* Scroll when adding text even when not executing.
|
||||||
|
- Update to versionn 4.5.4
|
||||||
|
* Fix emoji highlighting.
|
||||||
|
- Update to versionn 4.5.3
|
||||||
|
* Fix error when closing comms.
|
||||||
|
* Fix prompt automatically scrolling down on execution.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 02:22:01 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Mon Jul 29 02:22:01 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,9 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-qtconsole
|
Name: python-qtconsole
|
||||||
Version: 4.5.2
|
Version: 4.6.0
|
||||||
%define doc_ver 4.5.1
|
%define doc_ver 4.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter Qt console
|
Summary: Jupyter Qt console
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -28,10 +29,11 @@ URL: https://github.com/jupyter/qtconsole
|
|||||||
Source0: https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
|
||||||
Source1: https://media.readthedocs.org/pdf/qtconsole/%{doc_ver}/qtconsole.pdf
|
Source1: https://media.readthedocs.org/pdf/qtconsole/%{doc_ver}/qtconsole.pdf
|
||||||
Source2: https://media.readthedocs.org/htmlzip/qtconsole/%{doc_ver}/qtconsole.zip
|
Source2: https://media.readthedocs.org/htmlzip/qtconsole/%{doc_ver}/qtconsole.zip
|
||||||
BuildRequires: %{python_module jupyter_core}
|
BuildRequires: %{python_module jupyter-core}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: gdb
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
@@ -39,8 +41,8 @@ BuildRequires: update-desktop-files
|
|||||||
Requires: python-Pygments
|
Requires: python-Pygments
|
||||||
Requires: python-ipykernel >= 4.1
|
Requires: python-ipykernel >= 4.1
|
||||||
Requires: python-ipython_genutils
|
Requires: python-ipython_genutils
|
||||||
Requires: python-jupyter_client >= 4.1
|
Requires: python-jupyter-client >= 4.1
|
||||||
Requires: python-jupyter_core
|
Requires: python-jupyter-core
|
||||||
Requires: python-sip
|
Requires: python-sip
|
||||||
Requires: python-traitlets
|
Requires: python-traitlets
|
||||||
Provides: python-jupyter_qtconsole = %{version}
|
Provides: python-jupyter_qtconsole = %{version}
|
||||||
@@ -51,10 +53,11 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module Pygments}
|
BuildRequires: %{python_module Pygments}
|
||||||
BuildRequires: %{python_module ipykernel >= 4.1}
|
BuildRequires: %{python_module ipykernel >= 4.1}
|
||||||
BuildRequires: %{python_module ipython_genutils}
|
BuildRequires: %{python_module ipython_genutils}
|
||||||
BuildRequires: %{python_module jupyter_client >= 4.1}
|
BuildRequires: %{python_module jupyter-client >= 4.1}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module pexpect}
|
BuildRequires: %{python_module pexpect}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module pytest-qt}
|
||||||
BuildRequires: %{python_module qt5}
|
BuildRequires: %{python_module qt5}
|
||||||
BuildRequires: %{python_module sip}
|
BuildRequires: %{python_module sip}
|
||||||
BuildRequires: %{python_module traitlets}
|
BuildRequires: %{python_module traitlets}
|
||||||
@@ -72,8 +75,8 @@ This package provides the python components.
|
|||||||
Summary: Jupyter Qt console
|
Summary: Jupyter Qt console
|
||||||
Requires: python3-qtconsole = %{version}
|
Requires: python3-qtconsole = %{version}
|
||||||
Requires: jupyter-ipykernel >= 4.1
|
Requires: jupyter-ipykernel >= 4.1
|
||||||
Requires: jupyter-jupyter_client >= 4.1
|
Requires: jupyter-jupyter-client >= 4.1
|
||||||
Requires: jupyter-jupyter_core
|
Requires: jupyter-jupyter-core
|
||||||
Conflicts: python3-jupyter_qtconsole < 4.4.4
|
Conflicts: python3-jupyter_qtconsole < 4.4.4
|
||||||
|
|
||||||
%description -n jupyter-qtconsole
|
%description -n jupyter-qtconsole
|
||||||
@@ -126,8 +129,8 @@ cp -r docs/html %{buildroot}%{_docdir}/jupyter-qtconsole/
|
|||||||
%fdupes %{buildroot}%{_docdir}/jupyter-qtconsole/
|
%fdupes %{buildroot}%{_docdir}/jupyter-qtconsole/
|
||||||
|
|
||||||
%check
|
%check
|
||||||
rm -rf build _build.*
|
export QT_QPA_PLATFORM="offscreen"
|
||||||
%python_expand pytest-%{$python_bin_suffix}
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:767eb9ec3f9943bc84270198b5ff95d2d86d68d6b57792fafa4df4fc6b16cd7c
|
|
||||||
size 424805
|
|
||||||
3
qtconsole-4.6.0.tar.gz
Normal file
3
qtconsole-4.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:654f423662e7dfe6a9b26fac8ec76aedcf742c339909ac49f1f0c1a1b744bcd1
|
||||||
|
size 426936
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8e69128727826b7e3291425cac88bd9615abb4b074852dc2ad5b114cbde229b6
|
oid sha256:6833320e5778c2967c8b329b42e9a7f9825b3e62253660b633a28f5dbe2ad79d
|
||||||
size 414982
|
size 416787
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f83b135250d2f814328e56a78b862df6f25a1f3bb1dc0326463e79f371f808fe
|
oid sha256:09ba72a0641499801c73b69a3cd65e4a8081933f5bbfcc52c79dec6debc2b1a1
|
||||||
size 8324449
|
size 8342215
|
||||||
|
|||||||
Reference in New Issue
Block a user