python3-zstandard: update to 0.21.0.

Closes: https://github.com/void-linux/void-packages/issues/44257
This commit is contained in:
Duncaen 2023-06-04 18:34:52 +02:00
parent 439a9c01c2
commit fa2f6e0f4b
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'python3-zstandard'
pkgname=python3-zstandard
version=0.19.0
version=0.21.0
revision=1
build_style=python3-module
make_build_args="--system-zstd"
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/indygreg/python-zstandard"
changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst"
distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz"
checksum=8106c216bcaed7b70e6515b407adbfd21dd84c9855c9771530e0a3561b130454
checksum=15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5
pre_check() {
# The skipped test ignored due to failure, see: