Skip to content

Commit

Permalink
python3-charset-normalizer: upgrade 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
Changelog:
=========
Fixed
------
    Multi-bytes cutter/chunk generator did not always cut correctly (PR openembedded#233)

Changed
-------
    Speedup provided using mypy/c 0.990 on Python >= 3.7

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Nov 28, 2022
1 parent 11a8cd6 commit 49a20a6
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] = "b27d10ad15740b45fd55f76e6901a4391e6dca3917ef48ecdcf17edf6e00d770"
SRC_URI[sha256sum] = "ebea339af930f8ca5d7a699b921106c6e29c617fe9606fa7baa043c1cdae326f"

inherit pypi setuptools3

Expand Down

0 comments on commit 49a20a6

Please sign in to comment.