summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-03 17:03:06 +0800
committerKhem Raj <raj.khem@gmail.com>2025-09-04 10:28:28 -0700
commit67c9f3ef34a92b83dcf8860b0db858dd89424cca (patch)
tree9cd258a3a2b02543a49e63ee8eae32ba4b6c6660 /meta-python
parentfd9640dcca3d1e3eaaef8c3d80c278c3bd055e06 (diff)
downloadmeta-openembedded-67c9f3ef34a92b83dcf8860b0db858dd89424cca.tar.gz
python3-pytest-sugar: upgrade 1.1.0 -> 1.1.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb
index d411848545..86de98675e 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.1.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197"
5 5
6SRC_URI += "file://run-ptest" 6SRC_URI += "file://run-ptest"
7SRC_URI[sha256sum] = "53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4" 7SRC_URI[sha256sum] = "73b8b65163ebf10f9f671efab9eed3d56f20d2ca68bda83fa64740a92c08f65d"
8 8
9inherit pypi python_poetry_core ptest-python-pytest 9inherit pypi python_poetry_core ptest-python-pytest
10 10