commit python-jupyter_qtconsole for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2019-01-08 12:27:54

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new.28833 (New)


Package is "python-jupyter_qtconsole"

Tue Jan  8 12:27:54 2019 rev:8 rq:662838 version:4.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole.changes
2018-09-15 15:35:08.977028431 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new.28833/python-jupyter_qtconsole.changes
 2019-01-08 12:30:28.400141657 +0100
@@ -1,0 +2,9 @@
+Sat Dec 22 07:09:10 UTC 2018 - Todd R 
+
+- Update to version 4.4.3
+  * Fix complete statements check inside indented block for Python after the 
IPython 7 release.
+  * Improve auto-scrolling during execution.
+- Update to version 4.4.2
+  * Fix incompatibility with PyQt5 5.11.
+
+---

Old:

  qtconsole-4.4.1.tar.gz

New:

  qtconsole-4.4.3.tar.gz



Other differences:
--
++ python-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.k7DO66/_old  2019-01-08 12:30:32.464137233 +0100
+++ /var/tmp/diff_new_pack.k7DO66/_new  2019-01-08 12:30:32.468137228 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_qtconsole
-Version:4.4.1
+Version:4.4.3
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
@@ -44,6 +44,7 @@
 BuildRequires:  %{python_module jupyter_ipykernel >= 4.1}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pexpect}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module qt5}
 BuildRequires:  %{python_module sip}
 BuildRequires:  %{python_module traitlets}
@@ -98,7 +99,12 @@
 popd
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+rm -rf build
+rm -rf _build.*
+%{python_expand rm -rf build
+rm -rf _build.*
+pytest-%{$python_bin_suffix}
+}
 
 %files %{python_files}
 %doc README.md

