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 2025-11-24 14:09:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
and /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spyder-kernels"
Mon Nov 24 14:09:03 2025 rev:51 rq:1319163 version:3.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes
2025-05-31 19:16:39.050222553 +0200
+++
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.14147/python-spyder-kernels.changes
2025-11-24 14:10:31.908655776 +0100
@@ -1,0 +2,16 @@
+Fri Nov 21 15:25:20 UTC 2025 - Ben Greiner <[email protected]>
+
+- Update to 3.1.2
+ * PR 570 - PR: Remove overridden set_trace in SpyderPdb because
+ it's not needed, by @ccordoba12
+- Release 3.1.1
+ * PR 566 - PR: Fix getting Pixi environment info on Posix
+ systems, by @ccordoba12
+- Release 3.1.0
+ * Disable magics and commands to call Python package managers
+ (e.g. !pip or %conda).
+ * Add %profile, %profilefile and %profilecell magics.
+ * Add support for IPython 9.
+ * Drop support for Python 3.8.
+
+-------------------------------------------------------------------
Old:
----
spyder-kernels-3.0.5-gh.tar.gz
New:
----
spyder-kernels-3.1.2-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.7JxjKI/_old 2025-11-24 14:10:32.628686029 +0100
+++ /var/tmp/diff_new_pack.7JxjKI/_new 2025-11-24 14:10:32.628686029 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-spyder-kernels
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
# flaky for obs, only test locally
%bcond_with dasktest
Name: python-spyder-kernels
-Version: 3.0.5
+Version: 3.1.2
Release: 0
Summary: Jupyter kernels for Spyder's console
License: MIT
@@ -27,7 +27,7 @@
URL: https://github.com/spyder-ide/spyder-kernels
# PyPI tarballs do not include the tests:
https://github.com/spyder-ide/spyder-kernels/issues/66
Source0:
https://github.com/spyder-ide/spyder-kernels/archive/v%{version}.tar.gz#/spyder-kernels-%{version}-gh.tar.gz
-BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -37,14 +37,16 @@
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Django}
BuildRequires: %{python_module Pillow}
+BuildRequires: %{python_module anyio}
BuildRequires: %{python_module cloudpickle}
BuildRequires: %{python_module flaky}
BuildRequires: %{python_module h5py}
BuildRequires: %{python_module ipykernel >= 6.29.3 with %python-ipykernel < 7}
-BuildRequires: %{python_module ipython >= 8.13 with %python-ipython < 9}
+BuildRequires: %{python_module ipython >= 8.13 with %python-ipython < 10}
BuildRequires: %{python_module jupyter_client >= 7.4.9 with
%python-jupyter_client < 9}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module numpy}
+BuildRequires: %{python_module packaging}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pydicom}
BuildRequires: %{python_module pytest}
@@ -59,12 +61,13 @@
%endif
# /SECTION
Requires: python-cloudpickle
+Requires: python-packaging
Requires: python-pyxdg >= 0.26
Requires: python-pyzmq >= 24
Requires: python-traitlets >= 5.14.3
Requires: python-wurlitzer >= 1.0.3
Requires: (python-ipykernel >= 6.29.3 with python-ipykernel < 7)
-Requires: (python-ipython >= 8.13 with python-ipython < 9)
+Requires: (python-ipython >= 8.15 with python-ipython < 10)
Requires: (python-jupyter_client >= 7.4.9 with python-jupyter_client < 9)
# gh#spyder-ide/spyder#20789
Provides: spyder-dicom = 6+%{version}-%{release}
@@ -96,10 +99,12 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+# no polars in openSUSE
+donttest="polars"
%if ! %{with dasktest}
-donttest=("-k" "not test_dask_multiprocessing")
+donttest+=" or test_dask_multiprocessing"
%endif
-%pytest "${donttest[@]}"
+%pytest -k "not ($donttest)"
%files %{python_files}
%doc CHANGELOG.md README.md
++++++ spyder-kernels-3.0.5-gh.tar.gz -> spyder-kernels-3.1.2-gh.tar.gz ++++++
++++ 2309 lines of diff (skipped)