python-mock: update to 5.0.0

This commit is contained in:
Mehdi Chinoune
2022-12-30 18:13:36 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent eee694b313
commit a3c0c28e07

View File

@@ -6,8 +6,8 @@ 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=4.0.3
pkgrel=3
pkgver=5.0.0
pkgrel=1
pkgdesc='Rolling backport of unittest.mock for all Pythons (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-funcsigs")
source=("https://pypi.python.org/packages/source/m/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc')
sha256sums=('fd552787228eb2ab8352f270470fa93c9ad8b9cbc565c5558ee3faed8edb3853')
noextract=(${_realname}-${pkgver}.tar.gz)
prepare() {