python-filelock: update to 3.10.7

This commit is contained in:
Mehdi Chinoune
2023-03-27 18:22:59 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 264bbdd3bc
commit b054f5be40

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.10.6
pkgver=3.10.7
pkgrel=1
pkgdesc="A platform independent file lock (mingw-w64)"
arch=('any')
@@ -21,7 +21,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=('409105becd604d6b176a483f855e7e8903c5cb2873e47f2c64f66a370c046aaf')
sha256sums=('892be14aa8efc01673b5ed6589dbccb95f9a8596f0507e232626155495c18105')
prepare() {
rm -rf python-build-${MSYSTEM} | true