aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-29 08:21:22 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-29 08:23:42 +0100
commit8894efeeaf4341e09bbe7cdfdfe6ac69860d72ce (patch)
tree9e29fd1efc0f7470b5538f67ebe1bb7e8ec8c899
parent4b5871acb35e94f025fc8fd2535f12535cf7963c (diff)
downloadaports-8894efeeaf4341e09bbe7cdfdfe6ac69860d72ce.tar.bz2
aports-8894efeeaf4341e09bbe7cdfdfe6ac69860d72ce.tar.xz
community/py3-pytest-mock: upgrade to 1.13.0
-rw-r--r--community/py3-pytest-mock/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD
index f87e8902cf..c66fdbbf0e 100644
--- a/community/py3-pytest-mock/APKBUILD
+++ b/community/py3-pytest-mock/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=py3-pytest-mock
_pkgname=pytest-mock
-pkgver=1.12.1
+pkgver=1.13.0
pkgrel=0
pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
options="!check" # Fails
@@ -28,4 +28,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="a323f2c4958d9c04adae0309a28286a161f5799b458c0a56c48f216aee27ae3a8fbab7512ac7094f86c17a6938964e7f3bb5b328e1dbcc660e440852ed0b1580 pytest-mock-1.12.1.tar.gz"
+sha512sums="11ca6379a32489fc9e18cdbc40ebc1f59fb1284fb3a8c39a4d98435d0f3b3e1630d13243dd79e2d3f468a3296b3931bc810da2095a0a9c29150010d9e1a44ed8 pytest-mock-1.13.0.tar.gz"