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 Oct 12 06:25:24 UTC 2017

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

Log Message:
py-async-timeout: update to 2.0.0

2.0.0:
* Changed `timeout <= 0` behaviour
  * Backward incompatibility change, prior this version `0` was
    shortcut for `None`
  * when timeout <= 0 `TimeoutError` raised faster


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/py-async-timeout/Makefile:1.4
--- pkgsrc/devel/py-async-timeout/Makefile:1.3  Mon Sep 11 05:21:21 2017
+++ pkgsrc/devel/py-async-timeout/Makefile      Thu Oct 12 06:25:24 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/09/11 05:21:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/12 06:25:24 adam Exp $
 
-DISTNAME=      async-timeout-1.4.0
+DISTNAME=      async-timeout-2.0.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.3 pkgsrc/devel/py-async-timeout/distinfo:1.4
--- pkgsrc/devel/py-async-timeout/distinfo:1.3  Mon Sep 11 05:21:21 2017
+++ pkgsrc/devel/py-async-timeout/distinfo      Thu Oct 12 06:25:24 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/11 05:21:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/12 06:25:24 adam Exp $
 
-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
+SHA1 (async-timeout-2.0.0.tar.gz) = fc525f0491e2739a4238575294cb339aac9a7b1f
+RMD160 (async-timeout-2.0.0.tar.gz) = 15bd07d2fb70867f4bf14ab23030d3efd482b48f
+SHA512 (async-timeout-2.0.0.tar.gz) = bc5a170662083abf018ac8ecde1f8c3182c543abcd6323e565f9493cd19c703f11ab0deb9f3385f85c31977959c84d393efb3219539a90ba7ff0ba69110e8bdc
+Size (async-timeout-2.0.0.tar.gz) = 10288 bytes



Home | Main Index | Thread Index | Old Index