mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-07 06:00:20 +00:00
python3-charset-normalizer: Upgrade 3.4.9 -> 3.5.1
Upgrade to release 3.5.1: - Raised upper bound of setuptools to v84 (#794) - Cache performance access optimization for our CharInfo struct (prebuilt only). - No longer decoding large content when the noise detector output give a high entropy. Only impacted large content input >1M bytes. Deploy sample data files to fix tests. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -19,6 +19,6 @@ index 1111111..2222222 100644
|
||||
+++ b/pyproject.toml
|
||||
@@ -1,3 +1,3 @@
|
||||
[build-system]
|
||||
-requires = ["setuptools>=68,<83.1"]
|
||||
-requires = ["setuptools>=68,<84.1"]
|
||||
+requires = ["setuptools>=68"]
|
||||
build-backend = "backend"
|
||||
|
||||
Reference in New Issue
Block a user