From 6f0612806ef4e606b3d4eb963d45e025cd822594 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Feb 2023 16:09:53 +0800 Subject: python3-dateparser: upgrade 1.1.6 -> 1.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improvements: ============ Add an “ago” synonym for Arabic (#1128) Improved date parsing for Czech (#1131) Improved date parsing for Indonesian (#1134) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-dateparser_1.1.6.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dateparser_1.1.6.bb (limited to 'meta-python/recipes-devtools/python/python3-dateparser_1.1.6.bb') diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.6.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.6.bb deleted file mode 100644 index 80869d0163..0000000000 --- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.6.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Provides modules to easily parse localized dates in almost any string formats commonly found on web pages" -HOMEPAGE = "https://github.com/scrapinghub/dateparser" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051" - -SRC_URI[sha256sum] = "e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214" - -PYPI_PACKAGE = "dateparser" - -inherit pypi setuptools3 - -CLEANBROKEN = "1" - -RDEPENDS:${PN} += " \ - ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-tzlocal \ - ${PYTHON_PN}-ruamel-yaml \ -" - -# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra -- cgit v1.2.3-54-g00ecf