pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-async-timeout
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 31 08:42:06 UTC 2017
Modified Files:
pkgsrc/devel/py-async-timeout: Makefile distinfo
Log Message:
1.3.0:
Don’t suppress nested exception on timeout. Exception context points on cancelled line with suspended await
Introduce .timeout property
Add methods for using as async context manager
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-async-timeout/Makefile \
pkgsrc/devel/py-async-timeout/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-async-timeout/Makefile
diff -u pkgsrc/devel/py-async-timeout/Makefile:1.1 pkgsrc/devel/py-async-timeout/Makefile:1.2
--- pkgsrc/devel/py-async-timeout/Makefile:1.1 Sun Jul 16 20:27:57 2017
+++ pkgsrc/devel/py-async-timeout/Makefile Thu Aug 31 08:42:06 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/16 20:27:57 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/31 08:42:06 adam Exp $
-DISTNAME= async-timeout-1.2.1
+DISTNAME= async-timeout-1.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/async-timeout/}
Index: pkgsrc/devel/py-async-timeout/distinfo
diff -u pkgsrc/devel/py-async-timeout/distinfo:1.1 pkgsrc/devel/py-async-timeout/distinfo:1.2
--- pkgsrc/devel/py-async-timeout/distinfo:1.1 Sun Jul 16 20:27:57 2017
+++ pkgsrc/devel/py-async-timeout/distinfo Thu Aug 31 08:42:06 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/16 20:27:57 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/08/31 08:42:06 adam Exp $
-SHA1 (async-timeout-1.2.1.tar.gz) = 7749de3d6991536b9ea872437185a924b65365b6
-RMD160 (async-timeout-1.2.1.tar.gz) = 815251842a57718c0b27fb0f59d300abb7b54c2a
-SHA512 (async-timeout-1.2.1.tar.gz) = 2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
-Size (async-timeout-1.2.1.tar.gz) = 7797 bytes
+SHA1 (async-timeout-1.3.0.tar.gz) = 7b94a068fc1dd3b38e7239ec4dfcf04af54a37d9
+RMD160 (async-timeout-1.3.0.tar.gz) = 0e27ec40fd8c8f185d69e48fa0d22604b99d60d1
+SHA512 (async-timeout-1.3.0.tar.gz) = 2fb800cce4426185f068c6745aabee694163930b320b388323d0549b2228f07e2136b0050ff49b4bf81993b5ffb143d528341365583e215406b20e76ca9a523a
+Size (async-timeout-1.3.0.tar.gz) = 8816 bytes
Home |
Main Index |
Thread Index |
Old Index