Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2022 19:02:09 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 15e20f7747a8 - main - sysutils/py-hcloud: update to 1.18.2
Message-ID:  <202212281902.2BSJ29bS025747@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15e20f7747a832d507eac35e9ba066063cadb79d

commit 15e20f7747a832d507eac35e9ba066063cadb79d
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2022-12-28 19:01:19 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2022-12-28 19:02:05 +0000

    sysutils/py-hcloud: update to 1.18.2
    
    Changes:        https://github.com/hetznercloud/hcloud-python/releases/tag/v1.18.2
---
 sysutils/py-hcloud/Makefile | 7 +++----
 sysutils/py-hcloud/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile
index 29b35222d41f..1fe24d7cdc0d 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hcloud
-DISTVERSION=	1.18.1
+DISTVERSION=	1.18.2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,7 @@ WWW=		https://hcloud-python.readthedocs.io/en/latest/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}future>=0.17.1<1:devel/py-future@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.5,<3:devel/py-dateutil@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.5,<3:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests>=2.20,<3:www/py-requests@${PY_FLAVOR}
 
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR} \
@@ -22,7 +21,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}black>=22.3.0:devel/py-black@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		python:3.6+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils pytest
 
 .include <bsd.port.mk>
diff --git a/sysutils/py-hcloud/distinfo b/sysutils/py-hcloud/distinfo
index 2ce3c07dfb42..957d88c40d84 100644
--- a/sysutils/py-hcloud/distinfo
+++ b/sysutils/py-hcloud/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1666764167
-SHA256 (hcloud-1.18.1.tar.gz) = 9e1cfd7c911c632b7bae121ed009183e01bf995d2bf3b2948ff98cd80ef4acf1
-SIZE (hcloud-1.18.1.tar.gz) = 99066
+TIMESTAMP = 1672248955
+SHA256 (hcloud-1.18.2.tar.gz) = 37bd5ba56387e3c491c5babd3e08ab91d5f0390cd5e880e4dfea19e21681bc9e
+SIZE (hcloud-1.18.2.tar.gz) = 99021



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212281902.2BSJ29bS025747>