From owner-svn-ports-head@freebsd.org Wed Jan 13 21:49:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72457A81B04; Wed, 13 Jan 2016 21:49:13 +0000 (UTC) (envelope-from sjk4015@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F1E6178C; Wed, 13 Jan 2016 21:49:13 +0000 (UTC) (envelope-from sjk4015@gmail.com) Received: by mail-ig0-x22a.google.com with SMTP id z14so178686328igp.0; Wed, 13 Jan 2016 13:49:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=hNqOXduXvAT6W79vTEGuEGiFjDCIbRYr1K4+QkaiHQw=; b=LrHFTZBXWbvraqSfDV2vjugiSfKvgCWAXCWy1yJ246zZ9dluB3Q9gfByRPQV2S4VWK ZVcz4hH9x7xGdChm7BwAZdQXOAYzIjGD0H26ZaJXcGLCnmHDLTdkMkHJTA9E9EVCR7S+ aG8Bk9zUsWrPegXkyOz4iMPYN7WAjunwNf2/WAH1edUKZJDp0Vjz4zhuheO+O23s7yz7 g+o9w2VBP5u13lSFo9qF/LTe2cVo2doFuxT5g3Wf6DF52zrhvXhamixBOu6ns79j+jTH TXlwjOxNcD5dBOHG+rWXJ62eq33RNzlbQFU24dVTeiwgPvWPUVNktO3hPlHACN4RrdOg /X6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=hNqOXduXvAT6W79vTEGuEGiFjDCIbRYr1K4+QkaiHQw=; b=IwbAVpM1BuQlUKbuTCMAnOS0rWl16E9bwhr7MlXkwIJ/rOKxzKCujyoHy8yjgsRoGx uSP4ZTwZ5SZ5mDt4M1Lhe5Pz10xvrIcoZARy3fyXQfGwW9HOb7iyJOAkvlH1G/JwRWPj Vh9x81l+2HKAJh10fTNpujuA94Jj7B0Ya4zpCn3S0z8ZY5weOoPRw5ZRX9jQGEx3bb6V DoD9IEhYQGv6Avb4P9FvOQn9eQ2K1/eEOFkBk50nrNu6kjo7CEDn9qjxu53vl0z3QZGl 0zGqoe4jB+rCpZj7GsZdWM/cVdzmnXAt0KdTR6rXAl1qLMKvGLFO9eb0AsWm2rIbKgww nhDQ== X-Gm-Message-State: ALoCoQlg2Ppfu2MHDH+aOCjvfSkp8iAvPxbUIqlhkuREEx/Nzp0RVsZGHywWQi9fliUa9yJ2XuCir7o657oOxp00wQS/XipZ1g== MIME-Version: 1.0 X-Received: by 10.50.126.8 with SMTP id mu8mr1251269igb.52.1452721752660; Wed, 13 Jan 2016 13:49:12 -0800 (PST) Sender: sjk4015@gmail.com Received: by 10.65.14.229 with HTTP; Wed, 13 Jan 2016 13:49:12 -0800 (PST) In-Reply-To: <201601122025.u0CKPonB051279@repo.freebsd.org> References: <201601122025.u0CKPonB051279@repo.freebsd.org> Date: Wed, 13 Jan 2016 16:49:12 -0500 X-Google-Sender-Auth: Dg6EdcYJUFU7MEiyUePlIWu_v7s Message-ID: Subject: Re: svn commit: r405912 - head/devel/py-botocore From: Steven Kreuzer To: "ports-committers@freebsd.org" , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2016 21:49:13 -0000 Multitasking got the better of me. The PR for this commit should be 205949, not 165203 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205949 (thanks to pi@ for pointing this out) On Tue, Jan 12, 2016 at 3:25 PM, Steven Kreuzer wrote: > Author: skreuzer > Date: Tue Jan 12 20:25:49 2016 > New Revision: 405912 > URL: https://svnweb.freebsd.org/changeset/ports/405912 > > Log: > Update to 1.3.17 > > PR: 165203 > Submitted by: Bradley T. Hughes > Approved by: Alexey Degtyarev (maintainer) > > Modified: > head/devel/py-botocore/Makefile > head/devel/py-botocore/distinfo > > Modified: head/devel/py-botocore/Makefile > ============================================================================== > --- head/devel/py-botocore/Makefile Tue Jan 12 20:11:10 2016 (r405911) > +++ head/devel/py-botocore/Makefile Tue Jan 12 20:25:49 2016 (r405912) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= botocore > -PORTVERSION= 1.2.11 > +PORTVERSION= 1.3.17 > 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.7.1:${PORTSDIR}/devel/py-jmespath \ > + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.9.0:${PORTSDIR}/devel/py-jmespath \ > ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils > > USES= python > > Modified: head/devel/py-botocore/distinfo > ============================================================================== > --- head/devel/py-botocore/distinfo Tue Jan 12 20:11:10 2016 (r405911) > +++ head/devel/py-botocore/distinfo Tue Jan 12 20:25:49 2016 (r405912) > @@ -1,2 +1,2 @@ > -SHA256 (botocore-1.2.11.tar.gz) = d43d99fd24698adf2f8a61f339e88d9e1f7b47495aa65015e3ee67a97cd1c335 > -SIZE (botocore-1.2.11.tar.gz) = 2210896 > +SHA256 (botocore-1.3.17.tar.gz) = 1ca85c5ebe0beed7b54fc47de81d3f39c6bb907951fe6db6a38185de63db7723 > +SIZE (botocore-1.3.17.tar.gz) = 2300885 >