diff --git a/pytest-doctestplus-0.3.0.tar.gz b/pytest-doctestplus-0.3.0.tar.gz new file mode 100644 index 0000000..821f42b --- /dev/null +++ b/pytest-doctestplus-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e641bc720661c08ec3afe44a7951660cdff5e187259c433aa66e9ec2d5ccea1 +size 19620 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index f0213ab..844fb84 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 8 11:10:23 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.0: + * Honor the collect_ignore option used in conftest.py. [#36] + * Make use of doctest_optionflags settings. [#39] + * Make it possible to set FLOAT_CMP globally in setup.cfg. [#40] + * Drop support for pytest versions earlier than 3.0. [#46] + * Extend doctest-skip, doctest-skip-all, and doctest-requires directives to work in TeX files. [#43] + ------------------------------------------------------------------- Thu Feb 14 12:22:53 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 0bff9b0..e6cc18a 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -26,13 +26,13 @@ %endif %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doctestplus%{psuffix} -Version: 0.2.0 +Version: 0.3.0 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://github.com/astropy/pytest-doctestplus/archive/v%{version}.tar.gz +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 @@ -43,7 +43,7 @@ BuildArch: noarch %if %{with test} BuildRequires: %{python_module numpy >= 1.10} BuildRequires: %{python_module pytest >= 3.0} -BuildRequires: %{python_module pytest-doctestplus} +BuildRequires: %{python_module pytest-doctestplus >= %{version}} BuildRequires: %{python_module six} %endif %python_subpackages @@ -69,6 +69,7 @@ rm -f setup.cfg %if %{with test} %check +export LANG=en_US.UTF8 %python_expand PYTHONPATH=%{$python_sitelib} py.test-%{$python_bin_suffix} tests/ --doctest-plus --doctest-rst %endif diff --git a/v0.2.0.tar.gz b/v0.2.0.tar.gz deleted file mode 100644 index c9718a4..0000000 --- a/v0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6f9bfa00326dacf69e78df34544650432ab3049ad71291c42f29d90fdc3e5f6 -size 14866