From owner-svn-ports-head@freebsd.org Thu Oct 3 21:35:46 2019 Return-Path: Delivered-To: svn-ports-head@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 9DD4F141786; Thu, 3 Oct 2019 21:35:46 +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 46kmX23ffrz4ls8; Thu, 3 Oct 2019 21:35:46 +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 5C1DB1A4C8; Thu, 3 Oct 2019 21:35:46 +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 x93LZk4N005221; Thu, 3 Oct 2019 21:35:46 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x93LZj0d005219; Thu, 3 Oct 2019 21:35:45 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201910032135.x93LZj0d005219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 3 Oct 2019 21:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513736 - head/sysutils/py-hcloud X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/sysutils/py-hcloud X-SVN-Commit-Revision: 513736 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 03 Oct 2019 21:35:46 -0000 Author: matthew Date: Thu Oct 3 21:35:45 2019 New Revision: 513736 URL: https://svnweb.freebsd.org/changeset/ports/513736 Log: Update to 1.6.1 Add mising RUN_DEPENDS ChangeLog: https://github.com/hetznercloud/hcloud-python/blob/v1.6.1/CHANGELOG.rst Modified: head/sysutils/py-hcloud/Makefile head/sysutils/py-hcloud/distinfo (contents, props changed) Modified: head/sysutils/py-hcloud/Makefile ============================================================================== --- head/sysutils/py-hcloud/Makefile Thu Oct 3 21:14:06 2019 (r513735) +++ head/sysutils/py-hcloud/Makefile Thu Oct 3 21:35:45 2019 (r513736) @@ -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: head/sysutils/py-hcloud/distinfo ============================================================================== --- head/sysutils/py-hcloud/distinfo Thu Oct 3 21:14:06 2019 (r513735) +++ head/sysutils/py-hcloud/distinfo Thu Oct 3 21:35:45 2019 (r513736) @@ -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