From 25617bb7b7d6e11623ff96c48ed5863ae650a22c Mon Sep 17 00:00:00 2001 From: Fabian Affolter <fabian@affolter-engineering.ch> Date: Tue, 12 Jan 2021 11:55:46 +0100 Subject: [PATCH] community/py3-pytest-mock: upgrade to 3.5.1 --- community/py3-pytest-mock/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-pytest-mock/APKBUILD b/community/py3-pytest-mock/APKBUILD index 9950fae5a76f..f5820aa88ad4 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 -pkgver=3.3.1 -pkgrel=1 +pkgver=3.5.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" @@ -33,4 +33,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ffd53974f82f725cf3bdbe750c1deb568ad1a12a67532eca93ff28d80b1cbcd8ebf709985f5473717c9d54345b251c1627c0567821e9e8b9e102db5c16cf7421 pytest-mock-3.3.1.tar.gz" +sha512sums="28ab2f239d3dfee134dd4e4fd467109cf3c76cb60aeb537dbc0c21b9a7619d068d54737e33d98c585e9341588fdafba4737ea5f428af37796f55e61ec30373a7 pytest-mock-3.5.1.tar.gz" -- GitLab