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:           Mon Sep 11 05:21:21 UTC 2017

Modified Files:
        pkgsrc/devel/py-async-timeout: Makefile distinfo

Log Message:
1.4.0:
Implement remaining property:
- If timeout is not started yet or started unconstrained: remaining is None
- If timeout is expired: remaining is 0.0
- All others: roughly amount of time before TimeoutError is triggered


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-async-timeout/Makefile:1.3
--- pkgsrc/devel/py-async-timeout/Makefile:1.2  Thu Aug 31 08:42:06 2017
+++ pkgsrc/devel/py-async-timeout/Makefile      Mon Sep 11 05:21:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/08/31 08:42:06 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/11 05:21:21 adam Exp $
 
-DISTNAME=      async-timeout-1.3.0
+DISTNAME=      async-timeout-1.4.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.2 pkgsrc/devel/py-async-timeout/distinfo:1.3
--- pkgsrc/devel/py-async-timeout/distinfo:1.2  Thu Aug 31 08:42:06 2017
+++ pkgsrc/devel/py-async-timeout/distinfo      Mon Sep 11 05:21:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/08/31 08:42:06 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/09/11 05:21:21 adam Exp $
 
-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
+SHA1 (async-timeout-1.4.0.tar.gz) = 6e79dec85ac8a06918f42786ce4182d912ba5c5a
+RMD160 (async-timeout-1.4.0.tar.gz) = f8583007b7abace6785ea5a6326bab59d367c04a
+SHA512 (async-timeout-1.4.0.tar.gz) = b29d1e3f542220c5acdbd90a6b97786e1c7c5b11f32fdd1aef37029f9fc80875a5128e9c29aa65451a37f70ee72bcca3e4642fb53299710fa41aa6927222520d
+Size (async-timeout-1.4.0.tar.gz) = 9396 bytes



Home | Main Index | Thread Index | Old Index