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:           Fri Sep  7 09:31:50 UTC 2018

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

Log Message:
py-txaio: updated to 18.8.1

18.8.1
- add API to support cancellation; this means passing a 1-argument
  callable to create_future and txaio.cancel to actually
  cancel a future
- support Python 3.7 (CI / testing added)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/py-txaio/Makefile:1.10
--- pkgsrc/devel/py-txaio/Makefile:1.9  Tue Aug  7 06:28:03 2018
+++ pkgsrc/devel/py-txaio/Makefile      Fri Sep  7 09:31:50 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/08/07 06:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/07 09:31:50 adam Exp $
 
-DISTNAME=      txaio-18.7.1
+DISTNAME=      txaio-18.8.1
 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.9 pkgsrc/devel/py-txaio/distinfo:1.10
--- pkgsrc/devel/py-txaio/distinfo:1.9  Tue Aug  7 06:28:03 2018
+++ pkgsrc/devel/py-txaio/distinfo      Fri Sep  7 09:31:50 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/08/07 06:28:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/09/07 09:31:50 adam Exp $
 
-SHA1 (txaio-18.7.1.tar.gz) = 7992f4e8d505d9c4b218cc5bf6513c9f6da4a7cd
-RMD160 (txaio-18.7.1.tar.gz) = b73f237b01f68d80d8e5db3c58c918ec6bcfa2d1
-SHA512 (txaio-18.7.1.tar.gz) = d88cc8862340d269470e91a3e2d60c5c3ca6e169e838069f690e35bbf07d3db516b59e0e76cb83cfd1217ca73c0705fdae451df3d9c69adc421579eb2f1b68d9
-Size (txaio-18.7.1.tar.gz) = 45587 bytes
+SHA1 (txaio-18.8.1.tar.gz) = 1fdf40b0d4a3cc476d29883703a2376205c3fa8f
+RMD160 (txaio-18.8.1.tar.gz) = 561cced8820411adaca8e970af3f81f5c66ab8c9
+SHA512 (txaio-18.8.1.tar.gz) = 5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64
+Size (txaio-18.8.1.tar.gz) = 51092 bytes



Home | Main Index | Thread Index | Old Index