Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 845007A1F7 for ; Sat, 25 Feb 2017 11:03:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2F2FA855AA; Sat, 25 Feb 2017 11:03:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1A08855A3 for ; Sat, 25 Feb 2017 11:03:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uKmehJi42xVZ for ; Sat, 25 Feb 2017 11:03:58 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F26284CF0 for ; Sat, 25 Feb 2017 11:03:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 32EB7FBE4; Sat, 25 Feb 2017 11:03:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148802063852100" MIME-Version: 1.0 Date: Sat, 25 Feb 2017 11:03:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-txaio To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170225110358.32EB7FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148802063852100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 25 11:03:58 UTC 2017 Modified Files: pkgsrc/devel/py-txaio: Makefile distinfo Log Message: Updated py-txaio to 2.6.1. 2.6.1 ----- - February 9, 2017 - added inline sleep helper (Twisted only for now) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 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. --_----------=_148802063852100 Content-Disposition: inline Content-Length: 1598 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-txaio/Makefile diff -u pkgsrc/devel/py-txaio/Makefile:1.1 pkgsrc/devel/py-txaio/Makefile:1.2 --- pkgsrc/devel/py-txaio/Makefile:1.1 Wed Feb 22 13:14:02 2017 +++ pkgsrc/devel/py-txaio/Makefile Sat Feb 25 11:03:58 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/02/22 13:14:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/02/25 11:03:58 wiz Exp $ -DISTNAME= txaio-2.6.0 +DISTNAME= txaio-2.6.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.1 pkgsrc/devel/py-txaio/distinfo:1.2 --- pkgsrc/devel/py-txaio/distinfo:1.1 Wed Feb 22 13:14:02 2017 +++ pkgsrc/devel/py-txaio/distinfo Sat Feb 25 11:03:58 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/02/22 13:14:02 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/02/25 11:03:58 wiz Exp $ -SHA1 (txaio-2.6.0.tar.gz) = bca77609fe219a7ed37a0864974b6597dd121c99 -RMD160 (txaio-2.6.0.tar.gz) = 849e727d6f1a217d2d0a7725c71b4d42115ea132 -SHA512 (txaio-2.6.0.tar.gz) = 2a816ec4b3b0f1647734453b23f237d14e3cbc5e00169a631bd4a686a595a15ce4e3f741c5ead447fef3050e480005210e1651e0e17b1a880b24be9ef3c1c29d -Size (txaio-2.6.0.tar.gz) = 41433 bytes +SHA1 (txaio-2.6.1.tar.gz) = 791d5ce2f4f0ab7188881c5eb7aedcb763b3afd1 +RMD160 (txaio-2.6.1.tar.gz) = 3d7e6e471690d4b88f0109219293434c0db98ba3 +SHA512 (txaio-2.6.1.tar.gz) = e3359814725493c2d03eb19ac0d71bc6c7c7fafad161bae98c9ce0ab598c2d886ef36eea09d75d61312b542e5119e71c3bca5ffcb0969c6218802d1937da1e9c +Size (txaio-2.6.1.tar.gz) = 40563 bytes --_----------=_148802063852100--