diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-02-12 10:35:58 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-13 14:07:47 -0800 |
commit | 662f7b7789d7e96464443bcd120ac7b8ba46804b (patch) | |
tree | 495bd11907efe49189453c48619f9dd4c002babf /meta-python/recipes-devtools | |
parent | 1f27638c7d93d930dcb3594e0e8a262267f65d77 (diff) | |
download | meta-openembedded-662f7b7789d7e96464443bcd120ac7b8ba46804b.tar.gz |
python3-pytest: upgrade 5.3.2 -> 5.3.5
Copyright updated: 2004-2019 -> 2004-2020
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb (renamed from meta-python/recipes-devtools/python/python3-pytest_5.3.2.bb) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc index 752d67e36..402126300 100644 --- a/meta-python/recipes-devtools/python/python-pytest.inc +++ b/meta-python/recipes-devtools/python/python-pytest.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Simple powerful teting with python" | 1 | SUMMARY = "Simple powerful teting with python" |
2 | HOMEPAGE = "http://pytest.org" | 2 | HOMEPAGE = "http://pytest.org" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=640061b8cee64b308a4d2f9f556c12f2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "71a8eb2ab5efb76512d9a69bd6477034" | 6 | SRC_URI[md5sum] = "d5ef453f723be46d93e0795f3be86c88" |
7 | SRC_URI[sha256sum] = "6b571215b5a790f9b41f19f3531c53a45cf6bb8ef2988bc1ff9afb38270b25fa" | 7 | SRC_URI[sha256sum] = "0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d" |
8 | 8 | ||
9 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ | 9 | SRC_URI_append = " file://0001-setup.py-remove-the-setup_requires-for-setuptools-scm.patch \ |
10 | " | 10 | " |
diff --git a/meta-python/recipes-devtools/python/python3-pytest_5.3.2.bb b/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb index eba6632a2..eba6632a2 100644 --- a/meta-python/recipes-devtools/python/python3-pytest_5.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-pytest_5.3.5.bb | |||