diff --git a/pytest_jupyter-0.7.0.tar.gz b/pytest_jupyter-0.7.0.tar.gz deleted file mode 100644 index 45f4cd3..0000000 Binary files a/pytest_jupyter-0.7.0.tar.gz and /dev/null differ diff --git a/pytest_jupyter-0.9.0.tar.gz b/pytest_jupyter-0.9.0.tar.gz new file mode 100644 index 0000000..fa1252a Binary files /dev/null and b/pytest_jupyter-0.9.0.tar.gz differ diff --git a/python-pytest-jupyter.spec b/python-pytest-jupyter.spec index 051edda..a538032 100644 --- a/python-pytest-jupyter.spec +++ b/python-pytest-jupyter.spec @@ -6,7 +6,7 @@ A set of pytest plugins for Jupyter libraries and extensions.} Name: python-%{pypi_name} -Version: 0.7.0 +Version: 0.9.0 Release: 1 Summary: A pytest plugin for testing Jupyter libraries and extensions. License: BSD @@ -45,5 +45,11 @@ Summary: A pytest plugin for testing Jupyter libraries and extensions. %license LICENSE %changelog +* Wed Mar 6 2024 Dongxing Wang - 0.9.0-1 +- Update package with version 0.9.0 + Update event loop handling + Allow passing request_timeout to client_fetch + Update ruff and typings + * Thu Aug 24 2023 li-miaomiao_zhr - 0.7.0-1 - Package init