python3-chardet: update to 5.2.0, adopt.

This commit is contained in:
Gonzalo Tornaría 2024-01-17 12:40:55 -03:00 committed by Andrew J. Hesford
parent c60269214e
commit 51604fd288
1 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'python3-chardet'
pkgname=python3-chardet
version=5.1.0
revision=2
version=5.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Universal encoding detector"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="LGPL-2.1-or-later"
homepage="https://github.com/chardet/chardet"
changelog="https://github.com/chardet/chardet/releases"
distfiles="${PYPI_SITE}/c/chardet/chardet-${version}.tar.gz"
checksum=0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5
checksum=1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7
conflicts="python-chardet"