py-charset-normalizer: add 2.1.1 (#32784)

This commit is contained in:
Manuela Kuhn 2022-09-24 22:49:16 +02:00 committed by GitHub
parent 3e4bf1e400
commit 08371954bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,10 @@ class PyCharsetNormalizer(PythonPackage):
homepage = "https://github.com/ousret/charset_normalizer"
pypi = "charset-normalizer/charset-normalizer-2.0.7.tar.gz"
version("2.1.1", sha256="5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845")
version("2.0.12", sha256="2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597")
version("2.0.7", sha256="e019de665e2bcf9c2b64e2e5aa025fa991da8720daa3c1138cadd2fd1856aed0")
depends_on("python@3.6:", when="@2.1:", type=("build", "run"))
depends_on("python@3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")