svn commit: r513819 - branches/2019Q4/sysutils/py-hcloud
Matthew Seaman
matthew at FreeBSD.org
Sat Oct 5 09:13:25 UTC 2019
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
More information about the svn-ports-all
mailing list