diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 13:18:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:42 +0000 |
commit | b0d70ac7acea7fa8e029a7b2ea6cfe52989fb872 (patch) | |
tree | 9b4c7e6ac4e0ca0575f0ab98a62973161b8982e4 /testing/py3-responses | |
parent | 177763c42c132063713a25d16ac4350ca9c9c133 (diff) | |
download | aports-b0d70ac7acea7fa8e029a7b2ea6cfe52989fb872.tar.bz2 aports-b0d70ac7acea7fa8e029a7b2ea6cfe52989fb872.tar.xz |
testing/py3-responses: rebuild against python 3.8
Diffstat (limited to 'testing/py3-responses')
-rw-r--r-- | testing/py3-responses/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-responses/APKBUILD b/testing/py3-responses/APKBUILD index 702e898741..ec0658c1b8 100644 --- a/testing/py3-responses/APKBUILD +++ b/testing/py3-responses/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-responses _pkgname=responses pkgver=0.10.6 -pkgrel=0 +pkgrel=1 pkgdesc="Utility library for mocking out the requests Python library" url="https://pypi.python.org/pypi/responses/" arch="noarch" |