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-20 17:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-spyder-kernels (Old)
 and      /work/SRC/openSUSE:Factory/.python-spyder-kernels.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-spyder-kernels"

Fri Jan 20 17:38:35 2023 rev:39 rq:1059824 version:2.4.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-spyder-kernels/python-spyder-kernels.changes  
    2023-01-03 18:00:38.273208026 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-spyder-kernels.new.32243/python-spyder-kernels.changes
   2023-01-20 17:38:50.468574635 +0100
@@ -1,0 +2,6 @@
+Thu Jan 19 14:19:37 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 2.4.2
+ * formatargspec is deprecated since Python 3.5
+
+-------------------------------------------------------------------

Old:
----
  spyder-kernels-2.4.1-gh.tar.gz

New:
----
  spyder-kernels-2.4.2-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-spyder-kernels.spec ++++++
--- /var/tmp/diff_new_pack.ZBKHIR/_old  2023-01-20 17:38:51.124578263 +0100
+++ /var/tmp/diff_new_pack.ZBKHIR/_new  2023-01-20 17:38:51.132578308 +0100
@@ -19,7 +19,7 @@
 # flaky for obs, only test locally
 %bcond_with dasktest
 Name:           python-spyder-kernels
-Version:        2.4.1
+Version:        2.4.2
 Release:        0
 Summary:        Jupyter kernels for Spyder's console
 License:        MIT
@@ -39,7 +39,7 @@
 BuildRequires:  %{python_module flaky}
 BuildRequires:  %{python_module ipykernel >= 6.16.1 with %python-ipykernel < 7}
 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 jupyter_client >= 7.4.9 with 
%python-jupyter_client < 8}
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
@@ -57,7 +57,7 @@
 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)
+Requires:       (python-jupyter_client >= 7.4.9 with python-jupyter_client < 8)
 BuildArch:      noarch
 
 %python_subpackages

++++++ spyder-kernels-2.4.1-gh.tar.gz -> spyder-kernels-2.4.2-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-2.4.1/.github/workflows/linux-tests.yml 
new/spyder-kernels-2.4.2/.github/workflows/linux-tests.yml
--- old/spyder-kernels-2.4.1/.github/workflows/linux-tests.yml  2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/.github/workflows/linux-tests.yml  2023-01-18 
00:14:46.000000000 +0100
@@ -26,7 +26,7 @@
     strategy:
       fail-fast: false 
       matrix:
-        PYTHON_VERSION: ['3.7', '3.8', '3.9']
+        PYTHON_VERSION: ['3.8', '3.9', '3.10']
     timeout-minutes: 20
     steps:
       - name: Checkout branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-2.4.1/.github/workflows/macos-tests.yml 
new/spyder-kernels-2.4.2/.github/workflows/macos-tests.yml
--- old/spyder-kernels-2.4.1/.github/workflows/macos-tests.yml  2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/.github/workflows/macos-tests.yml  2023-01-18 
00:14:46.000000000 +0100
@@ -25,7 +25,7 @@
     strategy:
       fail-fast: false 
       matrix:
-        PYTHON_VERSION: ['3.7', '3.8', '3.9']
+        PYTHON_VERSION: ['3.8', '3.9', '3.10']
     timeout-minutes: 25
     steps:
       - name: Checkout branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-2.4.1/.github/workflows/windows-tests.yml 
new/spyder-kernels-2.4.2/.github/workflows/windows-tests.yml
--- old/spyder-kernels-2.4.1/.github/workflows/windows-tests.yml        
2022-12-29 01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/.github/workflows/windows-tests.yml        
2023-01-18 00:14:46.000000000 +0100
@@ -25,7 +25,7 @@
     strategy:
       fail-fast: false 
       matrix:
-        PYTHON_VERSION: ['3.7', '3.8', '3.9']
+        PYTHON_VERSION: ['3.8', '3.9', '3.10']
     timeout-minutes: 25
     steps:
       - name: Checkout branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-2.4.1/CHANGELOG.md 
new/spyder-kernels-2.4.2/CHANGELOG.md
--- old/spyder-kernels-2.4.1/CHANGELOG.md       2022-12-29 01:36:30.000000000 
+0100
+++ new/spyder-kernels-2.4.2/CHANGELOG.md       2023-01-18 00:14:46.000000000 
+0100
@@ -1,5 +1,24 @@
 # History of changes
 
