svn commit: r555624 - head/graphics/py-fiona

Loïc Bartoletti lbartoletti at FreeBSD.org
Wed Nov 18 07:27:26 UTC 2020


Author: lbartoletti
Date: Wed Nov 18 07:27:25 2020
New Revision: 555624
URL: https://svnweb.freebsd.org/changeset/ports/555624

Log:
  graphics/py-fiona: Update to 1.8.18
  
  - The precision option of transform has been fixed for the case of
    GeometryCollections.
  - Added missing --co (creation) option to fio-load.
  - If the certifi package can be imported, its certificate store location will
    be passed to GDAL during import of fiona._env unless CURL_CA_BUNDLE is
    already set.
  - Warn when feature fields named "" are found.
  
  Reported by:	portscout

Modified:
  head/graphics/py-fiona/Makefile
  head/graphics/py-fiona/distinfo

Modified: head/graphics/py-fiona/Makefile
==============================================================================
--- head/graphics/py-fiona/Makefile	Wed Nov 18 05:47:09 2020	(r555623)
+++ head/graphics/py-fiona/Makefile	Wed Nov 18 07:27:25 2020	(r555624)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Fiona
-DISTVERSION=	1.8.17
-PORTREVISION=	1
+DISTVERSION=	1.8.18
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/py-fiona/distinfo
==============================================================================
--- head/graphics/py-fiona/distinfo	Wed Nov 18 05:47:09 2020	(r555623)
+++ head/graphics/py-fiona/distinfo	Wed Nov 18 07:27:25 2020	(r555624)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599837307
-SHA256 (Fiona-1.8.17.tar.gz) = 716201c21246587f374785bec6d6a20a984fe1f6c2b0e83bf15127eb8f724d0c
-SIZE (Fiona-1.8.17.tar.gz) = 1273993
+TIMESTAMP = 1605676862
+SHA256 (Fiona-1.8.18.tar.gz) = b732ece0ff8886a29c439723a3e1fc382718804bb057519d537a81308854967a
+SIZE (Fiona-1.8.18.tar.gz) = 1286269


More information about the svn-ports-all mailing list