From nobody Mon Nov 1 13:47:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EF5441838A48; Mon, 1 Nov 2021 13:47:32 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HjZ900j4nz4kyp; Mon, 1 Nov 2021 13:47:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6B8412A1A; Mon, 1 Nov 2021 13:47:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A1DlPNP051480; Mon, 1 Nov 2021 13:47:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A1DlPRv051479; Mon, 1 Nov 2021 13:47:25 GMT (envelope-from git) Date: Mon, 1 Nov 2021 13:47:25 GMT Message-Id: <202111011347.1A1DlPRv051479@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 56acaad651bf - main - www/py-sentinelhub: Update to 3.4.1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 56acaad651bf2297343640844fb22056ce843635 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=56acaad651bf2297343640844fb22056ce843635 commit 56acaad651bf2297343640844fb22056ce843635 Author: Po-Chuan Hsieh AuthorDate: 2021-11-01 13:28:54 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-11-01 13:41:58 +0000 www/py-sentinelhub: Update to 3.4.1 Changes: https://github.com/sentinel-hub/sentinelhub-py/releases --- www/py-sentinelhub/Makefile | 2 +- www/py-sentinelhub/distinfo | 6 +++--- www/py-sentinelhub/files/patch-requirements.txt | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/www/py-sentinelhub/Makefile b/www/py-sentinelhub/Makefile index be1823efe391..400cd71e3562 100644 --- a/www/py-sentinelhub/Makefile +++ b/www/py-sentinelhub/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= sentinelhub -PORTVERSION= 3.4.0 +PORTVERSION= 3.4.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-sentinelhub/distinfo b/www/py-sentinelhub/distinfo index f439346ce25a..4ec9a334b1e5 100644 --- a/www/py-sentinelhub/distinfo +++ b/www/py-sentinelhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037282 -SHA256 (sentinelhub-3.4.0.tar.gz) = 4836b952a06f488a3de6f2c4d0416c04798e05a976fe5cf28e6018f390e2423b -SIZE (sentinelhub-3.4.0.tar.gz) = 199384 +TIMESTAMP = 1635731027 +SHA256 (sentinelhub-3.4.1.tar.gz) = 1eb8549f91ae9ff560ecb3eca30ea72f1c950b02a84b60da582561846ddbdd53 +SIZE (sentinelhub-3.4.1.tar.gz) = 201137 diff --git a/www/py-sentinelhub/files/patch-requirements.txt b/www/py-sentinelhub/files/patch-requirements.txt new file mode 100644 index 000000000000..de4db070bede --- /dev/null +++ b/www/py-sentinelhub/files/patch-requirements.txt @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2021-10-27 09:30:00 UTC ++++ requirements.txt +@@ -3,7 +3,7 @@ requests>=2.5.0 + click + numpy + tifffile +-pillow>=8.3.2 ++pillow + python-dateutil + utm + shapely