diff --git a/pytest_jupyter-0.6.2.tar.gz b/pytest_jupyter-0.6.2.tar.gz deleted file mode 100644 index 2ff1385..0000000 --- a/pytest_jupyter-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47f80f573384f274470282d044cd2566b81d7379112446f69adb1fcdfc3351ca -size 15174 diff --git a/pytest_jupyter-0.7.0.tar.gz b/pytest_jupyter-0.7.0.tar.gz new file mode 100644 index 0000000..50b8e73 --- /dev/null +++ b/pytest_jupyter-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6403b7f6f5eaaa5a9faffd73d2ff1097106a7dc5c3204292212487fc9fb71843 +size 15507 diff --git a/python-pytest-jupyter.changes b/python-pytest-jupyter.changes index 0877b6b..e11f8b9 100644 --- a/python-pytest-jupyter.changes +++ b/python-pytest-jupyter.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 23 17:24:28 UTC 2023 - Ben Greiner + +- Update to 0.7.0 + * Enable header overrides in jp_ws_fetch fixture by @kevin-bates + in #51 + ------------------------------------------------------------------- Thu Dec 29 22:30:34 UTC 2022 - Ben Greiner diff --git a/python-pytest-jupyter.spec b/python-pytest-jupyter.spec index 54f1766..37dc154 100644 --- a/python-pytest-jupyter.spec +++ b/python-pytest-jupyter.spec @@ -1,7 +1,7 @@ # -# spec file for package python-pytest-jupyter +# spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,10 +26,10 @@ %endif Name: python-pytest-jupyter%{psuffix} -Version: 0.6.2 +Version: 0.7.0 Release: 0 Summary: A pytest plugin for testing Jupyter libraries and extensions -License: MIT AND BSD-3-Clause +License: BSD-3-Clause AND MIT URL: https://github.com/jupyter-server/pytest-jupyter Source: https://files.pythonhosted.org/packages/source/p/pytest_jupyter/pytest_jupyter-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7}