From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python2][PATCH] python-pytest: update 4.6.6 -> 4.6.9
Date: Sat, 18 Jan 2020 18:26:28 -0800 [thread overview]
Message-ID: <20200119022628.39901-1-ticotimo@gmail.com> (raw)
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@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
reply other threads:[~2020-01-19 2:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200119022628.39901-1-ticotimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.