Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 07:27:25 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555624 - head/graphics/py-fiona
Message-ID:  <202011180727.0AI7RP03050294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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