1
0

- Update to 0.9.1

* Update event loop handling #75 (@blink1073)
  * Maintenance and upkeep improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-pytest-jupyter?expand=0&rev=17
This commit is contained in:
Benjamin Greiner 2024-03-29 19:06:35 +00:00 committed by Git OBS Bridge
parent d5e6e940b5
commit b029718fca
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 29 19:05:45 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.9.1
* Update event loop handling #75 (@blink1073)
* Maintenance and upkeep improvements
-------------------------------------------------------------------
Tue Mar 5 15:20:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

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