python3-charset-normalizer: update to 2.0.11.
This commit is contained in:
parent
0a2280b56e
commit
73f4a79f44
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-charset-normalizer'
|
||||
pkgname=python3-charset-normalizer
|
||||
version=2.0.10
|
||||
version=2.0.11
|
||||
revision=1
|
||||
wrksrc="charset_normalizer-$version"
|
||||
build_style=python3-module
|
||||
|
@ -11,8 +11,9 @@ short_desc="Encoding and language detection"
|
|||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
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=f6ff5af81be8e733099e5dd79bf344f3181d1b4de25a570c0398e816b173f9f1
|
||||
checksum=d7188036dd61de0e626717d0b5fe6365beac7ea03c77b354e874a1098ed2b18a
|
||||
|
||||
pre_check() {
|
||||
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
||||
|
|
Loading…
Reference in a new issue