pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-txaio



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 21 18:39:58 UTC 2017

Modified Files:
        pkgsrc/devel/py-txaio: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-txaio/Makefile \
    pkgsrc/devel/py-txaio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-txaio/Makefile
diff -u pkgsrc/devel/py-txaio/Makefile:1.3 pkgsrc/devel/py-txaio/Makefile:1.4
--- pkgsrc/devel/py-txaio/Makefile:1.3  Sat Apr  8 21:40:54 2017
+++ pkgsrc/devel/py-txaio/Makefile      Wed Jun 21 18:39:58 2017
@@ -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/}
Index: pkgsrc/devel/py-txaio/distinfo
diff -u pkgsrc/devel/py-txaio/distinfo:1.3 pkgsrc/devel/py-txaio/distinfo:1.4
--- pkgsrc/devel/py-txaio/distinfo:1.3  Sat Apr  8 21:40:54 2017
+++ pkgsrc/devel/py-txaio/distinfo      Wed Jun 21 18:39:58 2017
@@ -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



Home | Main Index | Thread Index | Old Index