From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 22 12:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id C55973A1 for ; Sun, 22 Sep 2013 12:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A418F2D4C for ; Sun, 22 Sep 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MCo1c6057739 for ; Sun, 22 Sep 2013 12:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8MCo1gI057738; Sun, 22 Sep 2013 12:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 22 Sep 2013 12:50:01 GMT Resent-Message-Id: <201309221250.r8MCo1gI057738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexey Degtyarev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 00D1E396 for ; Sun, 22 Sep 2013 12:49:11 +0000 (UTC) (envelope-from alexey@home.renatasystems.org) Received: from home.renatasystems.org (home.renatasystems.org [87.242.77.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 594AF2D44 for ; Sun, 22 Sep 2013 12:49:10 +0000 (UTC) Received: from home.renatasystems.org (localhost [127.0.0.1]) by home.renatasystems.org (8.14.5/8.14.5) with ESMTP id r8MClrNW037226 for ; Sun, 22 Sep 2013 16:47:54 +0400 (MSK) (envelope-from alexey@home.renatasystems.org) Received: (from alexey@localhost) by home.renatasystems.org (8.14.5/8.14.5/Submit) id r8MClm48037225; Sun, 22 Sep 2013 16:47:48 +0400 (MSK) (envelope-from alexey) Message-Id: <201309221247.r8MClm48037225@home.renatasystems.org> Date: Sun, 22 Sep 2013 16:47:48 +0400 (MSK) From: Alexey Degtyarev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182296: [maintainer-update] devel/py-botocore - update to 0.17.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Alexey Degtyarev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 12:50:01 -0000 >Number: 182296 >Category: ports >Synopsis: [maintainer-update] devel/py-botocore - update to 0.17.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 12:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Degtyarev >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This will update devel/py-botocore to latest version: 0.17.0 https://github.com/boto/botocore >How-To-Repeat: >Fix: --- py-botocore-0.17.diff begins here --- Index: py-botocore/distinfo =================================================================== --- py-botocore/distinfo (revision 327869) +++ py-botocore/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.16.0.tar.gz) = e55a280fd35372284d42d30c6c2a07938518881e53c2abc6a22c1eeb6cb7a7fa -SIZE (botocore-0.16.0.tar.gz) = 892742 +SHA256 (botocore-0.17.0.tar.gz) = 7509f3a5aff5985b18d497aedfa0080eeeca501c9416aa4ae9b88ae3f762d9d5 +SIZE (botocore-0.17.0.tar.gz) = 906121 Index: py-botocore/files/patch-requests-ver =================================================================== --- py-botocore/files/patch-requests-ver (revision 327869) +++ py-botocore/files/patch-requests-ver (working copy) @@ -1,11 +0,0 @@ ---- setup.py 2013-08-30 04:26:06.000000000 +0000 -+++ setup.py 2013-09-06 10:17:57.000000000 +0000 -@@ -18,7 +18,7 @@ - 'botocore', - ] - --requires = ['requests==1.2.0', -+requires = ['requests>=1.2.0', - 'six>=1.1.0', - 'jmespath==0.0.2', - 'python-dateutil>=2.1'] Index: py-botocore/Makefile =================================================================== --- py-botocore/Makefile (revision 327869) +++ py-botocore/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.0.2:${PORTSDIR}/devel/py-jmespath \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six USE_PYTHON= yes --- py-botocore-0.17.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: