python-hunter: update to 3.9.0

This commit is contained in:
Biswapriyo Nath 2025-08-23 05:22:34 +00:00
parent e1eafd2d99
commit 83a833fea2

View File

@ -3,7 +3,7 @@
_realname=hunter
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.8.0
pkgver=3.9.0
pkgrel=1
pkgdesc="Hunter is a flexible code tracing toolkit (mingw-w64)"
arch=('any')
@ -30,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-benchmark"
)
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('e844c63c5c69668ba39c01895e0b7b3196175a96f478e0cb42a3ecf48c3e20d834941e2209e86731576235d136f6e0512652906ddd3a612bbe7bf64e6227d085')
sha512sums=('b970f59fc8cf847785cdd8737ed13c1b88b7ac0f8130c94b3f3daa36d4e1eb9b0dc8413a7d03d1df398bcc2a182685460acccecd6ca9537da654bf283a1fd31f')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"