commit python-octave-kernel for openSUSE:Factory

2023-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-octave-kernel for 
openSUSE:Factory checked in at 2023-01-08 21:25:53

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


Package is "python-octave-kernel"

Sun Jan  8 21:25:53 2023 rev:9 rq:1056889 version:0.35.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-octave-kernel/python-octave-kernel.changes
2022-08-04 13:23:58.244585010 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-octave-kernel.new.1563/python-octave-kernel.changes
  2023-01-08 21:25:54.759380112 +0100
@@ -1,0 +2,7 @@
+Sun Jan  8 09:51:13 UTC 2023 - Ben Greiner 
+
+- Update to 0.35.1
+  * Include test and example notebook in sdist #228 (@blink1073)
+- Move to PEP517 hatchling build
+
+---

Old:

  octave_kernel-0.34.2.tar.gz

New:

  octave_kernel-0.35.1.tar.gz



Other differences:
--
++ python-octave-kernel.spec ++
--- /var/tmp/diff_new_pack.5ICbGT/_old  2023-01-08 21:25:56.295389237 +0100
+++ /var/tmp/diff_new_pack.5ICbGT/_new  2023-01-08 21:25:56.303389284 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-octave-kernel
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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:   python-octave-kernel
-Version:0.34.2
+Version:0.35.1
 Release:0
 Summary:A Jupyter kernel for Octave
 License:BSD-3-Clause
@@ -25,12 +25,13 @@
 URL:https://github.com/Calysto/octave_kernel
 Source: 
https://files.pythonhosted.org/packages/source/o/octave_kernel/octave_kernel-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module hatchling >= 1.5}
 BuildRequires:  %{python_module ipykernel}
 BuildRequires:  %{python_module jupyter-client >= 4.3.0}
 BuildRequires:  %{python_module jupyter_kernel_test}
 BuildRequires:  %{python_module jupyter_packaging}
 BuildRequires:  %{python_module metakernel >= 0.24.0}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  octave
@@ -68,10 +69,10 @@
 %setup -q -n octave_kernel-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %fdupes %{buildroot}%{_jupyter_prefix}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}

++ octave_kernel-0.34.2.tar.gz -> octave_kernel-0.35.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.2/.gitignore 
new/octave_kernel-0.35.1/.gitignore
--- old/octave_kernel-0.34.2/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/octave_kernel-0.35.1/.gitignore 2020-02-02 01:00:00.0 +0100
@@ -0,0 +1,9 @@
+.ipynb_checkpoints/
+.DS_Store
+MANIFEST
+dist/
+build/
+octave-workspace
+*.egg-info/
+*.pyc
+jupyter-data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.2/CHANGELOG.md 
new/octave_kernel-0.35.1/CHANGELOG.md
--- old/octave_kernel-0.34.2/CHANGELOG.md   2022-03-31 10:33:03.0 
+0200
+++ new/octave_kernel-0.35.1/CHANGELOG.md   2020-02-02 01:00:00.0 
+0100
@@ -2,6 +2,26 @@
 
 
 
