diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:37:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-28 19:43:33 -0300 |
commit | bf0d50148bba0c3c99755db7f35ec0a2291ffd52 (patch) | |
tree | 4734704f7e738943545d4675b6e8310794cbfa29 /community/py3-pytest-mock | |
parent | d49c2027f089f710434106df121f2d35053eee68 (diff) | |
download | aports-bf0d50148bba0c3c99755db7f35ec0a2291ffd52.tar.bz2 aports-bf0d50148bba0c3c99755db7f35ec0a2291ffd52.tar.xz |
community/py3-pytest-mock: upgrade to 1.10.4
Diffstat (limited to 'community/py3-pytest-mock')
-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 4c0a949af1..980e48a0b8 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.10.0 -pkgrel=1 +pkgver=1.10.4 +pkgrel=0 pkgdesc="Thin-wrapper around the mock package for easier use with py.test" url="https://github.com/pytest-dev/pytest-mock" arch="noarch" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b8afba13da3e598b6493459298e395c0ecc06538733916659191bd5c5c22f40b0e296853ad940c16a6d492fcf46b2daf490ee589661d391e2c7cd1deb84da756 pytest-mock-1.10.0.tar.gz" +sha512sums="855ed6d2de6fb88bdc476b36b70373126859194cd01fd6b8700e2d42ccfb5b309c6b5d20dabb1306648b37045c2dd150682c3204f06f7e5ba1435353b66445e9 pytest-mock-1.10.4.tar.gz" |