Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-spyder-kernels for
openSUSE:Factory checked in at 2023-01-03 18:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-kernels"
Tue Jan 3 18:00:34 2023 rev:38 rq:1046013 version:2.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes
2022-11-07 13:52:14.691988207 +0100
+++
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.1563/python-spyder-kernels.changes
2023-01-03 18:00:38.273208026 +0100
@@ -1,0 +2,6 @@
+Fri Dec 30 09:41:46 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to version 2.4.1
+ * Make spyder-kernels compatible with IPython 8
+
+-------------------------------------------------------------------
Old:
----
python-spyder-kernels-2.4.0.tar.gz
New:
----
spyder-kernels-2.4.1-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.rm95v6/_old 2023-01-03 18:00:39.713216208 +0100
+++ /var/tmp/diff_new_pack.rm95v6/_new 2023-01-03 18:00:39.717216230 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-spyder-kernels
#
-# 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
@@ -19,14 +19,14 @@
# flaky for obs, only test locally
%bcond_with dasktest
Name: python-spyder-kernels
-Version: 2.4.0
+Version: 2.4.1
Release: 0
Summary: Jupyter kernels for Spyder's console
License: MIT
Group: Development/Languages/Python
URL: https://github.com/spyder-ide/spyder-kernels
# PyPI tarballs do not include the tests:
https://github.com/spyder-ide/spyder-kernels/issues/66
-Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:
https://github.com/spyder-ide/spyder-kernels/archive/v%{version}.tar.gz#/spyder-kernels-%{version}-gh.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -38,7 +38,7 @@
BuildRequires: %{python_module cloudpickle}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module ipykernel >= 6.16.1 with %python-ipykernel < 7}
-BuildRequires: %{python_module ipython >= 7.31.1}
+BuildRequires: %{python_module ipython >= 7.31.1 with %python-ipython < 9}
BuildRequires: %{python_module jupyter_client >= 7.3.4 with
%python-jupyter_client < 8}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy}
@@ -53,10 +53,10 @@
%endif
# /SECTION
Requires: python-cloudpickle
-Requires: python-ipython >= 7.31.1
Requires: python-pyzmq >= 22.1
Requires: python-wurlitzer >= 1.0.3
Requires: (python-ipykernel >= 6.16.1 with python-ipykernel < 7)
+Requires: (python-ipython >= 7.31.1 with python-ipython < 9)
Requires: (python-jupyter_client >= 7.3.4 with python-jupyter_client < 8)
BuildArch: noarch
@@ -74,7 +74,6 @@
%prep
%autosetup -p1 -n spyder-kernels-%{version}
-sed -i -e '/ipython/ s/,<8;/;/' setup.py
%build
%python_build