From c1937857ffdbfd97a987ff33e61e691de7a0169943ff33ea9faa5db60af2a50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 14 Nov 2018 14:17:43 +0000 Subject: [PATCH] Accepting request 648992 from home:mimi_vx:branches:devel:languages:python:pytest - update to 3.10.1 * Fix nested usage of debugging plugin (pdb) * Block the stepwise plugin if cacheprovider is also blocked, as one depends on the other. * Parse minversion as an actual version and not as dot-separated strings. * Fix duplicate collection due to multiple args matching the same packages. * Fix item.nodeid with resolved symlinks. * Fix collection of direct symlinked files, where the target does not match python_files. * Fix TypeError in report_collect with _collect_report_last_write. OBS-URL: https://build.opensuse.org/request/show/648992 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest?expand=0&rev=21 --- pytest-3.10.0.tar.gz | 3 --- pytest-3.10.1.tar.gz | 3 +++ python-pytest-doc.spec | 2 +- python-pytest.changes | 14 ++++++++++++++ python-pytest.spec | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pytest-3.10.0.tar.gz create mode 100644 pytest-3.10.1.tar.gz diff --git a/pytest-3.10.0.tar.gz b/pytest-3.10.0.tar.gz deleted file mode 100644 index 06cbd6c..0000000 --- a/pytest-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b5232735dd0b736cbea9c0f09e5070d78fcaba2823a4f6f09d9a81bd19415c -size 890744 diff --git a/pytest-3.10.1.tar.gz b/pytest-3.10.1.tar.gz new file mode 100644 index 0000000..74fd2cc --- /dev/null +++ b/pytest-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e246cf173c01169b9617fc07264b7b1316e78d7a650055235d6d897bc80d9660 +size 892420 diff --git a/python-pytest-doc.spec b/python-pytest-doc.spec index cfc77ac..ec19ab4 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.10.0 +Version: 3.10.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 a1c9f36..cbfa3a3 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Nov 14 14:00:29 UTC 2018 - Ondřej Súkup + +- update to 3.10.1 + * Fix nested usage of debugging plugin (pdb) + * Block the stepwise plugin if cacheprovider is also blocked, as one + depends on the other. + * Parse minversion as an actual version and not as dot-separated strings. + * Fix duplicate collection due to multiple args matching the same packages. + * Fix item.nodeid with resolved symlinks. + * Fix collection of direct symlinked files, where the target does not match + python_files. + * Fix TypeError in report_collect with _collect_report_last_write. + ------------------------------------------------------------------- Mon Nov 5 08:13:05 UTC 2018 - Ondřej Súkup diff --git a/python-pytest.spec b/python-pytest.spec index 457e418..59aed91 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.10.0 +Version: 3.10.1 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT