forked from pool/python-pytest-doctestplus
- update to 0.12.1:
* Allow floating point comparison in Python dictionary. [#186] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=28
This commit is contained in:
parent
5f11f224e3
commit
2501c7e758
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a423bdb808693198b78993fb4738e3e3813d38b3f89e00e28978e5677a76833
|
|
||||||
size 36315
|
|
3
pytest-doctestplus-0.12.1.tar.gz
Normal file
3
pytest-doctestplus-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a979e4be99d9116e07ac066c5f00d45f387677d7d779f3bef30c6ffa8c79181
|
||||||
|
size 36434
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 22:39:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.12.1:
|
||||||
|
* Allow floating point comparison in Python dictionary. [#186]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 16 16:18:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Aug 16 16:18:41 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pytest-doctestplus%{psuffix}
|
Name: python-pytest-doctestplus%{psuffix}
|
||||||
Version: 0.12.0
|
Version: 0.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pytest plugin with advanced doctest features
|
Summary: Pytest plugin with advanced doctest features
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -45,8 +45,8 @@ Requires: python-pytest >= 4.6
|
|||||||
Requires: python-setuptools >= 30.3.0
|
Requires: python-setuptools >= 30.3.0
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: %{python_module numpy}
|
|
||||||
BuildRequires: %{python_module numpy-devel}
|
BuildRequires: %{python_module numpy-devel}
|
||||||
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pip >= 19.3.1}
|
BuildRequires: %{python_module pip >= 19.3.1}
|
||||||
BuildRequires: %{python_module pytest-doctestplus = %{version}}
|
BuildRequires: %{python_module pytest-doctestplus = %{version}}
|
||||||
BuildRequires: %{python_module pytest-remotedata >= 0.3.2}
|
BuildRequires: %{python_module pytest-remotedata >= 0.3.2}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user