diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-08 08:07:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:18:08 +0100 |
commit | c2b2346c584879b4b4fba153d71b3de64606b8ed (patch) | |
tree | 430c0be19ceb1c2d42df0c69f31a65287d6a3c62 | |
parent | d796e2e192059c431dde2d68982ce1e68a405e21 (diff) | |
download | aports-c2b2346c584879b4b4fba153d71b3de64606b8ed.tar.gz aports-c2b2346c584879b4b4fba153d71b3de64606b8ed.tar.bz2 aports-c2b2346c584879b4b4fba153d71b3de64606b8ed.tar.xz |
community/py3-requests-cache: rebuild against python 3.10
-rw-r--r-- | community/py3-requests-cache/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-requests-cache/APKBUILD b/community/py3-requests-cache/APKBUILD index 4e841366c6..68f93c0ecb 100644 --- a/community/py3-requests-cache/APKBUILD +++ b/community/py3-requests-cache/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=py3-requests-cache pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="Persistent cache for requests library" url="https://github.com/reclosedev/requests-cache" arch="noarch" |