[arch-commits] Commit in python-kombu/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Dec 27 09:39:10 UTC 2016


    Date: Tuesday, December 27, 2016 @ 09:39:09
  Author: felixonmars
Revision: 203029

upgpkg: python-kombu 4.0.2-2

python 3.6 rebuild

Modified:
  python-kombu/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-27 09:25:48 UTC (rev 203028)
+++ PKGBUILD	2016-12-27 09:39:09 UTC (rev 203029)
@@ -5,7 +5,7 @@
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
 pkgver=4.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A messaging library for Python'
 arch=('any')
 url="http://kombu.readthedocs.org/"
@@ -26,6 +26,7 @@
 sha256sums=('SKIP')
 
 prepare() {
+  sed -i 's/for qname, queue in items(self._queues):/for qname, queue in list(items(self._queues)):/' kombu/kombu/messaging.py
   cp -a kombu{,-py2}
 }
 



More information about the arch-commits mailing list