From 67123b9dd6782806242fa728077549ece231f22b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 5 Nov 2019 13:16:06 +0000 Subject: [PATCH] testing/py3-rabbit: rebuild against python 3.8 --- testing/py3-rabbit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-rabbit/APKBUILD b/testing/py3-rabbit/APKBUILD index 333166a62a5..1aa5de86871 100644 --- a/testing/py3-rabbit/APKBUILD +++ b/testing/py3-rabbit/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-rabbit _pkgname=pyrabbit pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Pythonic interface to the RabbitMQ Management HTTP API" options="!check" # No testsuite in PYPI tarball url="https://github.com/bkjones/pyrabbit"