1
0

- Update to 0.7.0:

* Added a new ini option, doctest_subpackage_requires, that can
    be used to skip specific subpackages based on required packages. [#112]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal 2020-06-09 08:06:27 +00:00 committed by Git OBS Bridge
parent 3d18cb1873
commit a0e54542a7
4 changed files with 11 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.0:
* Added a new ini option, doctest_subpackage_requires, that can
be used to skip specific subpackages based on required packages. [#112]
-------------------------------------------------------------------
Mon May 18 09:18:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -27,7 +27,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pytest-doctestplus%{psuffix}
Version: 0.6.1
Version: 0.7.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause