diff --git a/pytest_jupyter-0.8.0.tar.gz b/pytest_jupyter-0.8.0.tar.gz deleted file mode 100644 index f9ca551..0000000 --- a/pytest_jupyter-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729 -size 15716 diff --git a/pytest_jupyter-0.9.1.tar.gz b/pytest_jupyter-0.9.1.tar.gz new file mode 100644 index 0000000..b799ede --- /dev/null +++ b/pytest_jupyter-0.9.1.tar.gz @@ -0,0 +1,3 @@ +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 127e6d7..2600166 100644 --- a/python-pytest-jupyter.changes +++ b/python-pytest-jupyter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 29 19:05:45 UTC 2024 - Ben Greiner + +- Update to 0.9.1 + * Update event loop handling #75 (@blink1073) + * Maintenance and upkeep improvements + ------------------------------------------------------------------- Tue Mar 5 15:20:06 UTC 2024 - Dominique Leuenberger diff --git a/python-pytest-jupyter.spec b/python-pytest-jupyter.spec index 9535ac2..b540c0d 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.8.0 +Version: 0.9.1 Release: 0 Summary: A pytest plugin for testing Jupyter libraries and extensions License: BSD-3-Clause AND MIT @@ -41,7 +41,7 @@ BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-jupyter_core +Requires: python-jupyter_core >= 5.7 Requires: python-pytest BuildArch: noarch %if %{with test}