python3-charset-normalizer: update to 3.0.1.
This commit is contained in:
parent
e991db1cad
commit
44614348fc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-charset-normalizer'
|
# Template file for 'python3-charset-normalizer'
|
||||||
pkgname=python3-charset-normalizer
|
pkgname=python3-charset-normalizer
|
||||||
version=2.1.1
|
version=3.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -12,7 +12,7 @@ license="MIT"
|
||||||
homepage="https://charset-normalizer.readthedocs.io/"
|
homepage="https://charset-normalizer.readthedocs.io/"
|
||||||
changelog="https://raw.githubusercontent.com/Ousret/charset_normalizer/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Ousret/charset_normalizer/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
|
distfiles="https://github.com/Ousret/charset_normalizer/archive/refs/tags/$version.tar.gz"
|
||||||
checksum=6a6a202ec93ccde145ebf40e9dda7b1cd246d576533e12b8dfeaf1202e5eb912
|
checksum=e20e078e48e03b493674443bd005d360128a440394e2bc8cbb7a01610cb652d9
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
vsed -i "s/--cov=charset_normalizer --cov-report=term-missing//" setup.cfg
|
||||||
|
|
Loading…
Reference in New Issue