commit python-spyder-notebook for openSUSE:Factory

2020-10-07 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2020-10-07 14:17:32

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


Package is "python-spyder-notebook"

Wed Oct  7 14:17:32 2020 rev:8 rq:839704 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2020-09-27 11:50:11.104069857 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.4249/python-spyder-notebook.changes
  2020-10-07 14:17:33.697441556 +0200
@@ -1,0 +2,11 @@
+Mon Oct  5 18:17:01 UTC 2020 - Benjamin Greiner 
+
+- Rename built package to python-spyder-notebook
+  * The `Requires:` tags were in the wrong place. The 
+spyder-notebook package did not specify its dependencies.
+- Drop spyder-notebook-destroyqtwidgets.patch
+  * No segfault after test anymore. Apparently a fix in a 
+dependency package
+  * gh#pytest-dev/pytest-qt#319
+
+---

Old:

  spyder-notebook-destroyqtwidgets.patch



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.42HBeX/_old  2020-10-07 14:17:34.553442237 +0200
+++ /var/tmp/diff_new_pack.42HBeX/_new  2020-10-07 14:17:34.553442237 +0200
@@ -29,17 +29,20 @@
 Source0:
https://files.pythonhosted.org/packages/source/s/spyder-notebook/spyder-notebook-%{version}.tar.gz
 # ... but only the GitHub archive provides the unit tests
 Source1:
https://github.com/spyder-ide/spyder-notebook/archive/v%{version}.tar.gz#/spyder-notebook-%{version}-gh.tar.gz
-# PATCH-FIX-OPENSUSE https://github.com/pytest-dev/pytest-qt/issues/319
-Patch0: spyder-notebook-destroyqtwidgets.patch
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-QtPy
 Requires:   python-nbformat
 Requires:   python-notebook >= 4.3
 Requires:   python-psutil
 Requires:   python-requests
 Requires:   spyder >= 4.1
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+Provides:   spyder-notebook = %{version}-%{release}
+Obsoletes:  spyder-notebook < %{version}-%{release}
+Provides:   spyder3-notebook = %{version}-%{release}
+Obsoletes:  spyder3-notebook < %{version}-%{release}
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module QtPy}
 BuildRequires:  %{python_module flaky}
@@ -55,7 +58,6 @@
 BuildRequires:  spyder >= 4.1
 BuildRequires:  xdpyinfo
 # /SECTION
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -65,19 +67,6 @@
 This package contains the plugin that allows Spyder to control
 breakpoints.
 
-%package-n spyder-notebook
-Summary:Jupyter Notebook plugin for the Spyder IDE
-Group:  Development/Languages/Python
-Provides:   spyder3-notebook = %{version}
-Obsoletes:  spyder3-notebook < %{version}
-
-%description -n spyder-notebook
-Spyder, the Scientific Python Development Environment, is an
-IDE for researchers, engineers and data analysts.
-
-This package contains the plugin that allows Spyder to control
-breakpoints.
-
 %prep
 %setup -q -n spyder-notebook-%{version}
 tar --strip-components=1 -xzf %{SOURCE1} \
@@ -85,7 +74,6 @@
 spyder-notebook-%{version}/spyder_notebook/tests \
 spyder-notebook-%{version}/spyder_notebook/utils/tests \
 spyder-notebook-%{version}/spyder_notebook/widgets/tests
-%patch0 -p1
 sed -i 's/\r$//' CHANGELOG.md README.md
 chmod -x spyder_notebook/utils/templates/welcome-dark.html
 
@@ -108,8 +96,7 @@
 # rest of deselcted test_plugin tests: passing but produces XIO errors with 
xvfb at the end
 %pytest -k "not (test_plugin and (shutdown or register or close or save))"
 
-# Caution: Package name is not singlespec ready
-%files -n spyder-notebook -f spyder_notebook-%{python_bin_suffix}.lang
+%files %{python_files} -f spyder_notebook-%{python_bin_suffix}.lang
 %doc CHANGELOG.md README.md
 %license LICENSE
 %dir %{python_sitelib}/spyder_notebook




commit python-spyder-notebook for openSUSE:Factory

2020-09-27 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2020-09-27 11:50:08

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


Package is "python-spyder-notebook"

Sun Sep 27 11:50:08 2020 rev:7 rq:837845 version:0.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2020-04-22 20:51:00.555159292 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.4249/python-spyder-notebook.changes
  2020-09-27 11:50:11.104069857 +0200
@@ -1,0 +2,28 @@
+Fri Sep 25 17:45:33 UTC 2020 - Benjamin Greiner 
+
+- Update to version 0.3.0
+  * The plugin now uses JupyterLab instead of Jupyter 
+Notebook to render notebooks. This ensures that the new 
+features developed by the Jupyter team, such as drag 
+and drop to reorder code cells, are available in 
+Spyder.
+  * Support for Python 2 is dropped. The plugin now 
+requires Python 3.5 and Spyder 3.1 or later.
+  * Notebooks are rendered in a dark theme if Spyder is 
+run using a dark theme.
+  * A new item, "Server Info", in the option menu of the 
+plugin. This should help with troubleshooting in case 
+of problems.
+  * Translations for Brazilian Portuguese, German and 
+Spanish are now available.
+  * When you open Spyder, the plugin will open the 
+notebooks that were open when you last quit Spyder.
+- For a full list of 16 issues closed and 13 PRs merged see
+  https://github.com/spyder-ide/spyder-notebook/blob/master/CHANGELOG.md
+- Tag lang files
+- Get tests from Github archive because the unit tests are not
+  packaged on PyPI anymore (but we need the JS stuff from PyPI)
+- gh#pytest-dev/pytest-qt#319 patch against qtwebengine segfault
+  spyder-notebook-destroyqtwidgets.patch
+
+---

Old:

  spyder-notebook-0.2.3.tar.gz

New:

  spyder-notebook-0.3.0-gh.tar.gz
  spyder-notebook-0.3.0.tar.gz
  spyder-notebook-destroyqtwidgets.patch



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.moEWun/_old  2020-09-27 11:50:13.840072805 +0200
+++ /var/tmp/diff_new_pack.moEWun/_new  2020-09-27 11:50:13.844072809 +0200
@@ -19,35 +19,43 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-spyder-notebook
-Version:0.2.3
+Version:0.3.0
 Release:0
 Summary:Jupyter notebook integration with Spyder
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/spyder-ide/spyder-notebook
-Source: 
https://files.pythonhosted.org/packages/source/s/spyder-notebook/spyder-notebook-%{version}.tar.gz
+# We need the bundled JavaScript stuff from the PyPI archive ...
+Source0:
https://files.pythonhosted.org/packages/source/s/spyder-notebook/spyder-notebook-%{version}.tar.gz
+# ... but only the GitHub archive provides the unit tests
+Source1:
https://github.com/spyder-ide/spyder-notebook/archive/v%{version}.tar.gz#/spyder-notebook-%{version}-gh.tar.gz
+# PATCH-FIX-OPENSUSE https://github.com/pytest-dev/pytest-qt/issues/319
+Patch0: spyder-notebook-destroyqtwidgets.patch
 Requires:   python-QtPy
 Requires:   python-nbformat
 Requires:   python-notebook >= 4.3
 Requires:   python-psutil
 Requires:   python-requests
-Requires:   spyder >= 4
+Requires:   spyder >= 4.1
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
+BuildRequires:  %{python_module QtPy}
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module nbformat}
 BuildRequires:  %{python_module notebook}
+BuildRequires:  %{python_module opengl}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-qt}
 BuildRequires:  %{python_module pytest-xvfb}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
-BuildRequires:  spyder >= 4
+BuildRequires:  spyder >= 4.1
 BuildRequires:  xdpyinfo
 # /SECTION
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -72,28 +80,45 @@
 
 %prep
 %setup -q -n spyder-notebook-%{version}
+tar --strip-components=1 -xzf %{SOURCE1} \
+spyder-notebook-%{version}/spyder_notebook/server/test.ipynb \
+spyder-notebook-%{version}/spyder_notebook/tests \
+spyder-notebook-%{version}/spyder_notebook/utils/tests \
+spyder-notebook-%{version}/spyder_notebook/widgets/tests
+%patch0 -p1
 sed -i 's/\r$//' 

commit python-spyder-notebook for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2020-04-22 20:50:33

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


Package is "python-spyder-notebook"

Wed Apr 22 20:50:33 2020 rev:6 rq:795547 version:0.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2020-04-04 12:21:00.603705889 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.2738/python-spyder-notebook.changes
  2020-04-22 20:51:00.555159292 +0200
