diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:51:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 14:56:51 -0700 |
commit | 2dd3d663a1f6258de100cf093a8f648dd5eaed60 (patch) | |
tree | 73e45f7fe746d2d20af170f74c32ec288944b79d /meta-python/recipes-devtools | |
parent | 5abd38538426ef48293b7a1ca2f4105a0fd23a73 (diff) | |
download | meta-openembedded-2dd3d663a1f6258de100cf093a8f648dd5eaed60.tar.gz |
python3-pytest-cov: upgrade 4.1.0 -> 5.0.0
Changelog:
============
-Removed support for xdist rsync (now deprecated)
-Switched docs theme to Furo.
-Various legacy Python cleanup and CI improvements.
-Added a pyproject.toml example in the docs.
-Modernized project's pre-commit hooks to use ruff.
Signed-off-by: Wang Mingyu <wangmy@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/python3-pytest-cov_5.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb index 0be97e5c4f..e3e4affb9d 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-cov_4.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-cov_5.0.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \ | |||
5 | file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ | 5 | file://LICENSE;md5=cbc4e25353c748c817db2daffe605e43 \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6" | 8 | SRC_URI[sha256sum] = "5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" |
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||