aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-10-05 09:13:24 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-10-05 09:13:24 +0000
commit6df06f2048f10983e340cffa5ff552e9bf6a3692 (patch)
tree81cd08711cb91bb6cfff619db0ad660dca91d12e
parent78a4c3d2a5f0b9a0a1f2fe8a4299e7b5209d45d6 (diff)
downloadports-6df06f2048f10983e340cffa5ff552e9bf6a3692.tar.gz
ports-6df06f2048f10983e340cffa5ff552e9bf6a3692.zip
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)
Notes
Notes: svn path=/branches/2019Q4/; revision=513819
-rw-r--r--sysutils/py-hcloud/Makefile6
-rw-r--r--sysutils/py-hcloud/distinfo6
2 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile
index 00e9c2d64e83..d332678fa75b 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= hcloud
-DISTVERSION= 1.6.0
+DISTVERSION= 1.6.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,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} \
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
diff --git a/sysutils/py-hcloud/distinfo b/sysutils/py-hcloud/distinfo
index bfc4dd5626f5..f80fb9eddfb4 100644
--- a/sysutils/py-hcloud/distinfo
+++ b/sysutils/py-hcloud/distinfo
@@ -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