Hello community,
here is the log from the commit of package python3-jupyter_qtconsole for
openSUSE:Factory checked in at 2017-04-20 20:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-jupyter_qtconsole (Old)
and /work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-jupyter_qtconsole"
Thu Apr 20 20:51:24 2017 rev:7 rq:486639 version:4.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole-doc.changes
2016-06-02 09:38:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
2017-04-20 20:51:31.759049556 +0200
@@ -1,0 +2,39 @@
+Fri Apr 7 19:55:21 UTC 2017 - [email protected]
+
+- Update to 4.3
+ + Additions
+ * Add :kbd:`Shift-Tab` shortcut to unindent text
+ * Add :kbd:`Control-R` shortcut to rename the current tab
+ * Add :kbd:`Alt-R` shortcut to set the main window title
+ * Add :kbd:`Command-Alt-Left` and :kbd:`Command-Alt-Right` shortcut to
switch
+ tabs on macOS
+ * Add support for PySide2
+ * Add support for Python 3.5
+ * Add support for 24 bit ANSI color codes
+ * Add option to create new tab connected to the existing kernel
+ + Changes
+ * Change :kbd:`Tab` key behavior to always indent to the next increment of
4 spaces
+ * Change :kbd:`Home` key behavior to alternate cursor between the
beginning of text
+ (ignoring leading spaces) and beginning of the line
+ * Improve documentation of various options and clarified the docs in some
places
+ * Move documentation to ReadTheDocs
+ * Rename `ConsoleWidget.width/height` traits to
`console_width/console_height`
+ to avoid a name clash with the `QWidget` properties. Note: the name
change
+ could be, in rare cases if a name collision exists, a code-breaking
+ change.
+ + Fixes
+ * Fix automatic indentation of new lines that are inserted in the middle
of a
+ cell
+ * Fix regression where prompt would never be shown for `--existing`
consoles
+ * Fix `python.exe -m qtconsole` on Windows
+ * Fix showing error messages when running a script using `%run`
+ * Fix `invalid cursor position` error and subsequent freezing of user input
+ * Fix syntax coloring when attaching to non-IPython kernels
+ * Fix printing when using QT5
+ * Fix :kbd:`Control-K` shortcut (delete until end of line) on macOS
+ * Fix history browsing (:kbd:`Up`/:kbd:`Down` keys) when lines are longer
than
+ the terminal width
+ * Fix saving HTML with inline PNG for Python 3
+ * Various internal bugfixes
+
+-------------------------------------------------------------------
python3-jupyter_qtconsole.changes: same change
Old:
----
qtconsole-4.2.1.tar.gz
New:
----
qtconsole-4.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-jupyter_qtconsole-doc.spec ++++++
--- /var/tmp/diff_new_pack.23lEVy/_old 2017-04-20 20:51:33.042868021 +0200
+++ /var/tmp/diff_new_pack.23lEVy/_new 2017-04-20 20:51:33.046867455 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_qtconsole-doc
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,76 +16,81 @@
#
-%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} >
1110 )
-# PDF Documentation currently broken
-# %define build_pdf 1
-%define build_pdf 0
+%if 0%{?suse_version} && 0%{?suse_version} != 1315
+%bcond_without pdf
%else
-%define build_pdf 0
+%bcond_with pdf
%endif
+%bcond_without tests
+
Name: python3-jupyter_qtconsole-doc
-Version: 4.2.1
+Version: 4.3.0
Release: 0
Summary: Documentation for python3-jupyter_qtconsole
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://jupyter.org
-Source:
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+BuildRequires: fdupes
BuildRequires: python3-jupyter_qtconsole
+%if %{with tests}
+# Test requirements
+BuildRequires: python3-nose
+BuildRequires: python3-pexpect
+BuildRequires: python3-pyside
+BuildRequires: python3-qt4
+%if 0%{?suse_version} >= 1320
+BuildRequires: python3-qt5
+%endif
+%endif
# Documentation requirements
BuildRequires: python3-Sphinx
-%if %{build_pdf}
+%if %{with pdf}
BuildRequires: python3-Sphinx-latex
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+Provides: %{name}-html = %{version}
+Provides: %{name}-pdf = %{version}
+Obsoletes: %{name}-html < %{version}
+Obsoletes: %{name}-pdf < %{version}
%description
-Documentation and help files for python3-jupyter_qtconsole.
-
-%package html
-Summary: HTML documentation for python3-jupyter_qtconsole
-Group: Development/Languages/Python
-Recommends: python3-jupyter_qtconsole = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_qtconsole in HTML format.
-
-%package pdf
-Summary: PDF documentation for python3-jupyter_qtconsole
-Group: Development/Languages/Python
-Recommends: python3-jupyter_qtconsole = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_qtconsole in PDF format.
+Documentation and help files for python-jupyter_qtconsole.
%prep
%setup -q -n qtconsole-%{version}
%build
-# Not needed
-
-%install
# Build the documentation
pushd docs
-%if %{build_pdf}
-PYTHONPATH=%{buildroot}%{python3_sitelib} make latexpdf
+%if %{with pdf}
+make latexpdf
%endif
-PYTHONPATH=%{buildroot}%{python3_sitelib} make html
+make html
rm -rf build/html/.buildinfo
popd
-%files html
-%defattr(-,root,root,-)
-%doc COPYING.md
-%doc docs/build/html/
+%install
+mkdir -p %{buildroot}%{_docdir}/python3-jupyter_qtconsole
-%if %{build_pdf}
-%files pdf
+%if %{with pdf}
+cp docs/build/latex/*.pdf %{buildroot}%{_docdir}/python3-jupyter_qtconsole/
+%endif
+
+cp -r docs/build/html %{buildroot}%{_docdir}/python3-jupyter_qtconsole/
+cp -r examples %{buildroot}%{_docdir}/python3-jupyter_qtconsole/
+%fdupes %{buildroot}%{_docdir}/python3-jupyter_qtconsole/
+
+%if %{with tests}
+%check
+nosetests
+%endif
+
+%files
%defattr(-,root,root,-)
%doc COPYING.md
-%doc docs/build/latex/*.pdf
-%endif
+%{_docdir}/python3-jupyter_qtconsole/
%changelog
++++++ python3-jupyter_qtconsole.spec ++++++
--- /var/tmp/diff_new_pack.23lEVy/_old 2017-04-20 20:51:33.070864062 +0200
+++ /var/tmp/diff_new_pack.23lEVy/_new 2017-04-20 20:51:33.070864062 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-jupyter_qtconsole
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python3-jupyter_qtconsole
-Version: 4.2.1
+Version: 4.3.0
Release: 0
Summary: Jupyter Qt console
License: BSD-3-Clause
@@ -34,15 +34,6 @@
BuildRequires: python3-setuptools
BuildRequires: python3-traitlets
BuildRequires: update-desktop-files
-# Test requirements
-BuildRequires: python3-nose
-BuildRequires: python3-pexpect
-# Not yet available
-# BuildRequires: python3-pyside
-BuildRequires: python3-qt4
-%if 0%{?suse_version} >= 1320
-BuildRequires: python3-qt5
-%endif
Requires: hicolor-icon-theme
Requires: python3-Pygments
Requires: python3-jupyter_client
@@ -76,14 +67,13 @@
export LANG=en_US.UTF-8
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mv %{buildroot}%{_bindir}/jupyter-qtconsole
%{buildroot}%{_bindir}/jupyter3-qtconsole
-ln -s -f %{_bindir}/jupyter3-qtconsole
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py3_ver}
-
# Prepare for update-alternatives usage
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/jupyter-qtconsole
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py3_ver}
ln -s -f %{_sysconfdir}/alternatives/jupyter-qtconsole
%{buildroot}%{_bindir}/jupyter-qtconsole
-# create a dummy target for /etc/alternatives/jupyter-qtconsole
-touch %{buildroot}%{_sysconfdir}/alternatives/jupyter-qtconsole
+
+ln -s -f %{_bindir}/jupyter-qtconsole-%{py3_ver}
%{buildroot}%{_bindir}/jupyter3-qtconsole
+
# Install icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
@@ -107,13 +97,9 @@
%desktop_database_postun
%icon_theme_cache_postun
-%check
-nosetests
-
%files
%defattr(-,root,root,-)
%doc COPYING.md README.md
-%doc examples
%{_bindir}/jupyter-qtconsole
%{_bindir}/jupyter3-qtconsole
%{_bindir}/jupyter-qtconsole-%{py3_ver}
++++++ qtconsole-4.2.1.tar.gz -> qtconsole-4.3.0.tar.gz ++++++
++++ 1850 lines of diff (skipped)