aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-hotqueue
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 07:10:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:32 +0000
commit0f788a9ee0750476b21cd6711df247f3c6403fd1 (patch)
tree47f0898d899b7b911c7bd2db30cf67f010f7cb82 /testing/py3-hotqueue
parentfa2195011d5658f2987f98176ea039cf509ce839 (diff)
downloadaports-0f788a9ee0750476b21cd6711df247f3c6403fd1.tar.bz2
aports-0f788a9ee0750476b21cd6711df247f3c6403fd1.tar.xz
testing/py3-hotqueue: rebuild against python 3.8
Diffstat (limited to 'testing/py3-hotqueue')
-rw-r--r--testing/py3-hotqueue/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-hotqueue/APKBUILD b/testing/py3-hotqueue/APKBUILD
index 3c37f76a31..b788898d72 100644
--- a/testing/py3-hotqueue/APKBUILD
+++ b/testing/py3-hotqueue/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-hotqueue
_pkgname=hotqueue
pkgver=0.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="A Python library that allows to use Redis as a message queue"
options="!check" # Require running instance of redis server
url="http://github.com/richardhenry/hotqueue"