From owner-svn-ports-all@freebsd.org Tue Nov 5 10:16:54 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE2B21A1264; Tue, 5 Nov 2019 10:16:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476lvV613fz46nZ; Tue, 5 Nov 2019 10:16:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE1DFB1A8; Tue, 5 Nov 2019 10:16:54 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA5AGsiH021443; Tue, 5 Nov 2019 10:16:54 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA5AGsEX021442; Tue, 5 Nov 2019 10:16:54 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201911051016.xA5AGsEX021442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Tue, 5 Nov 2019 10:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516788 - head/www/py-boto3 X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/www/py-boto3 X-SVN-Commit-Revision: 516788 X-SVN-Commit-Repository: ports 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.29 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, 05 Nov 2019 10:16:55 -0000 Author: kai Date: Tue Nov 5 10:16:54 2019 New Revision: 516788 URL: https://svnweb.freebsd.org/changeset/ports/516788 Log: www/py-boto3: Update to 1.10.6, remove BROKEN * Unbreak after r516108 Changelog: https://github.com/boto/boto3/blob/1.10.6/CHANGELOG.rst PR: 241707 Approved by: koobs (maintainer) Modified: head/www/py-boto3/Makefile head/www/py-boto3/distinfo Modified: head/www/py-boto3/Makefile ============================================================================== --- head/www/py-boto3/Makefile Tue Nov 5 09:52:50 2019 (r516787) +++ head/www/py-boto3/Makefile Tue Nov 5 10:16:54 2019 (r516788) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= boto3 -PORTVERSION= 1.9.159 +PORTVERSION= 1.10.6 CATEGORIES= www python devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,7 @@ COMMENT= AWS SDK for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= depends on package: ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.159,<1.13.0 - not found - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.159,<1.13.0:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.13.6,<1.14.0:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1,<1.0.0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.2.0,<0.3.0:net/py-s3transfer@${PY_FLAVOR} Modified: head/www/py-boto3/distinfo ============================================================================== --- head/www/py-boto3/distinfo Tue Nov 5 09:52:50 2019 (r516787) +++ head/www/py-boto3/distinfo Tue Nov 5 10:16:54 2019 (r516788) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559569371 -SHA256 (boto-boto3-1.9.159_GH0.tar.gz) = 10c6f792c1f5887137505566519af9c6d603b17082b76fa55b7c793b576d685a -SIZE (boto-boto3-1.9.159_GH0.tar.gz) = 263214 +TIMESTAMP = 1572863317 +SHA256 (boto-boto3-1.10.6_GH0.tar.gz) = 486430674f7f9fa70e827efde999bd76671e489b69bf8405e317125769922742 +SIZE (boto-boto3-1.10.6_GH0.tar.gz) = 272271