diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 18:05:31 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-24 18:27:36 -0300 |
commit | 70df1da817f4434b929744c8ad88f18f280e02be (patch) | |
tree | b5674959e33b31d565262bde5c1aff8b4d7ea06f /community/py3-pytest-mock | |
parent | d6c7b2f482730c8cc601d656291e9972e4e9eb71 (diff) | |
download | aports-70df1da817f4434b929744c8ad88f18f280e02be.tar.bz2 aports-70df1da817f4434b929744c8ad88f18f280e02be.tar.xz |
community/py3-pytest-mock: upgrade to 1.11.1
Diffstat (limited to 'community/py3-pytest-mock')
-rw-r--r-- | community/py3-pytest-mock/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD index 3e8a0669b6..de5805c459 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.11.0 +pkgver=1.11.1 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="9ee5477a8e07584ea061b8f87b90425d596cb4177c4f085a00b5fb6e9a6caf246875f02b1d977fe94d20236fea1667e8c03c57e4a01363de524a70bf2cbd8832 pytest-mock-1.11.0.tar.gz" +sha512sums="196403bb9c3b0af89fc952bda2946235bca217cb2c88747d67246c47771399adbde59e76f1dd5e01450d0ede778a1228adfb9bfc33a6c0162319588cdf667423 pytest-mock-1.11.1.tar.gz" |