From owner-svn-ports-all@FreeBSD.ORG Sat May 31 08:28:30 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 E397B96B; Sat, 31 May 2014 08:28:30 +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 CE3032377; Sat, 31 May 2014 08:28:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V8SU5q084249; Sat, 31 May 2014 08:28:30 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4V8STqd084240; Sat, 31 May 2014 08:28:29 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201405310828.s4V8STqd084240@svn.freebsd.org> From: Alexey Degtyarev Date: Sat, 31 May 2014 08:28:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355943 - in head/devel: awscli py-botocore py-jmespath 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: Sat, 31 May 2014 08:28:31 -0000 Author: alexey Date: Sat May 31 08:28:29 2014 New Revision: 355943 URL: http://svnweb.freebsd.org/changeset/ports/355943 QAT: https://qat.redports.org/buildarchive/r355943/ Log: * devel/awscli - update to 1.3.12 * devel/py-botocore - update to 0.46.0 * devel/py-jmespath - update to 0.4.1 Approved by: wg (mentor) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo head/devel/py-jmespath/Makefile head/devel/py-jmespath/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sat May 31 08:14:24 2014 (r355942) +++ head/devel/awscli/Makefile Sat May 31 08:28:29 2014 (r355943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.12 CATEGORIES= devel MASTER_SITES= CHEESESHOP MASTER_SITE_SUBDIR=source/a/awscli @@ -13,7 +13,7 @@ COMMENT= Universal Command Line Interfac LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \ - ${PYTHON_PKGNAMEPREFIX}botocore>=0.36:${PORTSDIR}/devel/py-botocore \ + ${PYTHON_PKGNAMEPREFIX}botocore>=0.46:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Sat May 31 08:14:24 2014 (r355942) +++ head/devel/awscli/distinfo Sat May 31 08:28:29 2014 (r355943) @@ -1,2 +1,2 @@ -SHA256 (awscli-1.3.2.tar.gz) = 680a26818eed44b32b8bf464b439a7dbd9d0dd86b3455979a249ca930349848f -SIZE (awscli-1.3.2.tar.gz) = 170349 +SHA256 (awscli-1.3.12.tar.gz) = 1ed736c621e543fb8f26544b901d4b70410ba02a4132e5ab4080db2b1d40d9b5 +SIZE (awscli-1.3.12.tar.gz) = 186525 Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sat May 31 08:14:24 2014 (r355942) +++ head/devel/py-botocore/Makefile Sat May 31 08:28:29 2014 (r355943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.36.0 +PORTVERSION= 0.46.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= Low-level, core functionality o LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}jmespath>=0.3.1:${PORTSDIR}/devel/py-jmespath \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.4.1:${PORTSDIR}/devel/py-jmespath \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six USE_PYTHON= yes Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Sat May 31 08:14:24 2014 (r355942) +++ head/devel/py-botocore/distinfo Sat May 31 08:28:29 2014 (r355943) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.36.0.tar.gz) = b45ab1e27a111283c07a3c4e825abb634cebd2f51b94aae129188f546b66872d -SIZE (botocore-0.36.0.tar.gz) = 2086557 +SHA256 (botocore-0.46.0.tar.gz) = 396474f9404c29677c0415896c813f38e544b9cd6215fedb51851145af19194e +SIZE (botocore-0.46.0.tar.gz) = 2324226 Modified: head/devel/py-jmespath/Makefile ============================================================================== --- head/devel/py-jmespath/Makefile Sat May 31 08:14:24 2014 (r355942) +++ head/devel/py-jmespath/Makefile Sat May 31 08:28:29 2014 (r355943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-jmespath/distinfo ============================================================================== --- head/devel/py-jmespath/distinfo Sat May 31 08:14:24 2014 (r355942) +++ head/devel/py-jmespath/distinfo Sat May 31 08:28:29 2014 (r355943) @@ -1,2 +1,2 @@ -SHA256 (jmespath-0.3.1.tar.gz) = 92f8a5b50c80c7f9eb174aea8949cfe544e6901f6ba45ea636433bd979592074 -SIZE (jmespath-0.3.1.tar.gz) = 21482 +SHA256 (jmespath-0.4.1.tar.gz) = 891c49161f8216d1bda07104562dc7bac22aacd4c69ae149ddf1ccd59a4e3096 +SIZE (jmespath-0.4.1.tar.gz) = 20135