forked from pool/python-pytest-jupyter
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-pytest-jupyter?expand=0&rev=19
This commit is contained in:
parent
b029718fca
commit
cc5a1d499c
3
pytest_jupyter-0.10.1.tar.gz
Normal file
3
pytest_jupyter-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84
|
||||||
|
size 15580
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379
|
|
||||||
size 15519
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 07:46:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Fri Mar 29 19:05:45 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
Name: python-pytest-jupyter%{psuffix}
|
Name: python-pytest-jupyter%{psuffix}
|
||||||
Version: 0.9.1
|
Version: 0.10.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest plugin for testing Jupyter libraries and extensions
|
Summary: A pytest plugin for testing Jupyter libraries and extensions
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
@ -42,7 +42,7 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jupyter_core >= 5.7
|
Requires: python-jupyter_core >= 5.7
|
||||||
Requires: python-pytest
|
Requires: python-pytest >= 7.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module pytest-jupyter = %{version}}
|
BuildRequires: %{python_module pytest-jupyter = %{version}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user