diff options
author | Stefan Wagner <stw@bit-strickerei.de> | 2018-08-12 01:06:03 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-15 16:45:51 +0300 |
commit | 491905a47ebc58eb4974178c342fcfb6fea1be25 (patch) | |
tree | 4b6fb735cf19404dfae91e80c1efdcfa9e72bf5b /testing/py-kombu | |
parent | 134bb624d952b7ef8cf46679534b16f1cf8cad10 (diff) | |
download | aports-491905a47ebc58eb4974178c342fcfb6fea1be25.tar.bz2 aports-491905a47ebc58eb4974178c342fcfb6fea1be25.tar.xz |
testing/py-kombu: upgrade to 4.2.1
Diffstat (limited to 'testing/py-kombu')
-rw-r--r-- | testing/py-kombu/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/py-kombu/APKBUILD b/testing/py-kombu/APKBUILD index 0a01076cb3..f5ebc55073 100644 --- a/testing/py-kombu/APKBUILD +++ b/testing/py-kombu/APKBUILD @@ -1,7 +1,8 @@ +# Contributor: Stefan Wagner <stw@bit-strickerei.de> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=py-kombu -pkgver=4.1.0 -pkgrel=1 +pkgver=4.2.1 +pkgrel=0 pkgdesc="a message queue abstraction layer" url="https://pypi.python.org/pypi/kombu/" arch="noarch" @@ -43,4 +44,4 @@ py3() { _py python3 } -sha512sums="fc104a3f974fabf090cc257b1a7623af6048f4630c6c2a9bb693fe69d77b6cdab36135a290a41056c1f854f61cce8fc2aa6b7880e9273581bfdfa162b5724861 kombu-4.1.0.tar.gz" +sha512sums="a480444199aeee4e0048803a49ee85f2b348734eccf0e746189ea7db3787cb27baa89765a71cf88288ec7171252d55e13bc787641a543d3f91d6eb3d30c6a90c kombu-4.2.1.tar.gz" |