Update package with version 0.9.0

This commit is contained in:
desert-sailor 2024-03-06 12:02:20 +08:00
parent 81091d0f6e
commit ffc65f734d
3 changed files with 7 additions and 1 deletions

Binary file not shown.

BIN
pytest_jupyter-0.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <dongxing.wang_a@thundersoft.com> - 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 <mmlidc@isoftstone.com> - 0.7.0-1
- Package init