From 1969727bdd15ea35b3ca11a4da6f182ef588a9b5 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Fri, 9 Sep 2022 00:08:57 +0200 Subject: [PATCH] community/py3-requests-mock: upgrade to 1.10.0 --- community/py3-requests-mock/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-requests-mock/APKBUILD b/community/py3-requests-mock/APKBUILD index b87112f6e95..f05a2b80c1c 100644 --- a/community/py3-requests-mock/APKBUILD +++ b/community/py3-requests-mock/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Robert Sacks # Maintainer: Robert Sacks pkgname=py3-requests-mock -pkgver=1.9.3 +pkgver=1.10.0 pkgrel=0 pkgdesc="Mock out responses from the requests package" url="https://pypi.org/project/requests-mock/" @@ -32,5 +32,5 @@ package() { } sha512sums=" -bcded541d78670a1b1fc87f97d35286ab4bafd6946beb9d9b44886454c26a4d8c05834add18914f3f72b1d3c0534311efd1cc80e711b5085eb63053ae24cbb6f requests-mock-1.9.3.tar.gz +873c9b219e2a2360872fac22c83371ce40f4dee45e6a0d40365f4f551271c2168a662dced6e8baad890b1dadfc03d21d4ce013f149d25a42d998af4f4fca2a79 requests-mock-1.10.0.tar.gz " -- GitLab