forked from pool/python-pytest-doctestplus
Accepting request 961420 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.12.0 * MNT: Stop using distutils by @pllim in #172 * Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger in #174 * Fix typos by @kianmeng in #176 * Doctests in ufuncs should respect doctest_skip by @lpsinger in #175 * Use windows-2019 for GitHub Actions jobs by @lpsinger in #178 OBS-URL: https://build.opensuse.org/request/show/961420 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efcb24a366d3b033d343298c2a60eae418b06803c85373450f10306815c7c632
|
|
||||||
size 34637
|
|
||||||
3
pytest-doctestplus-0.12.0.tar.gz
Normal file
3
pytest-doctestplus-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a423bdb808693198b78993fb4738e3e3813d38b3f89e00e28978e5677a76833
|
||||||
|
size 36315
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 13 08:57:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.12.0
|
||||||
|
* MNT: Stop using distutils by @pllim in #172
|
||||||
|
* Add --doctest-ufunc option to doctest Numpy ufuncs by @lpsinger
|
||||||
|
in #174
|
||||||
|
* Fix typos by @kianmeng in #176
|
||||||
|
* Doctests in ufuncs should respect doctest_skip by @lpsinger in
|
||||||
|
#175
|
||||||
|
* Use windows-2019 for GitHub Actions jobs by @lpsinger in #178
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 17 13:49:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Sun Oct 17 13:49:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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
|
||||||
@@ -24,11 +24,11 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-pytest-doctestplus%{psuffix}
|
Name: python-pytest-doctestplus%{psuffix}
|
||||||
Version: 0.11.0
|
Version: 0.12.0
|
||||||
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
|
||||||
@@ -43,12 +43,15 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-packaging >= 17.0
|
Requires: python-packaging >= 17.0
|
||||||
Requires: python-pytest >= 4.6
|
Requires: python-pytest >= 4.6
|
||||||
Requires: python-setuptools >= 30.3.0
|
Requires: python-setuptools >= 30.3.0
|
||||||
BuildArch: noarch
|
|
||||||
%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 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}
|
||||||
|
%else
|
||||||
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user