summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-01 11:30:19 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-02 09:50:02 +0000
commit729c16b00e0e9036218a18a7234d90706542f4ab (patch)
tree629954c27abfe3e102c02388802fe3d8238ef1a4
parentb2b53798f3bdb3b5a42517416c9cde0c8d42dd2c (diff)
downloadpoky-729c16b00e0e9036218a18a7234d90706542f4ab.tar.gz
python3-markupsafe: upgrade 2.1.1 -> 2.1.2
(From OE-Core rev: 4fe7ecb620ae5d1c94bdc6e17e86e318213fc0ec) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb (renamed from meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
index 0544dd1b83..f4f0ad2df0 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.1.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" 4LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
5 5
6SRC_URI[sha256sum] = "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b" 6SRC_URI[sha256sum] = "abcabc8c2b26036d62d4c746381a6f7cf60aafcc653198ad678306986b09450d"
7 7
8PYPI_PACKAGE = "MarkupSafe" 8PYPI_PACKAGE = "MarkupSafe"
9inherit pypi setuptools3 9inherit pypi setuptools3