From: Wang Mingyu <[email protected]>

Security fixes:
=================
- Remove import-time loading of timezone offset data from pickle to prevent
  unsafe deserialization from packaged data
- Replace eval() use when parsing no_word_spacing with strict boolean
  parsing to prevent code execution from locale metadata (#1056)

New features:
=============
- Add support for expressions like "N {interval} from now" in English (#1271)
- Add support for the en-US locale (#1222)

Fixes:
========
- Honor REQUIRE_PARTS for ambiguous month-number inputs by retrying with a
  year-biased DATE_ORDER (#1298)
- Fix parsing word-number relative phrases such as "two days later" (#1316)
- Allow md5hash to work in FIPS environments (#1267)

Improvements:
=============
- Add Bosnian Cyrillic (ijekavica) date translations (#1293)
- Add a new browser-based demo to the project documentation (#1306)
- Update installation documentation to replace setup.py install guidance
- Add a project security policy

Signed-off-by: Wang Mingyu <[email protected]>
---
 ...{python3-dateparser_1.3.0.bb => python3-dateparser_1.4.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-dateparser_1.3.0.bb => 
python3-dateparser_1.4.0.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb 
b/meta-python/recipes-devtools/python/python3-dateparser_1.4.0.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-dateparser_1.4.0.bb
index 012c9654a4..27f9da83b6 100644
--- a/meta-python/recipes-devtools/python/python3-dateparser_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dateparser_1.4.0.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] = 
"5bccf5d1ec6785e5be71cc7ec80f014575a09b4923e762f850e57443bddbf1a5"
+SRC_URI[sha256sum] = 
"97a21840d5ecdf7630c584f673338a5afac5dfe84f647baf4d7e8df98f9354a4"
 
 PYPI_PACKAGE = "dateparser"
 
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#125935): 
https://lists.openembedded.org/g/openembedded-devel/message/125935
Mute This Topic: https://lists.openembedded.org/mt/118627800/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to