python-filelock: update to 3.17.0

This commit is contained in:
Biswapriyo Nath 2025-01-23 07:00:00 +00:00
parent c4c166ed1a
commit af8c705b83

View File

@ -3,7 +3,7 @@
_realname=filelock
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.16.1
pkgver=3.17.0
pkgrel=1
pkgdesc="A platform independent file lock (mingw-w64)"
arch=('any')
@ -22,7 +22,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-pytest-timeout")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435')
sha256sums=('ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"