diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-14 02:27:50 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-14 02:32:40 +0100 |
commit | 97706cc8b19b5d7bd651b4a1371b8cbc4be5d0e1 (patch) | |
tree | c4eb8663547f9dbecbd735bb0ca76037e3006fc3 /community/py3-pytest-mock/APKBUILD | |
parent | 90f9dcf2a8c7c6544c92c3de72d2087b7f94672d (diff) | |
download | aports-97706cc8b19b5d7bd651b4a1371b8cbc4be5d0e1.tar.bz2 aports-97706cc8b19b5d7bd651b4a1371b8cbc4be5d0e1.tar.xz |
community/py3-pytest-mock: upgrade to 1.12.1
Diffstat (limited to 'community/py3-pytest-mock/APKBUILD')
-rw-r--r-- | community/py3-pytest-mock/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD index 5ce867692b..f87e8902cf 100644 --- a/community/py3-pytest-mock/APKBUILD +++ b/community/py3-pytest-mock/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=py3-pytest-mock _pkgname=pytest-mock -pkgver=1.11.2 -pkgrel=1 +pkgver=1.12.1 +pkgrel=0 pkgdesc="Thin-wrapper around the mock package for easier use with py.test" options="!check" # Fails url="https://github.com/pytest-dev/pytest-mock" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="6dc927ce35001d088bddd9d79e024141b9e8163033b07af14b1f63330ef8b93dbf88649702f8fcc4f6ad314212fa5cbd39486b539811ec918450b3f7a716f96c pytest-mock-1.11.2.tar.gz" +sha512sums="a323f2c4958d9c04adae0309a28286a161f5799b458c0a56c48f216aee27ae3a8fbab7512ac7094f86c17a6938964e7f3bb5b328e1dbcc660e440852ed0b1580 pytest-mock-1.12.1.tar.gz" |