aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-06-26 00:54:48 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-06-26 04:27:18 +0000
commit8d1291b81256f4169eaf0907e75dd763859a93ca (patch)
treea3bbbe97d81e1febaecf360923810cb9090d6bec
parentcb83f53d60c30451a7202c5b5f09a0190f85b7de (diff)
downloadalpine_aports-8d1291b81256f4169eaf0907e75dd763859a93ca.tar.bz2
alpine_aports-8d1291b81256f4169eaf0907e75dd763859a93ca.tar.xz
alpine_aports-8d1291b81256f4169eaf0907e75dd763859a93ca.zip
community/py3-pytest-mock: upgrade to 3.1.1
-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 1b9d761a07..77233ac312 100644
--- a/community/py3-pytest-mock/APKBUILD
+++ b/community/py3-pytest-mock/APKBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Andy Postnikov <apostnikov@gmail.com> 1# Maintainer: Andy Postnikov <apostnikov@gmail.com>
2pkgname=py3-pytest-mock 2pkgname=py3-pytest-mock
3pkgver=3.1.0 3pkgver=3.1.1
4pkgrel=0 4pkgrel=0
5pkgdesc="Thin-wrapper around the mock package for easier use with py.test" 5pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
6options="!check" # Fails 6options="!check" # Fails
@@ -27,4 +27,4 @@ package() {
27 python3 setup.py install --prefix=/usr --root="$pkgdir" 27 python3 setup.py install --prefix=/usr --root="$pkgdir"
28} 28}
29 29
30sha512sums="6e970aeb1d4086df045a355e11969074e761fcdc3c8486e0405a4051cdf7c4425ae264e7005afe7afe5356f73061ad5f4cbad05b3ce2f55681a3e12ce1a6b671 pytest-mock-3.1.0.tar.gz" 30sha512sums="8e55bd7dc45de2c35fbbbbf4385ea805e6546c8d894f3b351bc31fe1c6d9c790f9e14f79de01262c18634d9dfd5142be7520181f1195faccba1f0e8a06ffe675 pytest-mock-3.1.1.tar.gz"