diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb index 9ce29aef7e..d411848545 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-sugar_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-sugar_1.1.0.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." | 1 | SUMMARY = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)." |
2 | HOMEPAGE = "https://github.com/Teemu/pytest-sugar" | 2 | HOMEPAGE = "https://github.com/Teemu/pytest-sugar" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dfc31f3b2a6a301239a1ba99b71a9459" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e485b36215d1a038821b3e51bd189197" |
5 | 5 | ||
6 | SRC_URI += "file://run-ptest" | 6 | SRC_URI += "file://run-ptest" |
7 | SRC_URI[sha256sum] = "6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a" | 7 | SRC_URI[sha256sum] = "53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4" |
8 | 8 | ||
9 | inherit pypi python_poetry_core ptest-python-pytest | 9 | inherit pypi python_poetry_core ptest-python-pytest |
10 | 10 | ||