summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-01-17 15:19:29 +0800
committerKhem Raj <raj.khem@gmail.com>2023-01-17 01:05:53 -0800
commit8cc20dd576d13686293d997d6d96d8771147d05d (patch)
treef9882abf6ff2c1af670c1294ec0d6721fcf1f002 /meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb
parent6207648e88ea28a094e8044eb6226c8c3d0a35f2 (diff)
downloadmeta-openembedded-8cc20dd576d13686293d997d6d96d8771147d05d.tar.gz
python3-dateparser: upgrade 1.1.5 -> 1.1.6
Changelog: ========== Fix the bug where Monday is parsed as a month (#1121) Prevent ReDoS in Spanish sentence splitting regex (#1084) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb
deleted file mode 100644
index d61189bfdf..0000000000
--- a/meta-python/recipes-devtools/python/python3-dateparser_1.1.5.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1DESCRIPTION = "Provides modules to easily parse localized dates in almost any string formats commonly found on web pages"
2HOMEPAGE = "https://github.com/scrapinghub/dateparser"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051"
5
6SRC_URI[sha256sum] = "107f3cc87a60770e10d111349adc1504224a6b60753a47a64b0ec842ab85b5a9"
7
8PYPI_PACKAGE = "dateparser"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${PN} += " \
15 ${PYTHON_PN}-dateutil \
16 ${PYTHON_PN}-tzlocal \
17 ${PYTHON_PN}-ruamel-yaml \
18"
19
20# Ommitted ${PYTHON_PN}-convertdate, ${PYTHON_PN}-jdatetime ${PYTHON_PN}-umalqurra