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
This commit is contained in:
2018-11-14 14:17:43 +00:00
committed by Git OBS Bridge
parent a86ed1728d
commit c1937857ff
5 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 14 14:00:29 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>