@@ -1,0 +2,44 @@
+Sun Apr 19 10:27:00 UTC 2020 - Benjamin Greiner 
+
+- Update to version 0.2.3
+  This release fixes some annoying bugs and UI glitches.
+  + Issues Closed
+  * gh#spyder-ide/spyder-notebook/issues/254
+  Update badges in Readme 
+  ([PR 255] gh#spyder-ide/spyder-notebook#255)
+  * gh#spyder-ide/spyder-notebook/issues/245
+  Cannot undock "Notebook" pane
+  ([PR 256] gh#spyder-ide/spyder-notebook#256)
+  * gh#spyder-ide/spyder-notebook/issues/241
+  Move CI to github actions
+  ([PR 253] gh#spyder-ide/spyder-notebook#253)
+  * gh#spyder-ide/spyder-notebook/issues/215
+  "Open recent" menu is buggy. Flickers when moused over.
+  ([PR 256] gh#spyder-ide/spyder-notebook#256)
+  * gh#spyder-ide/spyder-notebook/issues/187
+  Error when trying to open a moved recent file
+  ([PR 249] gh#spyder-ide/spyder-notebook#249)
+  * gh#spyder-ide/spyder-notebook/issues/150
+  Error when saving notebooks in write-protected directory
+  ([PR 250] gh#spyder-ide/spyder-notebook#250)
+  In this release 6 issues were closed.
+  + Pull Requests Merged
+  * gh#spyder-ide/spyder-notebook#256
+  PR: Use _options_menu instead of options_menu in plugin
+  (gh#spyder-ide/spyder-notebook#245,
+  gh#spyder-ide/spyder-notebook#215)
+  * gh#spyder-ide/spyder-notebook#255
+  PR: Update badges in README
+  (gh#spyder-ide/spyder-notebook#254)
+  * gh#spyder-ide/spyder-notebook#253
+  PR: Use GitHub Actions to do automatic testing
+  (gh#spyder-ide/spyder-notebook#241)
+  * gh#spyder-ide/spyder-notebook#250
+  PR: Handle I/O errors when doing "Save As"
+  (gh#spyder-ide/spyder-notebook#150)
+  * gh#spyder-ide/spyder-notebook#249
+  PR: Avoid reading notebook file when closing tab
+  (gh#spyder-ide/spyder-notebook#187)
+  In this release 5 pull requests were merged.
+
+---

Old:

  spyder-notebook-0.2.2.tar.gz

New:

  spyder-notebook-0.2.3.tar.gz



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.l2vopB/_old  2020-04-22 20:51:01.103160365 +0200
+++ /var/tmp/diff_new_pack.l2vopB/_new  2020-04-22 20:51:01.107160372 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-spyder-notebook
-Version:0.2.2
+Version:0.2.3
 Release:0
 Summary:Jupyter notebook integration with Spyder
 License:MIT

++ spyder-notebook-0.2.2.tar.gz -> spyder-notebook-0.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-notebook-0.2.2/CHANGELOG.md 
new/spyder-notebook-0.2.3/CHANGELOG.md
--- old/spyder-notebook-0.2.2/CHANGELOG.md  2020-02-26 13:31:06.0 
+0100
+++ new/spyder-notebook-0.2.3/CHANGELOG.md  2020-03-21 19:33:50.0 
+0100
@@ -1,3 +1,29 @@
+## Version 0.2.3 (2020/03/21)
+
+This release fixes some annoying bugs and UI glitches.
+
+### Issues Closed
+
+* [Issue 254](https://github.com/spyder-ide/spyder-notebook/issues/254) - 
Update badges in Readme ([PR 
255](https://github.com/spyder-ide/spyder-notebook/pull/255))
+* [Issue 245](https://github.com/spyder-ide/spyder-notebook/issues/245) - 
Cannot undock "Notebook" pane ([PR 
256](https://github.com/spyder-ide/spyder-notebook/pull/256))
+* [Issue 241](https://github.com/spyder-ide/spyder-notebook/issues/241) - Move 
CI to github actions ([PR 
253](https://github.com/spyder-ide/spyder-notebook/pull/253))
+* [Issue 215](https://github.com/spyder-ide/spyder-notebook/issues/215) - 
"Open recent" menu is buggy. Flickers when moused over. ([PR 
256](https://github.com/spyder-ide/spyder-notebook/pull/256))
+* [Issue 187](https://github.com/spyder-ide/spyder-notebook/issues/187) - 
Error when trying to open a moved recent file ([PR 

commit python-spyder-notebook for openSUSE:Factory

2020-04-04 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2020-04-04 12:20:57

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


Package is "python-spyder-notebook"

Sat Apr  4 12:20:57 2020 rev:5 rq:789904 version:0.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2019-06-04 12:13:40.111795678 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.3248/python-spyder-notebook.changes
  2020-04-04 12:21:00.603705889 +0200
@@ -1,0 +2,25 @@
+Mon Mar 23 18:08:37 UTC 2020 - Benjamin Greiner 
+
+- update to version 0.2.2 
+  + Issues Closed
+* Issue 213 - closing_ipynb_tab (PR 232)
+* Issue 192 - AttributeError: 'str' object has no attribute 'get' (PR 232)
+  + Pull Requests Merged
+* PR 234 - PR: Use correct type for CONF_DEFAULTS
+* PR 232 - PR: Make .get_kernel_id() more robust (213, 192)
+- rename spyder3 to spyder
+- enable unit tests
+
+---
+Thu Jan 30 15:35:42 UTC 2020 - Todd R 
+
+- Update to Version 0.2.1
+  + Issues Closed
+* Trying to save Jupyter notebook crashes notebook plugin, kernel shutdown
+  + Pull Requests Merged
+* PR: Set default for recent_notebooks config value
+- Update to Version 0.2.0
+  + Pull Requests Merged
+* PR: Compatibility changes for Spyder 4
+
+---

Old:

  spyder-notebook-0.1.4.tar.gz

New:

  spyder-notebook-0.2.2.tar.gz



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.WR5gnh/_old  2020-04-04 12:21:01.079706298 +0200
+++ /var/tmp/diff_new_pack.WR5gnh/_new  2020-04-04 12:21:01.083706301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-spyder-notebook
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,37 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-spyder-notebook
-Version:0.1.4
+Version:0.2.2
 Release:0
 Summary:Jupyter notebook integration with Spyder
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/spyder-ide/spyder-notebook
+URL:https://github.com/spyder-ide/spyder-notebook
 Source: 
https://files.pythonhosted.org/packages/source/s/spyder-notebook/spyder-notebook-%{version}.tar.gz
+Requires:   python-QtPy
+Requires:   python-nbformat
+Requires:   python-notebook >= 4.3
+Requires:   python-psutil
+Requires:   python-requests
+Requires:   spyder >= 4
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildArch:  noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module flaky}
+BuildRequires:  %{python_module nbformat}
+BuildRequires:  %{python_module notebook}
+BuildRequires:  %{python_module psutil}
+BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest-qt}
+BuildRequires:  %{python_module pytest-xvfb}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests}
+BuildRequires:  spyder >= 4
+BuildRequires:  xdpyinfo
+# /SECTION
 %python_subpackages
 
 %description
@@ -42,12 +60,8 @@
 %package-n spyder-notebook
 Summary:Jupyter Notebook plugin for the Spyder IDE
 Group:  Development/Languages/Python
-Requires:   python-QtPy
-Requires:   python-nbformat
-Requires:   python-notebook >= 4.3
-Requires:   python-psutil
-Requires:   python-requests
-Requires:   spyder >= 3.2.0
+Provides:   spyder3-notebook = %{version}
+Obsoletes:  spyder3-notebook < %{version}
 
 %description -n spyder-notebook
 Spyder, the Scientific Python Development Environment, is an
@@ -56,23 +70,6 @@
 This package contains the plugin that allows Spyder to control
 breakpoints.
 
-%package-n spyder3-notebook
-Summary:Jupyter Notebook plugin for the Spyder3 IDE
-Group:  Development/Languages/Python
-Requires:   python3-QtPy
-Requires:   python3-nbformat
-Requires:   python3-notebook >= 4.3
-Requires:   python3-psutil
-Requires:   python3-requests
-Requires:   spyder3 >= 3.2.0
-
-%description -n spyder3-notebook
-Spyder, the Scientific Python Development Environment, is an
-IDE for researchers, engineers and 

commit python-spyder-notebook for openSUSE:Factory

2019-06-04 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2019-06-04 12:13:23

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


Package is "python-spyder-notebook"

Tue Jun  4 12:13:23 2019 rev:4 rq:707326 version:0.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2018-12-24 11:47:44.321115563 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.5148/python-spyder-notebook.changes
  2019-06-04 12:13:40.111795678 +0200
@@ -1,0 +2,17 @@
+Mon Jun  3 17:04:50 UTC 2019 - Todd R 
+
+- Fix jupyter dependencies.
+- Update to 0.1.4
+  This is a bug fix release, mainly to resolve an incompatibility with Spyder 
3.3.2. 
+  + Issues Closed 
+* Resolve CI test failures with Python 2
+* Update handling of temp directory for Spyder 3.3.2
+* Update tests for pytest v4
+* Remove untitled notebooks after they are closed
+  + Pull Requests Merged 
+* PR: Delete file when closing notebook if in temp dir
+* PR: Specify Qt 5 in CI test script
+* PR: Use test fixture as pytest intends it
+* PR: Fix Spyder 3.3.2 import of TEMPDIR
+
+---

Old:

  spyder-notebook-0.1.3.tar.gz

New:

  spyder-notebook-0.1.4.tar.gz



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.gYMrae/_old  2019-06-04 12:13:43.115794694 +0200
+++ /var/tmp/diff_new_pack.gYMrae/_new  2019-06-04 12:13:43.115794694 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-spyder-notebook
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,20 +12,19 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-spyder-notebook
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Jupyter notebook integration with Spyder
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/spyder-ide/spyder-notebook
 Source: 
https://files.pythonhosted.org/packages/source/s/spyder-notebook/spyder-notebook-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,8 +43,8 @@
 Summary:Jupyter Notebook plugin for the Spyder IDE
 Group:  Development/Languages/Python
 Requires:   python-QtPy
-Requires:   python-jupyter_nbformat
-Requires:   python-jupyter_notebook >= 4.3
+Requires:   python-nbformat
+Requires:   python-notebook >= 4.3
 Requires:   python-psutil
 Requires:   python-requests
 Requires:   spyder >= 3.2.0
@@ -61,8 +60,8 @@
 Summary:Jupyter Notebook plugin for the Spyder3 IDE
 Group:  Development/Languages/Python
 Requires:   python3-QtPy
-Requires:   python3-jupyter_nbformat
-Requires:   python3-jupyter_notebook >= 4.3
+Requires:   python3-nbformat
+Requires:   python3-notebook >= 4.3
 Requires:   python3-psutil
 Requires:   python3-requests
 Requires:   spyder3 >= 3.2.0
@@ -86,13 +85,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files -n spyder-notebook
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{python2_sitelib}/*
 
 %files -n spyder3-notebook
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{python3_sitelib}/*

++ spyder-notebook-0.1.3.tar.gz -> spyder-notebook-0.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-notebook-0.1.3/CHANGELOG.md 
new/spyder-notebook-0.1.4/CHANGELOG.md
--- old/spyder-notebook-0.1.3/CHANGELOG.md  2018-09-01 11:00:31.0 
+0200
+++ new/spyder-notebook-0.1.4/CHANGELOG.md  2018-12-22 19:43:05.0 
+0100
@@ -1,3 +1,26 @@
+## Version 0.1.4 (2018/12/22)
+
+This is a bug fix release, mainly to resolve an incompatibility with Spyder 
3.3.2.
+
+### Issues Closed
+
+* [Issue 183](https://github.com/spyder-ide/spyder-notebook/issues/183) - 
Resolve CI test failures with Python 2 ([PR 

commit python-spyder-notebook for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2018-12-24 11:47:43

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


Package is "python-spyder-notebook"

Mon Dec 24 11:47:43 2018 rev:3 rq:660695 version:0.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2018-08-18 00:04:50.303207387 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new.28833/python-spyder-notebook.changes
 2018-12-24 11:47:44.321115563 +0100
@@ -1,0 +2,23 @@
+Sat Dec 22 05:46:14 UTC 2018 - Todd R 
+
+- Update to 0.1.3
+  + Issues Closed
+* Tests leave temporary directories in the home dir
+* test_open_notebook fails when running tests twice in a row
+* Set up pep8speaks
+* Make plugin compatible with Spyder's split-plugins change
+* Be more robust when starting notebook
+* Migrate to CircleCI 2.0
+* TypeError when parsing JSON when shutting kernel down
+* Opening console for notebook without kernel yields an error
+* Spyder notebook complains about missing file or directory: 'jupyter'
+  + Pull Requests Merged
+* PR: Display error when opening console for notebook with no kernel
+* PR: Do not call the jupyter executable when opening notebooks 
([157](https://github.com/spyder-ide/spyder-notebook/issues/157), 
[141](https://github.com/spyder-ide/spyder-notebook/issues/141))
+* PR: Remove temporary directory created in test_open_notebook()
+* PR: Update to Spyder 4 after the split-plugins merge
+* PR: Make tests use a temporary directory
+* PR: More robust parsing of server reply in NotebookClient.get_kernel_id()
+* PR: Upgrade to CircleCI v2.0
+
+---

Old:

  spyder-notebook-0.1.2.tar.gz

New:

  spyder-notebook-0.1.3.tar.gz



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.SMiXrh/_old  2018-12-24 11:47:44.913115044 +0100
+++ /var/tmp/diff_new_pack.SMiXrh/_new  2018-12-24 11:47:44.913115044 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-spyder-notebook
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:Jupyter notebook integration with Spyder
 License:MIT

++ spyder-notebook-0.1.2.tar.gz -> spyder-notebook-0.1.3.tar.gz ++
 3829 lines of diff (skipped)




commit python-spyder-notebook for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package python-spyder-notebook for 
openSUSE:Factory checked in at 2018-08-18 00:04:27

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


Package is "python-spyder-notebook"

Sat Aug 18 00:04:27 2018 rev:2 rq:629546 version:0.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-spyder-notebook/python-spyder-notebook.changes
2018-05-15 10:31:11.797048230 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-notebook.new/python-spyder-notebook.changes
   2018-08-18 00:04:50.303207387 +0200
@@ -1,0 +2,10 @@
+Thu Aug 16 08:06:07 UTC 2018 - jeng...@inai.de
+
+- Trim filler wording from description.
+
+---
+Mon Aug 13 17:46:24 UTC 2018 - toddrme2...@gmail.com
+
+- Update description per upstream request.
+
+---



Other differences:
--
++ python-spyder-notebook.spec ++
--- /var/tmp/diff_new_pack.q5Kdcj/_old  2018-08-18 00:04:50.627208356 +0200
+++ /var/tmp/diff_new_pack.q5Kdcj/_new  2018-08-18 00:04:50.631208368 +0200
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:   python-spyder-notebook
 Version:0.1.2
 Release:0
@@ -30,24 +29,13 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module QtPy}
-BuildRequires:  %{python_module flaky}
-BuildRequires:  %{python_module jupyter_nbformat}
-BuildRequires:  %{python_module jupyter_notebook >= 4.3}
-BuildRequires:  %{python_module psutil}
-BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module requests}
-BuildRequires:  spyder >= 3.2.0
-BuildRequires:  spyder3 >= 3.2.0
-%endif
 BuildArch:  noarch
 
 %python_subpackages
 
 %description
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+Spyder, the Scientific Python Development Environment, is an
+IDE for researchers, engineers and data analysts.
 
 This package contains the plugin that allows Spyder to control
 breakpoints.
@@ -63,14 +51,14 @@
 Requires:   spyder >= 3.2.0
 
 %description -n spyder-notebook
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+Spyder, the Scientific Python Development Environment, is an
+IDE for researchers, engineers and data analysts.
 
 This package contains the plugin that allows Spyder to control
 breakpoints.
 
 %package -n spyder3-notebook
-Summary:Jupyter Notebook plugin for the Spyder IDE
+Summary:Jupyter Notebook plugin for the Spyder3 IDE
 Group:  Development/Languages/Python
 Requires:   python3-QtPy
 Requires:   python3-jupyter_nbformat
@@ -80,8 +68,8 @@
 Requires:   spyder3 >= 3.2.0
 
 %description -n spyder3-notebook
-Spyder is a scientific python development environment and an
-alternative to IDLE.
+Spyder, the Scientific Python Development Environment, is an
+IDE for researchers, engineers and data analysts.
 
 This package contains the plugin that allows Spyder to control
 breakpoints.
@@ -97,11 +85,6 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
-%check
-%python_exec setup.py test
-%endif
-
 %files -n spyder-notebook
 %defattr(-,root,root,-)
 %doc CHANGELOG.md README.md