1
0

Accepting request 1183548 from devel:languages:python:jupyter

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1183548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-jupyter?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-06-29 13:16:18 +00:00 committed by Git OBS Bridge
commit f15430f1a0
4 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84
size 15580

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379
size 15519

View File

@ -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>

View File

@ -30,7 +30,7 @@
%bcond_with ringdisabled
%define skip_python39 1
Name: python-pytest-jupyter%{psuffix}
Version: 0.9.1
Version: 0.10.1
Release: 0
Summary: A pytest plugin for testing Jupyter libraries and extensions
License: BSD-3-Clause AND MIT
@ -42,7 +42,7 @@ BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jupyter_core >= 5.7
Requires: python-pytest
Requires: python-pytest >= 7.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pytest-jupyter = %{version}}