From 13281202d572c43c35ea0ef72fd8d6c01dd02947dbd38ec2be879b56e6b4525b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Aug 2020 07:56:51 +0000 Subject: [PATCH] Accepting request 829693 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.8.0 * Compatibility with ``pytest`` 6.0.0. [#120] OBS-URL: https://build.opensuse.org/request/show/829693 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=19 --- pytest-doctestplus-0.7.0.tar.gz | 3 --- pytest-doctestplus-0.8.0.tar.gz | 3 +++ python-pytest-doctestplus.changes | 6 ++++++ python-pytest-doctestplus.spec | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 pytest-doctestplus-0.7.0.tar.gz create mode 100644 pytest-doctestplus-0.8.0.tar.gz diff --git a/pytest-doctestplus-0.7.0.tar.gz b/pytest-doctestplus-0.7.0.tar.gz deleted file mode 100644 index 56e9738..0000000 --- a/pytest-doctestplus-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed440f43e33191f09aed7bbc4f60db3dfb8f295ab33e04c59302af7eda9e29aa -size 26625 diff --git a/pytest-doctestplus-0.8.0.tar.gz b/pytest-doctestplus-0.8.0.tar.gz new file mode 100644 index 0000000..e0985e5 --- /dev/null +++ b/pytest-doctestplus-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb083925a17ce636f33997c275f61123e63372c1db11fefac1e991ed25a4ca37 +size 27489 diff --git a/python-pytest-doctestplus.changes b/python-pytest-doctestplus.changes index 9528eb1..5843b0f 100644 --- a/python-pytest-doctestplus.changes +++ b/python-pytest-doctestplus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 25 13:53:35 UTC 2020 - Marketa Calabkova + +- Update to 0.8.0 + * Compatibility with ``pytest`` 6.0.0. [#120] + ------------------------------------------------------------------- Tue Jun 9 08:05:00 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-doctestplus.spec b/python-pytest-doctestplus.spec index 33ddcbb..eb8d794 100644 --- a/python-pytest-doctestplus.spec +++ b/python-pytest-doctestplus.spec @@ -27,7 +27,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doctestplus%{psuffix} -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: Pytest plugin with advanced doctest features License: BSD-3-Clause @@ -69,6 +69,7 @@ rm -f setup.cfg %if %{with test} %check export LANG=en_US.UTF8 +export PY_IGNORE_IMPORTMISMATCH=1 # README.rst contains Python 3 only imports %pytest --doctest-plus --doctest-rst -k 'not README.rst' %endif