Date: Fri, 4 Oct 2019 12:32:07 +1000 From: Kubilay Kocak <koobs@FreeBSD.org> To: Matthew Seaman <matthew@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513736 - head/sysutils/py-hcloud Message-ID: <d967d240-2d11-cac5-58b0-897ca22bb433@FreeBSD.org> In-Reply-To: <201910032135.x93LZj0d005219@repo.freebsd.org> References: <201910032135.x93LZj0d005219@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/10/2019 7:35 am, Matthew Seaman wrote: > 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} Hi Matthew, If these are also missing from the quarterly version, please MFH. These changes are: Approved by: ports-secteam (blanket(s): dependency fixes, bugfixes) Not requiring explicit approval > 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d967d240-2d11-cac5-58b0-897ca22bb433>