Skip to content

Commit

Permalink
python3-charset-normalizer: upgrade 3.0.1 -> 3.1.0
Browse files Browse the repository at this point in the history
Added
-----
 Argument should_rename_legacy for legacy function detect and disregard any new arguments without errors (PR openembedded#262)

Removed
-------
 Support for Python 3.6 (PR openembedded#260)

Changed
-------
 Optional speedup provided by mypy/c 1.0.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Mar 10, 2023
1 parent bbaa6a0 commit 50d54c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ousret/charset_normalizer"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5"

SRC_URI[sha256sum] = "ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f"
SRC_URI[sha256sum] = "34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5"

inherit pypi setuptools3

Expand Down

0 comments on commit 50d54c9

Please sign in to comment.