From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 03:45:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5228C45; Tue, 1 Jul 2014 03:45:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A34E8266B; Tue, 1 Jul 2014 03:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s613je7g009057; Tue, 1 Jul 2014 03:45:40 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s613jeDf009055; Tue, 1 Jul 2014 03:45:40 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407010345.s613jeDf009055@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 1 Jul 2014 03:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359956 - head/www/py-aiohttp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 03:45:40 -0000 Author: koobs Date: Tue Jul 1 03:45:39 2014 New Revision: 359956 URL: http://svnweb.freebsd.org/changeset/ports/359956 QAT: https://qat.redports.org/buildarchive/r359956/ Log: www/py-aiohttp: Update to 0.8.2 - Update to 0.8.2 Changes: 22-06-2014 * Make ProxyConnector.proxy immutable property. * Make UnixConnector.path immutable property. * Fix resource leak for aiohttp.request() with implicit connector. * Rename Connector's reuse_timeout to keepalive_timeout. Modified: head/www/py-aiohttp/Makefile head/www/py-aiohttp/distinfo Modified: head/www/py-aiohttp/Makefile ============================================================================== --- head/www/py-aiohttp/Makefile Tue Jul 1 03:37:29 2014 (r359955) +++ head/www/py-aiohttp/Makefile Tue Jul 1 03:45:39 2014 (r359956) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-aiohttp/distinfo ============================================================================== --- head/www/py-aiohttp/distinfo Tue Jul 1 03:37:29 2014 (r359955) +++ head/www/py-aiohttp/distinfo Tue Jul 1 03:45:39 2014 (r359956) @@ -1,2 +1,2 @@ -SHA256 (aiohttp-0.8.1.tar.gz) = 605ac693c681d9582afaca5db6ecda6a8782a38beeafe1adc2dddbbd0fcd10f2 -SIZE (aiohttp-0.8.1.tar.gz) = 76487 +SHA256 (aiohttp-0.8.2.tar.gz) = 667b4edbed7af62d955ace08488e9525471f03225ce913153d5a40a31ecc3f40 +SIZE (aiohttp-0.8.2.tar.gz) = 77776