Accepting request 1082301 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 0.7.0
  * Enable header overrides in jp_ws_fetch fixture by @kevin-bates
    in #51

OBS-URL: https://build.opensuse.org/request/show/1082301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-pytest-jupyter?expand=0&rev=7
This commit is contained in:
Benjamin Greiner 2023-04-23 17:31:06 +00:00 committed by Git OBS Bridge
parent 966b4d6de8
commit 2645124cc9
4 changed files with 14 additions and 7 deletions

View File

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

BIN
pytest_jupyter-0.7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Apr 23 17:24:28 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.7.0
* Enable header overrides in jp_ws_fetch fixture by @kevin-bates
in #51
-------------------------------------------------------------------
Thu Dec 29 22:30:34 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-jupyter
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,10 +26,10 @@
%endif
Name: python-pytest-jupyter%{psuffix}
Version: 0.6.2
Version: 0.7.0
Release: 0
Summary: A pytest plugin for testing Jupyter libraries and extensions
License: MIT AND BSD-3-Clause
License: BSD-3-Clause AND MIT
URL: https://github.com/jupyter-server/pytest-jupyter
Source: https://files.pythonhosted.org/packages/source/p/pytest_jupyter/pytest_jupyter-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}