+## Version 2.4.2 (2023-01-17)
+
+### Issues Closed
+
+* [Issue 307](https://github.com/spyder-ide/spyder-kernels/issues/307) - 
formatargspec is deprecated since Python 3.5 ([PR 
435](https://github.com/spyder-ide/spyder-kernels/pull/435) by 
[@juliangilbey](https://github.com/juliangilbey))
+
+In this release 1 issue was closed.
+
+### Pull Requests Merged
+
+* [PR 438](https://github.com/spyder-ide/spyder-kernels/pull/438) - PR: 
Increase minimal required Jupyter-client version to 7.4.9, by 
[@ccordoba12](https://github.com/ccordoba12)
+* [PR 435](https://github.com/spyder-ide/spyder-kernels/pull/435) - PR: 
Replace deprecated `inspect.formatargspec` call, by 
[@juliangilbey](https://github.com/juliangilbey) 
([307](https://github.com/spyder-ide/spyder-kernels/issues/307))
+
+In this release 2 pull requests were closed.
+
+
+----
+
+
 ## Version 2.4.1 (2022-12-29)
 
 ### Issues Closed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-2.4.1/requirements/posix.txt 
new/spyder-kernels-2.4.2/requirements/posix.txt
--- old/spyder-kernels-2.4.1/requirements/posix.txt     2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/requirements/posix.txt     2023-01-18 
00:14:46.000000000 +0100
@@ -1,6 +1,6 @@
 cloudpickle
 ipykernel>=6.16.1,<7
 ipython>=7.31.1,<9
-jupyter_client>=7.3.4,<8
+jupyter_client>=7.4.9,<8
 pyzmq>=22.1.0
 wurlitzer>=1.0.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-2.4.1/requirements/windows.txt 
new/spyder-kernels-2.4.2/requirements/windows.txt
--- old/spyder-kernels-2.4.1/requirements/windows.txt   2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/requirements/windows.txt   2023-01-18 
00:14:46.000000000 +0100
@@ -1,5 +1,5 @@
 cloudpickle
 ipykernel>=6.16.1,<7
 ipython>=7.31.1,<9
-jupyter_client>=7.3.4,<8
+jupyter_client>=7.4.9,<8
 pyzmq>=22.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-2.4.1/setup.py 
new/spyder-kernels-2.4.2/setup.py
--- old/spyder-kernels-2.4.1/setup.py   2022-12-29 01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/setup.py   2023-01-18 00:14:46.000000000 +0100
@@ -44,7 +44,7 @@
     'ipython<6; python_version<"3"',
     'ipython>=7.31.1,<9; python_version>="3"',
     'jupyter-client>=5.3.4,<6; python_version<"3"',
-    'jupyter-client>=7.3.4,<8; python_version>="3"',
+    'jupyter-client>=7.4.9,<8; python_version>="3"',
     'pyzmq>=17,<20; python_version<"3"',
     'pyzmq>=22.1.0; python_version>="3"',
     'wurlitzer>=1.0.3;platform_system!="Windows"',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spyder-kernels-2.4.1/spyder_kernels/_version.py 
new/spyder-kernels-2.4.2/spyder_kernels/_version.py
--- old/spyder-kernels-2.4.1/spyder_kernels/_version.py 2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/spyder_kernels/_version.py 2023-01-18 
00:14:46.000000000 +0100
@@ -8,5 +8,5 @@
 
 """Version File."""
 
-VERSION_INFO = (2, 4, 1)
+VERSION_INFO = (2, 4, 2)
 __version__ = '.'.join(map(str, VERSION_INFO))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spyder-kernels-2.4.1/spyder_kernels/utils/dochelpers.py 
new/spyder-kernels-2.4.2/spyder_kernels/utils/dochelpers.py
--- old/spyder-kernels-2.4.1/spyder_kernels/utils/dochelpers.py 2022-12-29 
01:36:30.000000000 +0100
+++ new/spyder-kernels-2.4.2/spyder_kernels/utils/dochelpers.py 2023-01-18 
00:14:46.000000000 +0100
@@ -120,11 +120,8 @@
                     args, varargs, varkw, defaults,
                     formatvalue=lambda o:'='+repr(o))
             else:
-                (args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults,
-                 annotations) = inspect.getfullargspec(obj)
-                doc['argspec'] = inspect.formatargspec(
-                    args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults,
-                    annotations, formatvalue=lambda o:'='+repr(o))
+                sig = inspect.signature(obj)
+                doc['argspec'] = str(sig)
             if name == '<lambda>':
                 doc['name'] = name + ' lambda '
                 doc['argspec'] = doc['argspec'][1:-1] # remove parentheses

Reply via email to