diff --git a/ipykernel-6.16.1.tar.gz b/ipykernel-6.16.1.tar.gz deleted file mode 100644 index fd03266..0000000 --- a/ipykernel-6.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a27a550c1d682e7825f0f7732b0142b79ef1b21cd2e713cacac0c9847535f13 -size 136501 diff --git a/ipykernel-6.16.2.tar.gz b/ipykernel-6.16.2.tar.gz new file mode 100644 index 0000000..0e7cd5c --- /dev/null +++ b/ipykernel-6.16.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463f3d87a92e99969b1605cb7a5b4d7b36b7145a0e72d06e65918a6ddefbe630 +size 136606 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 833c17d..c6ffd68 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 26 08:13:32 UTC 2022 - Ben Greiner + +- Update to version 6.16.2 + * Fix failing test and update matrix #1010 (@blink1073) +- Disable debugger tests + ------------------------------------------------------------------- Sat Oct 22 03:37:06 UTC 2022 - Arun Persaud diff --git a/python-ipykernel.spec b/python-ipykernel.spec index 017e11f..4722004 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -17,7 +17,7 @@ Name: python-ipykernel -Version: 6.16.1 +Version: 6.16.2 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause @@ -65,11 +65,10 @@ Requires: python-tornado >= 6.1 Requires: python-traitlets >= 5.1.0 # /SECTION # SECTION test requirements -BuildRequires: %{python_module curio} BuildRequires: %{python_module flaky} -BuildRequires: %{python_module pytest >= 6.0} +BuildRequires: %{python_module matplotlib} +BuildRequires: %{python_module pytest >= 7.0} BuildRequires: %{python_module pytest-timeout} -BuildRequires: %{python_module trio} # we don't want ipyparallel and its dependencies in Ring1, see below #BuildRequires: #{python_module ipyparallel} # /SECTION @@ -112,7 +111,9 @@ $python -m ipykernel install \ %check # flaky: bad timings in obs often cause this to fail donttest="test_shutdown_subprocesses" -%pytest -k "not ($donttest)" +# fails in obs setups +ignoretests="--ignore ipykernel/tests/test_debugger.py" +%pytest -k "not ($donttest)" $ignoretests %files %{python_files} %doc README.md