diff --git a/pytest-3.7.0.tar.gz b/pytest-3.7.0.tar.gz deleted file mode 100644 index 306b773..0000000 --- a/pytest-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8214ab8446104a1d0c17fbd218ec6aac743236c6ffbe23abc038e40213c60b88 -size 843399 diff --git a/pytest-3.7.1.tar.gz b/pytest-3.7.1.tar.gz new file mode 100644 index 0000000..917223f --- /dev/null +++ b/pytest-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a8dbf407e437351cef4dba46736e9c5a6e3c3ac71b2e942209748e76ff2086 +size 845094 diff --git a/python-pytest-doc.changes b/python-pytest-doc.changes index 8b5a29c..fef4f40 100644 --- a/python-pytest-doc.changes +++ b/python-pytest-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 7 14:49:42 UTC 2018 - mimi.vx@gmail.com + +- update to 3.7.1 + ------------------------------------------------------------------- Thu Aug 2 12:57:23 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pytest-doc.spec b/python-pytest-doc.spec index 646880b..18fcd5f 100644 --- a/python-pytest-doc.spec +++ b/python-pytest-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doc -Version: 3.7.0 +Version: 3.7.1 Release: 0 Summary: Documentation for python-pytest, a testing tool with autodiscovery License: MIT diff --git a/python-pytest.changes b/python-pytest.changes index be2d880..2997fab 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 7 14:47:56 UTC 2018 - mimi.vx@gmail.com + +- update to 3.7.1 + * Raise immediately if approx() is given an expected value of a type it + doesn’t understand (e.g. strings, nested dicts, etc.). + * Correctly represent the dimensions of an numpy array when calling repr() on approx(). + * Fix incompatibility with third party plugins during collection, which + produced the error object has no attribute '_collectfile'. + * Display the absolute path if cache_dir is not relative to the rootdir instead of failing. + * Fix compatibility problem with plugins and the warning code issued + by fixture functions when they are called directly. + * Fix infinite recursion in pytest.approx with arrays in numpy<1.13. + * iFix TypeError when the assertion message is bytes in python 3. + ------------------------------------------------------------------- Thu Aug 2 12:57:23 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pytest.spec b/python-pytest.spec index c712995..b3cbf0a 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest -Version: 3.7.0 +Version: 3.7.1 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT @@ -42,7 +42,7 @@ BuildArch: noarch %ifpython2 Requires: python-funcsigs %endif -%if %python_version_nodots < 36 +%if "%python_flavor" == "python2" || %python3_version_nodots < 36 Requires: python-pathlib2 >= 2.2.0 %endif