aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-kombu
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-11 07:44:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-11 11:37:57 -0300
commit597f5eed27deb23613eb1b20b0606e89f835344b (patch)
treed588c38613ea815b791a7b99e3a9d66356933b51 /testing/py3-kombu
parent035f38c93ee88eafa2f2cd0029dd8443940ea06d (diff)
downloadaports-597f5eed27deb23613eb1b20b0606e89f835344b.tar.bz2
aports-597f5eed27deb23613eb1b20b0606e89f835344b.tar.xz
testing/py3-kombu: upgrade to 4.6.5
Diffstat (limited to 'testing/py3-kombu')
-rw-r--r--testing/py3-kombu/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/py3-kombu/APKBUILD b/testing/py3-kombu/APKBUILD
index a0fe2eaa53..3485676210 100644
--- a/testing/py3-kombu/APKBUILD
+++ b/testing/py3-kombu/APKBUILD
@@ -2,15 +2,17 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-kombu
_pyname=kombu
-pkgver=4.6.4
-pkgrel=1
+pkgver=4.6.5
+pkgrel=0
pkgdesc="a message queue abstraction layer"
+options="!check" # 3 Redis tests fail
url="https://pypi.python.org/pypi/kombu/"
arch="noarch !s390x" # Limited by py3-dill
license="BSD-3-Clause"
depends="py3-amqp py3-vine py3-importlib-metadata"
makedepends="py3-setuptools"
-checkdepends="py3-pyro4 py3-case py3-nose py3-mock py3-tz py3-pytest"
+checkdepends="py3-pyro4 py3-case py3-nose py3-mock py3-tz py3-pytest py3-sqlalchemy
+ py3-fakeredis"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
@@ -33,4 +35,4 @@ check() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="ccc91245149c315aa6bab9d906df8c31d098cacf924fe45ffd7c71647b7a5eafac4a9b5234366be99079352ed919bce2ecb64cc27ddedc6c97978cace27bdd61 kombu-4.6.4.tar.gz"
+sha512sums="f1547400c2ad88a11d21d025bd414c00c95e42175e8f4c56d7c76f447d5f232dc24168e2b0638ed5c3d2e1e1034ec4a273c29a9d4fd84a9986627fe150b873b7 kombu-4.6.5.tar.gz"