diff --git a/pytest-doctestplus-0.5.0.tar.gz b/pytest-doctestplus-0.5.0.tar.gz deleted file mode 100644 index 4dc6a08..0000000 --- a/pytest-doctestplus-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41386187b9261cd59a3ffe4cf9df58d517288a1d3f11d96749b39b4e38b0a02c -size 26945 diff --git a/pytest-doctestplus-0.6.1.tar.gz b/pytest-doctestplus-0.6.1.tar.gz new file mode 100644 index 0000000..3896961 --- /dev/null +++ b/pytest-doctestplus-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcb73b6a41859492c98eb0a9e2c7e93c9681876fd306eadba4a9593a47cc185 +size 27200 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index e26c6e3..15306bb 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 18 09:18:14 UTC 2020 - Tomáš Chvátal + +- Update to 0.6.1: + * Disabling the usage of the doctest_ignore_import_errors option + * Drop support for python versions earlier than 3.6. [#103] + * Drop support for pytest versions earlier than 4.0. [#103] + * Fix compatibility with pytest 5.4. [#103] + ------------------------------------------------------------------- Mon Nov 18 08:01:54 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index e4eb3fa..d49f346 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-doctestplus # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,24 +24,24 @@ %define psuffix %{nil} %bcond_with test %endif +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doctestplus%{psuffix} -Version: 0.5.0 +Version: 0.6.1 Release: 0 Summary: Pytest plugin with advanced doctest features License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/astropy/pytest-doctestplus Source: https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 3.0 +Requires: python-pytest >= 4.0 Requires: python-six BuildArch: noarch %if %{with test} BuildRequires: %{python_module pip} -BuildRequires: %{python_module pytest >= 3.0} +BuildRequires: %{python_module pytest >= 4.0} BuildRequires: %{python_module pytest-doctestplus >= %{version}} BuildRequires: %{python_module six} %endif