summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-09-05 13:30:47 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-07 07:53:51 +0100
commitf82c77f368bf2bd7f094717f66425f5163f7fe92 (patch)
tree46a9a7e8a594e871a5d2ed9dbe18233bbea7fa55 /meta/recipes-devtools/python
parente5581dc85e70e025469f30e9ff0739d1af42dd8c (diff)
downloadpoky-f82c77f368bf2bd7f094717f66425f5163f7fe92.tar.gz
python3-poetry: upgrade 1.6.1 -> 1.7.0
Changelog: https://github.com/python-poetry/poetry-core/blob/main/CHANGELOG.md typing_extensions was removed in commit a06650d when support for Python 3.7 was dropped, so that specific md5sum isn't required anymore. (From OE-Core rev: af77c711ce39bac1253121fc318fab1a4a07c82e) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb (renamed from meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb b/meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb
index 536bc6413b..40b6355f4b 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_1.6.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_1.7.0.bb
@@ -16,10 +16,9 @@ LIC_FILES_CHKSUM = "\
16 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \ 16 file://src/poetry/core/_vendor/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
17 file://src/poetry/core/_vendor/pyrsistent/LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e \ 17 file://src/poetry/core/_vendor/pyrsistent/LICENSE.mit;md5=b695eb9c6e7a6fb1b1bc2d193c42776e \
18 file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \ 18 file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
19 file://src/poetry/core/_vendor/typing_extensions.LICENSE;md5=f16b323917992e0f8a6f0071bc9913e2 \
20" 19"
21 20
22SRC_URI[sha256sum] = "0f9b0de39665f36d6594657e7d57b6f463cc10f30c28e6d1c3b9ff54c26c9ac3" 21SRC_URI[sha256sum] = "8f679b83bd9c820082637beca1204124d5d2a786e4818da47ec8acefd0353b74"
23 22
24inherit python_poetry_core pypi 23inherit python_poetry_core pypi
25PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}" 24PYPI_ARCHIVE_NAME = "poetry_core-${PV}.${PYPI_PACKAGE_EXT}"