++ qtconsole-4.4.1.tar.gz -> qtconsole-4.4.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.4.1/CONTRIBUTING.md 
new/qtconsole-4.4.3/CONTRIBUTING.md
--- old/qtconsole-4.4.1/CONTRIBUTING.md 2015-12-20 15:40:14.0 +0100
+++ new/qtconsole-4.4.3/CONTRIBUTING.md 2018-11-10 04:10:20.0 +0100
@@ -1,3 +1,33 @@
 # Contributing
 
 We follow the [IPython Contributing 
Guide](https://github.com/ipython/ipython/blob/master/CONTRIBUTING.md).
+
+## To set up a development environment
+
+Fork the repository and clone the forked repository locally.
+
+Use Conda to install dependencies and activate the development environment.
+
+```
+conda create -n qtdev python=3
+conda activate qtdev
+conda install pyqt
+```
+
+To run after the changes have been made to source (preferred):
+
+```
+pip install -e .
+```
+
+**or,** for running immediate changes:
+
+```
+python setup.py develop
+```
+
+Finally, to run the tests:
+
+```
+pytest
+```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.4.1/PKG-INFO new/qtconsole-4.4.3/PKG-INFO
--- old/qtconsole-4.4.1/PKG-INFO2018-08-19 05:00:33.0 +0200
+++ new/qtconsole-4.4.3/PKG-INFO2018-11-10 19:27:15.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.4.1
+Version: 4.4.3
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.4.1/README.md 
new/qtconsole-4.4.3/README.md
--- old/qtconsole-4.4.1/README.md   2018-08-19 04:50:08.0 +0200
+++ new/qtconsole-4.4.3/README.md   2018-10-12 22:41:34.0 +0200
@@ -51,10 +51,12 @@
 used.
 
 **Note:** Additional information about using a system package manager may be
-found in the [qtconsole documentation](https://qtconsole.readthedocs.io). For
-example, on Linux Debian/Ubuntu, use ``sudo apt-get install python3-pyqt5`` to
-install PyQt5, ``sudo apt-get install python-qt4`` or
-``sudo apt-get install python3-pyqt4`` to install PyQt4.
+found in the [qtconsole documentation](https://qtconsole.readthedocs.io).
+
+More installation instructions for PyQT can be found in the [PyQt5 
documentation](http://pyqt.sourceforge.net/Docs/PyQt5/installation.html) and 
[PyQt4 documentation](http://pyqt.sourceforge.net/Docs/PyQt4/installation.html)
+
+Source packages for Windows/Linux/MacOS can be found here: 
[PyQt5](https://www.riverbankcomputing.com/software/py

commit python-jupyter_qtconsole for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2018-02-21 14:13:08

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Wed Feb 21 14:13:08 2018 rev:6 rq:578536 version:4.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole-doc.changes
2017-10-03 23:16:46.694697860 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole-doc.changes
   2018-02-21 14:13:09.626540041 +0100
@@ -1,0 +2,5 @@
+Tue Feb 13 19:40:16 UTC 2018 - toddrme2...@gmail.com
+
+- Update url
+
+---
python-jupyter_qtconsole.changes: same change



Other differences:
--
++ python-jupyter_qtconsole-doc.spec ++
--- /var/tmp/diff_new_pack.I0P7ZN/_old  2018-02-21 14:13:10.642503454 +0100
+++ /var/tmp/diff_new_pack.I0P7ZN/_new  2018-02-21 14:13:10.646503310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_qtconsole-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -33,7 +33,7 @@
 Summary:Documentation for python-jupyter_qtconsole
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://jupyter.org
+Url:https://github.com/jupyter/qtconsole
 Source: 
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros

python-jupyter_qtconsole.spec: same change



commit python-jupyter_qtconsole for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2017-10-03 23:16:45

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Tue Oct  3 23:16:45 2017 rev:5 rq:527429 version:4.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole-doc.changes
2017-05-17 17:12:46.408285282 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole-doc.changes
   2017-10-03 23:16:46.694697860 +0200
@@ -1,0 +2,7 @@
+Tue Sep 19 21:07:54 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 4.3.1
+  * Make %clear to delete previous output on Windows.
+  * Fix SVG rendering.
+
+---
python-jupyter_qtconsole.changes: same change

Old:

  qtconsole-4.3.0.tar.gz

New:

  qtconsole-4.3.1.tar.gz



Other differences:
--
++ python-jupyter_qtconsole-doc.spec ++
--- /var/tmp/diff_new_pack.eJnbvV/_old  2017-10-03 23:16:47.530580221 +0200
+++ /var/tmp/diff_new_pack.eJnbvV/_new  2017-10-03 23:16:47.534579658 +0200
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_qtconsole-doc
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:Documentation for python-jupyter_qtconsole
 License:BSD-3-Clause

++ python-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.eJnbvV/_old  2017-10-03 23:16:47.566575156 +0200
+++ /var/tmp/diff_new_pack.eJnbvV/_new  2017-10-03 23:16:47.570574593 +0200
@@ -18,35 +18,31 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_qtconsole
-Version:4.3.0
+Version:4.3.1
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
 Source: 
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module jupyter_client}
-BuildRequires:  %{python_module jupyter_core}
-BuildRequires:  %{python_module jupyter_ipykernel}
-BuildRequires:  %{python_module traitlets}
 BuildRequires:  update-desktop-files
 Requires:   hicolor-icon-theme
 Requires:   python-Pygments
-Requires:   python-jupyter_client
+Requires:   python-ipython_genutils 
+Requires:   python-jupyter_client >= 4.1
 Requires:   python-jupyter_core
-Requires:   python-jupyter_ipykernel
+Requires:   python-jupyter_ipykernel >= 4.1
 Requires:   python-sip
 Requires:   python-traitlets
-Requires:   python-qt5
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+
 %python_subpackages
 
 %description

++ qtconsole-4.3.0.tar.gz -> qtconsole-4.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.3.0/PKG-INFO new/qtconsole-4.3.1/PKG-INFO
--- old/qtconsole-4.3.0/PKG-INFO2017-03-29 14:53:11.0 +0200
+++ new/qtconsole-4.3.1/PKG-INFO2017-08-12 18:16:08.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.3.0
+Version: 4.3.1
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.3.0/docs/source/changelog.rst 
new/qtconsole-4.3.1/docs/source/changelog.rst
--- old/qtconsole-4.3.0/docs/source/changelog.rst   2017-03-29 
14:34:25.0 +0200
+++ new/qtconsole-4.3.1/docs/source/changelog.rst   2017-08-12 
18:12:42.0 +0200
@@ -3,6 +3,14 @@
 Changes in Jupyter Qt console
 =
 
+.. _4.3.1:
+
+`4.3.1 on GitHub `__
+
+- Make %clear to delete previous output on Windows.
+- Fix SVG rendering.
+
+
 .. _4.3:
 
 4.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.3.0/docs/source/conf.py 
new/qtconsole-4.3.1/docs/source/conf.py
--- old/qtconsole-4.3.

commit python-jupyter_qtconsole for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2017-05-17 17:12:44

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Wed May 17 17:12:44 2017 rev:4 rq:491356 version:4.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole-doc.changes
2016-02-23 16:59:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole-doc.changes
   2017-05-17 17:12:46.408285282 +0200
@@ -1,0 +2,47 @@
+Wed Apr 26 19:10:35 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---
+Thu Mar 30 19:40:41 UTC 2017 - toddrme2...@gmail.com
+
+- 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
+- Update to 4.2
+  * various latex display fixes
+  * improvements for embedding in Qt applications (use existing Qt API if one 
is already loaded)
+
+---
--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole.changes
2016-02-23 16:59:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole.changes
   2017-05-17 17:12:46.636253147 +0200
@@ -1,0 +2,52 @@
+Wed Apr 26 19:10:25 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---
+Fri Apr  7 19:26:44 UTC 2017 - toddrme2...@gmail.com
+
+- Fix update-alternatives usage.
+
+---
+Thu Mar 30 19:40:41 UTC 2017 - toddrme2...@gmail.com
+
+- 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 inde

commit python-jupyter_qtconsole for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-02-23 16:57:18

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole-doc.changes
   2016-02-23 16:59:13.0 +0100
@@ -0,0 +1,33 @@
+---
+Thu Feb 18 11:05:45 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 4.1.1:
+  * Set AppUserModelID for Windows 7 and later
+  * Switch to using qtconsole module to find qt
+  * Fix Travis tests for Python 2
+  * Updated example for creating inprocess qtconsole
+  * Enable 3.5 on travis
+- Split documentation into subpackage
+
+---
+Fri Oct 16 12:15:08 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  * Fixed generating the default configuration
+  * Fixed some regressions in copy/paste from the console.
+
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Fri Aug 21 11:03:50 UTC 2015 - toddrme2...@gmail.com
+
+- Remove duplicate requirements
+
+---
+Thu Aug 13 12:39:48 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole.changes
2015-11-18 22:34:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole.changes
   2016-02-23 16:59:13.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 18 11:05:45 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 4.1.1:
+  * Set AppUserModelID for Windows 7 and later
+  * Switch to using qtconsole module to find qt
+  * Fix Travis tests for Python 2
+  * Updated example for creating inprocess qtconsole
+  * Enable 3.5 on travis
+- Split documentation into subpackage
+
+---

Old:

  qtconsole-4.1.0.tar.gz

New:

  python-jupyter_qtconsole-doc.changes
  python-jupyter_qtconsole-doc.spec
  qtconsole-4.1.1.tar.gz



Other differences:
--
++ python-jupyter_qtconsole-doc.spec ++
#
# spec file for package python-jupyter_qtconsole-doc
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
%define build_pdf 1
%else
%define build_pdf 0
%endif

Name:   python-jupyter_qtconsole-doc
Version:4.1.1
Release:0
Summary:Documentation for python-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
BuildRequires:  python-jupyter_qtconsole
# Documentation requirements
BuildRequires:  python-Sphinx
%if %{build_pdf}
BuildRequires:  python-Sphinx-latex
%endif
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
Documentation and help files for python-jupyter_qtconsole.

%package html
Summary:HTML documentation for python-jupyter_qtconsole
Recommends: python-jupyter_qtconsole = %{version}

%description html
Documentation and help files for python-jupyter_qtconsole in HTML format.

%package pdf
Summary:HTML documentation for python-jupyter_qtconsole
Recommends: python-jupyter_qtconsole = %{version}

%description pdf
Documentation and help files for python-jupyter_qtconsole in PDF format.

%prep
%setup -q -n qtconsole-%{version}

%build
# Not needed

%install
# Build the documentation
pushd docs
sed -i -s 's/   python3 /   python /' Makefile
%if %{build_pdf}
PYT

commit python-jupyter_qtconsole for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2015-11-18 22:34:18

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_qtconsole/python-jupyter_qtconsole.changes
2015-09-30 05:49:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole.changes
   2015-11-18 22:34:23.0 +0100
@@ -1,0 +2,12 @@
+Fri Oct 16 12:15:08 UTC 2015 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  * Fixed generating the default configuration
+  * Fixed some regressions in copy/paste from the console.
+
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---

Old:

  qtconsole-4.0.1.tar.gz

New:

  qtconsole-4.1.0.tar.gz



Other differences:
--
++ python-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.ezVUcu/_old  2015-11-18 22:34:24.0 +0100
+++ /var/tmp/diff_new_pack.ezVUcu/_new  2015-11-18 22:34:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-jupyter_qtconsole
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
@@ -44,6 +44,11 @@
 %endif
 # Python 2 test requirements
 BuildRequires:  python-mock
+# Documentation requirements
+BuildRequires:  python-Sphinx
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+BuildRequires:  python-Sphinx-latex
+%endif
 Requires:   hicolor-icon-theme
 Requires:   python-Pygments
 Requires:   python-jupyter_client
@@ -71,6 +76,20 @@
 A rich Qt-based console for working with Jupyter kernels,
 supporting rich media output, session export, and more.
 
+%package doc-html
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-html
+Documentation and help files for %{name} in HTML format
+
+%package doc-pdf
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-pdf
+Documentation and help files for %{name} in PDF format
+
 %prep
 %setup -q -n qtconsole-%{version}
 
@@ -81,9 +100,11 @@
 export LANG=en_US.UTF-8
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+mv %{buildroot}%{_bindir}/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter2-qtconsole
+ln -s -f %{_bindir}/jupyter2-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py_ver}
+
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py_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
@@ -97,6 +118,16 @@
 desktop-file-edit --set-comment="Jupyter qtconsole for Python %{py_ver}" 
--set-name="Jupyter Qt console for Python %{py_ver}" 
--set-generic-name="Jupyter shell for Python %{py_ver}" --set-key="Exec" 
--set-value="jupyter-qtconsole-%{py_ver}" 
--set-icon="JupyterQtConsole-%{py_ver}" jupyter-qtconsole-%{py_ver}.desktop
 %suse_update_desktop_file -i -r jupyter-qtconsole-%{py_ver} 
"System;TerminalEmulator;"
 
+# Build the documentation
+pushd docs
+sed -i -s 's/  python3 /   python /' Makefile
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+PYTHONPATH=%{buildroot}%{python_sitelib} make latexpdf
+%endif
+PYTHONPATH=%{buildroot}%{python_sitelib} make html
+rm -rf build/html/.buildinfo
+popd
+
 %post
 %_sbindir/update-alternatives \
--install %{_bindir}/jupyter-qtconsole jupyter-qtconsole 
%{_bindir}/jupyter-qtconsole-%{py_ver} 30
@@ -116,11 +147,25 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING.md README.md
+%doc examples
 %{_bindir}/jupyter-qtconsole
+%{_bindir}/jupyter2-qtconsole
 %{_bindir}/jupyter-qtconsole-%{py_ver}
 %ghost %{_sysconfdir}/alternatives/jupyter-qtconsole
 %{_datadir}/applications/jupyter-qtconsole-%{py_ver}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/JupyterQtConsole-%{py_ver}.svg
 %{python_sitelib}/*
 
+%files doc-html
+%defattr(-,root,root,-)
+%doc COPYING.md
+%doc docs/build/html/
+
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+%files doc-pdf
+%defattr(-,root,root,-)
+%doc COPYING.md
+%doc docs/build/latex/*.pdf
+%endif
+
 %changelog

++

commit python-jupyter_qtconsole for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_qtconsole for 
openSUSE:Factory checked in at 2015-09-30 05:49:52

Comparing /work/SRC/openSUSE:Factory/python-jupyter_qtconsole (Old)
 and  /work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new (New)


Package is "python-jupyter_qtconsole"

Changes:

New Changes file:

--- /dev/null   2015-09-24 09:51:01.260026505 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_qtconsole.new/python-jupyter_qtconsole.changes
   2015-09-30 05:49:52.0 +0200
@@ -0,0 +1,10 @@
+---
+Fri Aug 21 11:03:50 UTC 2015 - toddrme2...@gmail.com
+
+- Remove duplicate requirements
+
+---
+Thu Aug 13 12:39:48 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+

New:

  python-jupyter_qtconsole.changes
  python-jupyter_qtconsole.spec
  qtconsole-4.0.1.tar.gz



Other differences:
--
++ python-jupyter_qtconsole.spec ++
#
# spec file for package python-jupyter_qtconsole
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python-jupyter_qtconsole
Version:4.0.1
Release:0
Summary:Jupyter Qt console
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
BuildRequires:  desktop-file-utils
BuildRequires:  hicolor-icon-theme
BuildRequires:  update-desktop-files
BuildRequires:  python-Pygments
BuildRequires:  python-devel
BuildRequires:  python-jupyter_client
BuildRequires:  python-jupyter_core
BuildRequires:  python-jupyter_ipykernel
BuildRequires:  python-setuptools
BuildRequires:  python-traitlets
# Test requirements
BuildRequires:  python-nose
BuildRequires:  python-pexpect
BuildRequires:  python-pyside
BuildRequires:  python-qt4
%if 0%{?suse_version} >= 1320
BuildRequires:  python-qt5
%endif
# Python 2 test requirements
BuildRequires:  python-mock
Requires:   hicolor-icon-theme
Requires:   python-Pygments
Requires:   python-jupyter_client
Requires:   python-jupyter_core
Requires:   python-jupyter_ipykernel
Requires:   python-traitlets
%if 0%{?suse_version} >= 1320
Requires:   python-qt5
Recommends: python-qt4
%else
Requires:   python-qt4
Recommends: python-qt5
%endif
Recommends: python-pyside
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:  noarch
%endif

%description
A rich Qt-based console for working with Jupyter kernels,
supporting rich media output, session export, and more.

%prep
%setup -q -n qtconsole-%{version}

%build
python setup.py build

%install
export LANG=en_US.UTF-8
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

# Prepare for update-alternatives usage
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
mv %{buildroot}%{_bindir}/jupyter-qtconsole 
%{buildroot}%{_bindir}/jupyter-qtconsole-%{py_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

# Install icon
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
cp qtconsole/resources/icon/JupyterConsole.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/JupyterQtConsole-%{py_ver}.svg

# Modify and install .desktop file
mv examples/jupyter-qtconsole.desktop jupyter-qtconsole-%{py_ver}.desktop
desktop-file-edit --set-comment="Jupyter qtconsole for Python %{py_ver}" 
--set-name="Jupyter Qt console for Python %{py_ver}" 
--set-generic-name="Jupyter shell for Python %{py_ver}" --set-key="Exec" 
--set-value="jupyter-qtconsole-%{py_ver}" 
--set-icon="JupyterQtConsole-%{py_ver}" jupy