[arch-commits] Commit in python-txaio/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Sun Jul 29 06:04:42 UTC 2018
Date: Sunday, July 29, 2018 @ 06:04:42
Author: eschwartz
Revision: 364215
upgpkg: python-txaio 18.7.1-1
upstream release fixes some-but-not-all python 3.7 issues natively
Modified:
python-txaio/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-29 06:04:05 UTC (rev 364214)
+++ PKGBUILD 2018-07-29 06:04:42 UTC (rev 364215)
@@ -4,8 +4,8 @@
pkgbase=python-txaio
pkgname=(python-txaio python2-txaio)
-pkgver=2.10.0
-pkgrel=3
+pkgver=18.7.1
+pkgrel=1
pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
arch=('any')
url="https://github.com/crossbario/txaio"
@@ -13,7 +13,7 @@
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python2-pytest' 'python2-mock' 'python2-twisted')
source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz")
-sha512sums=('45f85eca04dadc44f47bea0359902965db7c85892303b73d1c227b065965a1e83d8b3e555affcb8b43c6fdbd4d25c8d475d763c8ec8984f3e6fc1ad2befff6c4')
+sha512sums=('d88cc8862340d269470e91a3e2d60c5c3ca6e169e838069f690e35bbf07d3db516b59e0e76cb83cfd1217ca73c0705fdae451df3d9c69adc421579eb2f1b68d9')
prepare() {
# This tests whether pip can install the sdist, and is completely broken
@@ -23,7 +23,6 @@
cp -a txaio-$pkgver{,-py2}
# Fix tests on Python 3.7 (https://github.com/crossbario/txaio/issues/134)
- sed -i 's/await/async_wait/' txaio-$pkgver/test/*.py
sed -i 's/asyncio\.test_utils/test.test_asyncio.utils/' txaio-$pkgver/test/*.py
}
More information about the arch-commits
mailing list