forked from pool/python-pytest-jupyter
- 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:
parent
d5e6e940b5
commit
b029718fca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
|
|
||||||
size 15716
|
|
3
pytest_jupyter-0.9.1.tar.gz
Normal file
3
pytest_jupyter-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f11db2bc390bd8e1090e36b6295c2d80b84e014f13b778e3ca0f8685c7d64379
|
||||||
|
size 15519
|
@ -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>
|
Tue Mar 5 15:20:06 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -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.8.0
|
Version: 0.9.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
|
||||||
@ -41,7 +41,7 @@ BuildRequires: %{python_module hatchling}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-jupyter_core
|
Requires: python-jupyter_core >= 5.7
|
||||||
Requires: python-pytest
|
Requires: python-pytest
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user