python-fasteners: update to 0.20

This commit is contained in:
Dirk Stolle 2025-08-11 22:09:28 +02:00
parent a3b9a709a8
commit a8b95efa4d

View File

@ -3,22 +3,25 @@
_realname=fasteners
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=0.19
pkgver=0.20
pkgrel=2
pkgdesc="A python package that provides useful locks. (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/harlowja/fasteners'
msys2_references=(
'archlinux: python-fasteners'
'gentoo: dev-python/fasteners'
'purl: pkg:pypi/fasteners'
)
msys2_changelog_url="https://github.com/harlowja/fasteners/blob/main/CHANGELOG.md"
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://github.com/harlowja/fasteners/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha512sums=('47db216ff5bad5c669ca2d9be0ee09feba4a3d55ed0eac8d3623bd3d112b0b87fb9019f8785d035ec32ad9fa9e4ae7d1c92a576c97eec29acc82711d7e71a465')
sha512sums=('539ce5b16f70a73fe6b7296a1bab3b751eff7b7385b980eba3e4d6e42eb263448fd074f325529a30d982e1c366a122aef46bc359578a370ef1278225c09a5f71')
build() {
msg "Python build for ${MSYSTEM}"