diff --git a/pytest_jupyter-0.10.1.tar.gz b/pytest_jupyter-0.10.1.tar.gz new file mode 100644 index 0000000..7714ff6 --- /dev/null +++ b/pytest_jupyter-0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84 +size 15580 diff --git a/pytest_jupyter-0.9.1.tar.gz b/pytest_jupyter-0.9.1.tar.gz deleted file mode 100644 index b799ede..0000000 --- a/pytest_jupyter-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379 -size 15519 diff --git a/python-pytest-jupyter.changes b/python-pytest-jupyter.changes index 2600166..cc660fd 100644 --- a/python-pytest-jupyter.changes +++ b/python-pytest-jupyter.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 20 07:46:52 UTC 2024 - Dirk Müller + +- update to 0.10.1: + * Fix passing of kwargs to websocket_connect + * Set all min deps +- update to 0.10.0: + * jp_ws_fetch: passthrough kwargs to websocket_connect + ------------------------------------------------------------------- Fri Mar 29 19:05:45 UTC 2024 - Ben Greiner diff --git a/python-pytest-jupyter.spec b/python-pytest-jupyter.spec index b540c0d..c260a7c 100644 --- a/python-pytest-jupyter.spec +++ b/python-pytest-jupyter.spec @@ -30,7 +30,7 @@ %bcond_with ringdisabled %define skip_python39 1 Name: python-pytest-jupyter%{psuffix} -Version: 0.9.1 +Version: 0.10.1 Release: 0 Summary: A pytest plugin for testing Jupyter libraries and extensions License: BSD-3-Clause AND MIT @@ -42,7 +42,7 @@ BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jupyter_core >= 5.7 -Requires: python-pytest +Requires: python-pytest >= 7.0 BuildArch: noarch %if %{with test} BuildRequires: %{python_module pytest-jupyter = %{version}}