Date: Wed, 31 Aug 2022 11:44:13 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f6c134f7c57 - main - graphics/py-rasterio: Update to 1.3.2 Message-ID: <202208311144.27VBiDlu096187@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f6c134f7c57063f39ffc462c5d01391cae7e32e commit 6f6c134f7c57063f39ffc462c5d01391cae7e32e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:23:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:41:10 +0000 graphics/py-rasterio: Update to 1.3.2 Changes: https://github.com/rasterio/rasterio/releases --- graphics/py-rasterio/Makefile | 5 ++--- graphics/py-rasterio/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 03f394572197..1c3b1b1959c1 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,6 +1,5 @@ PORTNAME= rasterio -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +19,7 @@ RUN_DEPENDS= gdal>=3.1:graphics/gdal \ ${PYTHON_PKGNAMEPREFIX}click>=4.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click-plugins>=0:devel/py-click-plugins@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cligj>=0.5:devel/py-cligj@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}snuggs>=1.4.1:math/py-snuggs@${PY_FLAVOR} USES= compiler:c++11-lang python:3.7+ diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo index 7aadf78e2f10..65e82c7eb152 100644 --- a/graphics/py-rasterio/distinfo +++ b/graphics/py-rasterio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657292512 -SHA256 (rasterio-1.3.0.tar.gz) = 90171035e5b201cdb85a9abd60181426366040d4ca44706958db982a030f8dc4 -SIZE (rasterio-1.3.0.tar.gz) = 403416 +TIMESTAMP = 1661599291 +SHA256 (rasterio-1.3.2.tar.gz) = a91b32f649bc5aa3259909349258eb7999b7e830375f63cd37ade2082066ec1c +SIZE (rasterio-1.3.2.tar.gz) = 404915
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311144.27VBiDlu096187>