+## 0.35.1
+
+([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.35.0...59c1841ae47ec594516d0aca355e0ef14f7eb61f))
+
+### Bugs fixed
+
+- Include test and example notebook in sdist 
[#228](https://github.com/Calysto/octave_kernel/pull/228) 
([@blink1073](https://github.com/blink1073))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/Calysto/octave_kernel/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c))
+
+[@blink1073](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues)
+
+
+
+## 0.35.0
+
+No merged PRs
+
 ## 0.34.2
 
 ([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.34.1...0c2501cc4d452cad5ee17f6a5369d57c6da30a90))
@@ -16,8 +36,6 @@
 
 
[@mokeyish](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Amokeyish+updated%3A2022-02-07..2022-03-31&type=Issues)
 
-
-
 ## 0.34.1
 
 ([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.34.0...d6b0a4a0beae56e5b85e6640cf29fb2a504fc1d5))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore

commit python-octave-kernel for openSUSE:Factory

2022-08-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-octave-kernel for 
openSUSE:Factory checked in at 2022-08-04 13:23:33

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


Package is "python-octave-kernel"

Thu Aug  4 13:23:33 2022 rev:8 rq:992643 version:0.34.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-octave-kernel/python-octave-kernel.changes
2022-03-28 17:01:29.369045041 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-octave-kernel.new.1521/python-octave-kernel.changes
  2022-08-04 13:23:58.244585010 +0200
@@ -1,0 +2,6 @@
+Wed Aug  3 21:13:19 UTC 2022 - Ben Greiner 
+
+- Update to 0.34.2
+  * Fix error: '_make_figures' undefined near line 1, column 1 #212
+
+---

Old:

  octave_kernel-0.34.1.tar.gz

New:

  octave_kernel-0.34.2.tar.gz



Other differences:
--
++ python-octave-kernel.spec ++
--- /var/tmp/diff_new_pack.RQ4PAj/_old  2022-08-04 13:23:58.784586542 +0200
+++ /var/tmp/diff_new_pack.RQ4PAj/_new  2022-08-04 13:23:58.792586565 +0200
@@ -16,10 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%define skip_python2 1
 Name:   python-octave-kernel
-Version:0.34.1
+Version:0.34.2
 Release:0
 Summary:A Jupyter kernel for Octave
 License:BSD-3-Clause

++ octave_kernel-0.34.1.tar.gz -> octave_kernel-0.34.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.1/CHANGELOG.md 
new/octave_kernel-0.34.2/CHANGELOG.md
--- old/octave_kernel-0.34.1/CHANGELOG.md   2022-02-07 18:19:17.0 
+0100
+++ new/octave_kernel-0.34.2/CHANGELOG.md   2022-03-31 10:33:03.0 
+0200
@@ -2,6 +2,22 @@
 
 
 
+## 0.34.2
+
+([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.34.1...0c2501cc4d452cad5ee17f6a5369d57c6da30a90))
+
+### Bugs fixed
+
+- Fix error: '_make_figures' undefined near line 1, column 1 
[#212](https://github.com/Calysto/octave_kernel/pull/212) 
([@mokeyish](https://github.com/mokeyish))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/Calysto/octave_kernel/graphs/contributors?from=2022-02-07&to=2022-03-31&type=c))
+
+[@mokeyish](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Amokeyish+updated%3A2022-02-07..2022-03-31&type=Issues)
+
+
+
 ## 0.34.1
 
 ([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.34.0...d6b0a4a0beae56e5b85e6640cf29fb2a504fc1d5))
@@ -16,8 +32,6 @@
 
 
[@blink1073](https://github.com/search?q=repo%3ACalysto%2Foctave_kernel+involves%3Ablink1073+updated%3A2022-01-04..2022-02-07&type=Issues)
 
-
-
 ## 0.34.0
 
 ([Full 
Changelog](https://github.com/Calysto/octave_kernel/compare/v0.33.1...0ae34050c2e6a2cbf45b9cdb1a69762fece9e081))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.1/PKG-INFO 
new/octave_kernel-0.34.2/PKG-INFO
--- old/octave_kernel-0.34.1/PKG-INFO   2022-02-07 18:20:04.750023100 +0100
+++ new/octave_kernel-0.34.2/PKG-INFO   2022-03-31 10:33:47.575989000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: octave_kernel
-Version: 0.34.1
+Version: 0.34.2
 Summary: 'A Jupyter kernel for Octave.'
 Home-page: http://github.com/Calysto/octave_kernel
 Author: 'Steven Silvester'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.1/octave_kernel/_version.py 
new/octave_kernel-0.34.2/octave_kernel/_version.py
--- old/octave_kernel-0.34.1/octave_kernel/_version.py  2022-02-07 
18:19:42.0 +0100
+++ new/octave_kernel-0.34.2/octave_kernel/_version.py  2022-03-31 
10:33:27.0 +0200
@@ -1 +1 @@
-__version__ = '0.34.1'
+__version__ = '0.34.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34.1/octave_kernel/kernel.py 
new/octave_kernel-0.34.2/octave_kernel/kernel.py
--- old/octave_kernel-0.34.1/octave_kernel/kernel.py2022-02-07 
18:19:17.0 +0100
+++ new/octave_kernel-0.34.2/octave_kernel/kernel.py2022-03-31 
10:33:03.0 +0200
@@ -273,6 +273,8 @@
 self.eval('drawnow("expose");')
 if not plot_dir:
 return
+if not self._has_startup:
+self._startup()
 fmt = settings['format']
 res = settings['resolution']
 wid = settings['width']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/octave_kernel-0.34

commit python-octave-kernel for openSUSE:Factory

2022-03-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-octave-kernel for 
openSUSE:Factory checked in at 2022-03-28 17:00:37

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


Package is "python-octave-kernel"

Mon Mar 28 17:00:37 2022 rev:7 rq:965095 version:0.34.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-octave-kernel/python-octave-kernel.changes
2021-10-06 19:49:49.844054932 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-octave-kernel.new.1900/python-octave-kernel.changes
  2022-03-28 17:01:29.369045041 +0200
@@ -1,0 +2,30 @@
+Sat Mar 26 20:55:15 UTC 2022 - Ben Greiner 
+
+- Update packaging: install the kernel
+- Re-enable tests
+
+---
+Sun Feb 27 01:02:36 UTC 2022 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 0.34.1:
+  * Bugs fixed
++ Improve handling of default inline toolkit #209 (@blink1073)
+
+- changes from version 0.34.0:
+  * Enhancements made
++ Use octave executable and qt backend by default #204
+  (@blink1073)
+  * Maintenance and upkeep improvements
++ Fail if kernel test fails #203 (@blink1073)
++ Use published jupyter_kernel_test #202 (@blink1073)
+
+- changes from version 0.33.1:
+  * Maintenance and upkeep improvements
++ Prep for jupyter releaser usage #200 (@blink1073)
++ Upgrade to jupyter packaging and github actions #199
+  (@blink1073)
+
+---

Old:

  octave_kernel-0.32.0.tar.gz

New:

  octave_kernel-0.34.1.tar.gz



Other differences:
--
++ python-octave-kernel.spec ++
--- /var/tmp/diff_new_pack.CH11Uu/_old  2022-03-28 17:01:29.785045606 +0200
+++ /var/tmp/diff_new_pack.CH11Uu/_new  2022-03-28 17:01:29.793045617 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-octave-kernel
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,27 +19,31 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-octave-kernel
-Version:0.32.0
+Version:0.34.1
 Release:0
 Summary:A Jupyter kernel for Octave
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-URL:http://github.com/Calysto/octave_kernel
-Source: 
https://files.pythonhosted.org/packages/source/o/octave-kernel/octave_kernel-%{version}.tar.gz
+URL:https://github.com/Calysto/octave_kernel
+Source: 
https://files.pythonhosted.org/packages/source/o/octave_kernel/octave_kernel-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module ipykernel}
 BuildRequires:  %{python_module jupyter-client >= 4.3.0}
+BuildRequires:  %{python_module jupyter_kernel_test}
+BuildRequires:  %{python_module jupyter_packaging}
 BuildRequires:  %{python_module metakernel >= 0.24.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
+BuildRequires:  octave
 BuildRequires:  python-rpm-macros
+BuildRequires:  xvfb-run
 Requires:   jupyter-octave-kernel = %{version}
 Requires:   python-ipykernel
 Requires:   python-jupyter-client >= 4.3.0
 Requires:   python-metakernel >= 0.24.0
-Provides:   python-jupyter_octave_kernel = %{version}
-Obsoletes:  python-jupyter_octave_kernel < %{version}
-Conflicts:  jupyter-octave_kernel < 0.29.0
+Provides:   python-jupyter_octave_kernel = %{version}-%{release}
+Obsoletes:  python-jupyter_octave_kernel < %{version}-%{release}
 BuildArch:  noarch
 %python_subpackages
 
@@ -53,9 +57,9 @@
 Group:  Development/Languages/Python
 Requires:   jupyter-notebook
 Requires:   python3-octave-kernel = %{version}
-Provides:   jupyter-octave_kernel = %{version}
-Obsoletes:  jupyter-octave_kernel < %{version}
 Conflicts:  python3-jupyter_octave_kernel < 0.29.0
+Provides:   jupyter-octave_kernel = %{version}-%{release}
+Obsoletes:  jupyter-octave_kernel < %{version}-%{release}
 
 %description -n jupyter-octave-kernel
 A kernel to allow Octave to be used in Jupyter.
@@ -70,16 +74,22 @@
 
 %install
 %python_install
-sed -i "s|\"python\"|\"python3\"|" 
%{buildroot}%{_jupyter_kernel_dir}/octave/kernel.json
 
 %fdupes %{buildroot}%{_jupyter_prefix}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+export JUPYTER_PATH=%{buildroot}%{_jupy

commit python-octave-kernel for openSUSE:Factory

2021-10-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-octave-kernel for 
openSUSE:Factory checked in at 2021-10-06 19:49:47

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


Package is "python-octave-kernel"

Wed Oct  6 19:49:47 2021 rev:6 rq:923349 version:0.32.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-octave-kernel/python-octave-kernel.changes
2020-06-10 00:50:01.539197617 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-octave-kernel.new.2443/python-octave-kernel.changes
  2021-10-06 19:49:49.844054932 +0200
@@ -1,0 +2,8 @@
+Tue Oct  5 20:20:50 UTC 2021 - Ben Greiner 
+
+- Disable tests: jupyter_kernel_test is broken and did not see any
+  maintenance recently.
+  * gh#Calysto/octave_kernel#198
+  * gh#jupyter/jupyter_kernel_test#55
+
+---



Other differences:
--
++ python-octave-kernel.spec ++
--- /var/tmp/diff_new_pack.ODqzxc/_old  2021-10-06 19:49:50.352055125 +0200
+++ /var/tmp/diff_new_pack.ODqzxc/_new  2021-10-06 19:49:50.356055127 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-octave-kernel
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 Name:   python-octave-kernel
 Version:0.32.0
@@ -33,10 +33,6 @@
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module jupyter_kernel_test}
-BuildRequires:  octave-cli
-# /SECTION
 Requires:   jupyter-octave-kernel = %{version}
 Requires:   python-ipykernel
 Requires:   python-jupyter-client >= 4.3.0
@@ -45,7 +41,6 @@
 Obsoletes:  python-jupyter_octave_kernel < %{version}
 Conflicts:  jupyter-octave_kernel < 0.29.0
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -80,11 +75,6 @@
 %fdupes %{buildroot}%{_jupyter_prefix}
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%check
-export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python test_octave_kernel.py}
-
 %files %{python_files}
 %license LICENSE.txt
 %doc README.rst