diff options
author | adam <adam@pkgsrc.org> | 2017-06-21 18:39:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-06-21 18:39:58 +0000 |
commit | a990965cf09dd83597e96b129d5dc102c4b621be (patch) | |
tree | 6c504f6fe285222736551fc46ef126109effd113 /devel | |
parent | 171fc3f562bd6125cdf9d19f2c4ee4d16766d83a (diff) | |
download | pkgsrc-a990965cf09dd83597e96b129d5dc102c4b621be.tar.gz |
2.8.0:
fix: asyncio - remove the hacks for "simulating" chained futures (no longer works - cpy36 has native code for future)
new: run CI on Python 3.5 and 3.6
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-txaio/Makefile | 4 | ||||
-rw-r--r-- | devel/py-txaio/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-txaio/Makefile b/devel/py-txaio/Makefile index 07bef6b9e9e..c6c5e552c0d 100644 --- a/devel/py-txaio/Makefile +++ b/devel/py-txaio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/04/08 21:40:54 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/06/21 18:39:58 adam Exp $ -DISTNAME= txaio-2.6.2 +DISTNAME= txaio-2.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=t/txaio/} diff --git a/devel/py-txaio/distinfo b/devel/py-txaio/distinfo index 268129fd7f1..fc1776dbf37 100644 --- a/devel/py-txaio/distinfo +++ b/devel/py-txaio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2017/04/08 21:40:54 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/06/21 18:39:58 adam Exp $ -SHA1 (txaio-2.6.2.tar.gz) = e0cf816bf9c69d2eaf03456276b32da49f2ba851 -RMD160 (txaio-2.6.2.tar.gz) = 0774a8ba351084e080e43fb3ea57373cdfa4e57c -SHA512 (txaio-2.6.2.tar.gz) = e7bbc78dac1d8ee525e4db7439d6085af92cdf219a2ff522ab731ac8654d8e2584ca6d185c814b1ed77d1c21c61aac1f3085b38c7b92b2424cbb3aa240879533 -Size (txaio-2.6.2.tar.gz) = 40812 bytes +SHA1 (txaio-2.8.0.tar.gz) = a3ff00bae6d154cdf07ae2c009a9ffa8fddbb72e +RMD160 (txaio-2.8.0.tar.gz) = 55d9ae162ff78d93af2dc47ab968ba01af6543a2 +SHA512 (txaio-2.8.0.tar.gz) = b8dadde4d4e506723b36d98c4a74086fca34521937fce97ad71c71a7431bf6646c3453fc0932f2af39e4a0b1b32a5d9dcac09507beb46b52119c658917d1e7a8 +Size (txaio-2.8.0.tar.gz) = 43521 bytes SHA1 (patch-setup.py) = 0bb0ba1127990bb10d8da923e094d1a0489fb6e6 |