python-zstandard: update to 0.25.0

This commit is contained in:
Dirk Stolle 2025-10-13 03:12:02 +02:00
parent 287686ff0e
commit f7b4b4b030

View File

@ -3,7 +3,7 @@
_realname=zstandard
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.23.0
pkgver=0.25.0
pkgrel=1
pkgdesc='Python bindings to the Zstandard (zstd) compression library (mingw-w64)'
arch=('any')
@ -12,6 +12,8 @@ url='https://python-zstandard.readthedocs.io/'
msys2_repository_url='https://github.com/indygreg/python-zstandard/'
msys2_references=(
'archlinux: python-zstandard'
'cygwin: python-zstandard'
'gentoo: dev-python/zstandard'
'purl: pkg:pypi/zstandard'
)
license=('spdx:BSD-3-Clause')
@ -24,7 +26,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis")
optdepends=("${MINGW_PACKAGE_PREFIX}-python-cffi")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
0001-python-zstandard-check-compiler-type.patch)
sha256sums=('b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09'
sha256sums=('7713e1179d162cf5c7906da876ec2ccb9c3a9dcbdffef0cc7f70c3667a205f0b'
'9b2affb073fb5f5d757701b98fa3ee87a84f90c9c58d17d06c8a4e8339041afe')
prepare() {