[oe] [meta-python2][PATCH] python-pytest: update 4.6.6 -> 4.6.9

Tim Orling ticotimo at gmail.com
Sun Jan 19 02:26:28 UTC 2020


Upstream release notes:

* pytest 4.6.9 (2020-01-04)
  - Bug Fixes

    #6301: Fix assertion rewriting for egg-based distributions and editable
           installs (pip install --editable).

* pytest 4.6.8 (2019-12-19)
  - Features

    #5471: JUnit XML now includes a timestamp and hostname in the testsuite tag.

  - Bug Fixes

    #5430: junitxml: Logs for failed test are now passed to junit report in
           case the test fails during call phase.

  - Trivial/Internal Changes

    #6345: Pin colorama to 0.4.1 only for Python 3.4 so newer Python versions
           can still receive colorama updates.

* pytest 4.6.7 (2019-12-05)
  - Bug Fixes

    #5477: The XML file produced by --junitxml now correctly contain a
           <testsuites> root element.
    #6044: Properly ignore FileNotFoundError (OSError.errno == NOENT in Python
           2) exceptions when trying to remove old temporary directories, for
           instance when multiple processes try to remove the same directory
           (common with pytest-xdist for example).

License-Update: Update license year to include 2020

Signed-off-by: Tim Orling <ticotimo at gmail.com>
---
 .../{python-pytest_4.6.6.bb => python-pytest_4.6.9.bb}     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
 rename recipes-devtools/python/{python-pytest_4.6.6.bb => python-pytest_4.6.9.bb} (84%)

diff --git a/recipes-devtools/python/python-pytest_4.6.6.bb b/recipes-devtools/python/python-pytest_4.6.9.bb
similarity index 84%
rename from recipes-devtools/python/python-pytest_4.6.6.bb
rename to recipes-devtools/python/python-pytest_4.6.9.bb
index a9b64922..c1cf0ac3 100644
--- a/recipes-devtools/python/python-pytest_4.6.6.bb
+++ b/recipes-devtools/python/python-pytest_4.6.9.bb
@@ -1,13 +1,12 @@
 SUMMARY = "Simple powerful teting with python"
 HOMEPAGE = "http://pytest.org"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=640061b8cee64b308a4d2f9f556c12f2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
 
 SRC_URI += " file://0001-setup.py-remove-setup_requires-for-setuptools-scm.patch"
 
-SRC_URI[md5sum] = "0cf02e80d916a81a3d4fa425eb8063c5"
-SRC_URI[sha256sum] = "692d9351353ef709c1126266579edd4fd469dcf6b5f4f583050f72161d6f3592"
-
+SRC_URI[md5sum] = "d0457c5ddd0438e3b68b7939339d915f"
+SRC_URI[sha256sum] = "19e8f75eac01dd3f211edd465b39efbcbdc8fc5f7866d7dd49fedb30d8adf339"
 
 inherit update-alternatives pypi setuptools
 
-- 
2.25.0



More information about the Openembedded-devel mailing list