1
0

Accepting request 750390 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/750390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtconsole?expand=0&rev=4
This commit is contained in:
2019-11-23 23:38:51 +00:00
committed by Git OBS Bridge
6 changed files with 42 additions and 17 deletions

View File

@@ -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>

View File

@@ -17,9 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-qtconsole
Version: 4.5.2
%define doc_ver 4.5.1
Version: 4.6.0
%define doc_ver 4.6.0
Release: 0
Summary: Jupyter Qt console
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
Source1: https://media.readthedocs.org/pdf/qtconsole/%{doc_ver}/qtconsole.pdf
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: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gdb
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
BuildRequires: unzip
@@ -39,8 +41,8 @@ BuildRequires: update-desktop-files
Requires: python-Pygments
Requires: python-ipykernel >= 4.1
Requires: python-ipython_genutils
Requires: python-jupyter_client >= 4.1
Requires: python-jupyter_core
Requires: python-jupyter-client >= 4.1
Requires: python-jupyter-core
Requires: python-sip
Requires: python-traitlets
Provides: python-jupyter_qtconsole = %{version}
@@ -51,10 +53,11 @@ BuildArch: noarch
BuildRequires: %{python_module Pygments}
BuildRequires: %{python_module ipykernel >= 4.1}
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 pexpect}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-qt}
BuildRequires: %{python_module qt5}
BuildRequires: %{python_module sip}
BuildRequires: %{python_module traitlets}
@@ -72,8 +75,8 @@ This package provides the python components.
Summary: Jupyter Qt console
Requires: python3-qtconsole = %{version}
Requires: jupyter-ipykernel >= 4.1
Requires: jupyter-jupyter_client >= 4.1
Requires: jupyter-jupyter_core
Requires: jupyter-jupyter-client >= 4.1
Requires: jupyter-jupyter-core
Conflicts: python3-jupyter_qtconsole < 4.4.4
%description -n jupyter-qtconsole
@@ -126,8 +129,8 @@ cp -r docs/html %{buildroot}%{_docdir}/jupyter-qtconsole/
%fdupes %{buildroot}%{_docdir}/jupyter-qtconsole/
%check
rm -rf build _build.*
%python_expand pytest-%{$python_bin_suffix}
export QT_QPA_PLATFORM="offscreen"
%pytest
%files %{python_files}
%license LICENSE

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:654f423662e7dfe6a9b26fac8ec76aedcf742c339909ac49f1f0c1a1b744bcd1
size 426936

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e69128727826b7e3291425cac88bd9615abb4b074852dc2ad5b114cbde229b6
size 414982
oid sha256:6833320e5778c2967c8b329b42e9a7f9825b3e62253660b633a28f5dbe2ad79d
size 416787

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f83b135250d2f814328e56a78b862df6f25a1f3bb1dc0326463e79f371f808fe
size 8324449
oid sha256:09ba72a0641499801c73b69a3cd65e4a8081933f5bbfcc52c79dec6debc2b1a1
size 8342215