python3-charset-normalizer: update to 2.1.1.

This commit is contained in:
Andrew J. Hesford 2022-09-19 21:07:42 -04:00
parent ede400594c
commit dce8d3e36f

View file

@ -1,6 +1,6 @@
# Template file for 'python3-charset-normalizer'
pkgname=python3-charset-normalizer
version=2.1.0
version=2.1.1
revision=1
wrksrc="charset_normalizer-$version"
build_style=python3-module
@ -13,7 +13,7 @@ license="MIT"
homepage="https://charset-normalizer.readthedocs.io/"
changelog="https://raw.githubusercontent.com/Ousret/charset_normalizer/master/CHANGELOG.md"
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
checksum=0bfd977140480c2ee8905183d764a848f86e6d9aae8977692f1ecd609bb887bd
checksum=6a6a202ec93ccde145ebf40e9dda7b1cd246d576533e12b8dfeaf1202e5eb912
pre_check() {
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg