aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-17 06:42:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:22 +0000
commit0e09137043a9df934495855bd9ca459136ec47f7 (patch)
tree27958f7df0446bfc6e088f1162e9358b799e5c39
parentb095c831195185e9ee3ae9a550af04cd38832f95 (diff)
community/py3-betamax: rebuild against python 3.9
-rw-r--r--community/py3-betamax/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-betamax/APKBUILD b/community/py3-betamax/APKBUILD
index c233320c5b9..7364a824209 100644
--- a/community/py3-betamax/APKBUILD
+++ b/community/py3-betamax/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Daudt <kdaudt@alpinelinux.org>
pkgname=py3-betamax
pkgver=0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="VCR imitation designed only for python-requests"
options="!check" # 3 Tests fail, tests require internet
url="https://github.com/betamaxpy/betamax"