Date: Sunday, July 31, 2022 @ 17:43:32 Author: arojas Revision: 1259357
upgpkg: python-pytest-mock 3.8.2-1: Update to 3.8.2 Modified: python-pytest-mock/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-31 17:42:17 UTC (rev 1259356) +++ PKGBUILD 2022-07-31 17:43:32 UTC (rev 1259357) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-mock -pkgver=3.7.0 +pkgver=3.8.2 pkgrel=1 pkgdesc="Thin-wrapper around the mock package for easier use with py.test" arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools-scm') checkdepends=('python-pytest-asyncio') source=("https://github.com/pytest-dev/pytest-mock/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('567e6f4144304b32d395a67e5762006202889b6b078a8a5064495684caaecce1205d37982c116ccc2f43cac4de5695cdc38c3197c40598424e41a2967053f520') +sha512sums=('66f1c9eb31d4cc3ebd5104227f5c8ead06e7f1c0c3d87f615960a75851eaa096ca3499059d2c969d36f77eecb4ffa276fc602fb2a08600215cf6c0663bbba82b') build() { cd pytest-mock-$pkgver
