diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 00:21:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-29 01:00:44 -0300 |
commit | 3ac86f54cee0299747fb38f078b09d7e5321fd14 (patch) | |
tree | 0dff4319dbe62fc41be697b6420f59160b03fa52 | |
parent | dbb242f4066b8959ae7871a1b602edacbe70350b (diff) | |
download | aports-3ac86f54cee0299747fb38f078b09d7e5321fd14.tar.bz2 aports-3ac86f54cee0299747fb38f078b09d7e5321fd14.tar.xz |
community/py3-responses: upgrade to 0.10.11
-rw-r--r-- | community/py3-responses/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-responses/APKBUILD b/community/py3-responses/APKBUILD index b4fc745502..bdd2ab531e 100644 --- a/community/py3-responses/APKBUILD +++ b/community/py3-responses/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Keith Maxwell <keith.maxwell@gmail.com> pkgname=py3-responses _pkgname=responses -pkgver=0.10.10 +pkgver=0.10.11 pkgrel=0 pkgdesc="Utility library for mocking out the requests Python library" url="https://pypi.python.org/pypi/responses/" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="7a33529741e211ddf204543cd3490b8502fe8eb3d26f0b5956ce02d6a0e0273697d65d5eacf85ef7fc6470239daeb66a949e1c5200446792d8b8d24a31c88025 py3-responses-0.10.10.tar.gz" +sha512sums="db443e9f34c2950214e26a5552e86989ff570678f1e43f4de5a25b6f85d8710d317e69305ae29077267b13b518cba06c52a835b7a67fd2640e05ebee362a0cf8 py3-responses-0.10.11.tar.gz" |