[oe][meta-python][PATCH 5/5] python3-dateparser: upgrade 1.4.1 -> 1.4.2
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Changelog: https://github.com/scrapinghub/dateparser/releases/tag/v1.4.2 Signed-off-by: Ankur Tyagi <[email protected]> --- ...{python3-dateparser_1.4.1.bb => python3-dateparser_1.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dateparser_1.4.1.bb => python3-dateparser_1.4.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.4.1.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.4.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-dateparser_1.4.1.bb rename to meta-python/recipes-devtools/python/python3-dateparser_1.4.2.bb index 2602356207..6b52cec67c 100644 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.4.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/scrapinghub/dateparser" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051" -SRC_URI[sha256sum] = "f265df13c0380e2e07543ba74b67c0681aaa1096981ffcd35227e1aa0cb81c7c" +SRC_URI[sha256sum] = "bed2a3fd9bad8f2fb2d72b57748bada260b3a9349a264c22ffc23c3249d7049a" inherit pypi python_setuptools_build_meta