From owner-svn-ports-all@freebsd.org Sat Oct 5 09:13:24 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 EF68212D2BB; Sat, 5 Oct 2019 09:13:24 +0000 (UTC) (envelope-from matthew@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 46lgyX5xdYz4Vft; Sat, 5 Oct 2019 09:13:24 +0000 (UTC) (envelope-from matthew@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 AEC76AA8D; Sat, 5 Oct 2019 09:13:24 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x959DO85073247; Sat, 5 Oct 2019 09:13:24 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x959DOES073245; Sat, 5 Oct 2019 09:13:24 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201910050913.x959DOES073245@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 5 Oct 2019 09:13:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513819 - branches/2019Q4/sysutils/py-hcloud X-SVN-Group: ports-branches X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: branches/2019Q4/sysutils/py-hcloud X-SVN-Commit-Revision: 513819 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: Sat, 05 Oct 2019 09:13:25 -0000 Author: matthew Date: Sat Oct 5 09:13:24 2019 New Revision: 513819 URL: https://svnweb.freebsd.org/changeset/ports/513819 Log: MFH: r513736 Update to 1.6.1 Add mising RUN_DEPENDS ChangeLog: https://github.com/hetznercloud/hcloud-python/blob/v1.6.1/CHANGELOG.rst Approved by: ports-secteam (blanket(s): dependency fixes, bugfixes) Modified: branches/2019Q4/sysutils/py-hcloud/Makefile branches/2019Q4/sysutils/py-hcloud/distinfo (contents, props changed) Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/sysutils/py-hcloud/Makefile ============================================================================== --- branches/2019Q4/sysutils/py-hcloud/Makefile Sat Oct 5 07:42:14 2019 (r513818) +++ branches/2019Q4/sysutils/py-hcloud/Makefile Sat Oct 5 09:13:24 2019 (r513819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hcloud -DISTVERSION= 1.6.0 +DISTVERSION= 1.6.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +11,10 @@ COMMENT= Official Hetzner Cloud python library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.5,<2.9:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.20,<2.23:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}isort>=4.3.4:devel/py-isort@${PY_FLAVOR} \ Modified: branches/2019Q4/sysutils/py-hcloud/distinfo ============================================================================== --- branches/2019Q4/sysutils/py-hcloud/distinfo Sat Oct 5 07:42:14 2019 (r513818) +++ branches/2019Q4/sysutils/py-hcloud/distinfo Sat Oct 5 09:13:24 2019 (r513819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569136988 -SHA256 (hcloud-1.6.0.tar.gz) = 8913f011f2b049625ce6fa3265c2b22d85727eaf339689e49653461e6e8dd2b7 -SIZE (hcloud-1.6.0.tar.gz) = 65618 +TIMESTAMP = 1570137227 +SHA256 (hcloud-1.6.1.tar.gz) = 3257784c1ea65a0880fc6833c0ae5a75b71cd61d89a5e79eada7b630cdc078ea +SIZE (hcloud-1.6.1.tar.gz) = 65684