Date: Tue, 26 Jan 2021 17:28:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562816 - head/graphics/py-rasterio Message-ID: <202101261728.10QHSrRd021712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jan 26 17:28:52 2021 New Revision: 562816 URL: https://svnweb.freebsd.org/changeset/ports/562816 Log: Update to 1.2.0 Changes: https://github.com/mapbox/rasterio/blob/master/CHANGES.txt Modified: head/graphics/py-rasterio/Makefile head/graphics/py-rasterio/distinfo Modified: head/graphics/py-rasterio/Makefile ============================================================================== --- head/graphics/py-rasterio/Makefile Tue Jan 26 17:28:48 2021 (r562815) +++ head/graphics/py-rasterio/Makefile Tue Jan 26 17:28:52 2021 (r562816) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rasterio -PORTVERSION= 1.1.8 +PORTVERSION= 1.2.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +18,7 @@ BUILD_DEPENDS= gdal>=1.11:graphics/gdal \ RUN_DEPENDS= gdal>=1.11:graphics/gdal \ ${PYTHON_PKGNAMEPREFIX}affine>=0:math/py-affine@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=4.0<8: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} \ Modified: head/graphics/py-rasterio/distinfo ============================================================================== --- head/graphics/py-rasterio/distinfo Tue Jan 26 17:28:48 2021 (r562815) +++ head/graphics/py-rasterio/distinfo Tue Jan 26 17:28:52 2021 (r562816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604480748 -SHA256 (rasterio-1.1.8.tar.gz) = f7cac7e2ecf65b4b1eb78c994c63bd429b67dc679b0bc0ecfe487d3d5bf88fd5 -SIZE (rasterio-1.1.8.tar.gz) = 2103295 +TIMESTAMP = 1611665457 +SHA256 (rasterio-1.2.0.tar.gz) = d1c70ae16f4048dce8292a607f016833c024c941b3eca51cd773fc494172c6eb +SIZE (rasterio-1.2.0.tar.gz) = 2171235
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261728.10QHSrRd021712>