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

Loïc Bartoletti lbartoletti at FreeBSD.org
Fri Sep 11 15:39:05 UTC 2020


Author: lbartoletti
Date: Fri Sep 11 15:39:05 2020
New Revision: 548249
URL: https://svnweb.freebsd.org/changeset/ports/548249

Log:
  graphics/py-fiona: Update to 1.8.17
  
  Changelog:
  
  - 1.8.17 (2020-09-09)
    - To fix issue #952 the fio-cat command no longer cuts feature geometries at the anti-meridian by default.
    - A cut-at-antimeridian option has been added to allow cutting of geometries in a geographic destination coordinate reference system.
  
  - 1.8.16 (2020-09-04)
    - More OGR errors and warnings arising in calls to GDAL C API functions are surfaced (#946).
    - A circular import introduced in some cases in 1.8.15 has been fixed (#945).
  
  - 1.8.15 (2020-09-03)
    - Change shim functions to not return tuples (#942) as a solution for the packaging problem reported in #941.
    - Raise a Python exception when VSIFOpenL fails (#937).

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

Modified: head/graphics/py-fiona/Makefile
==============================================================================
--- head/graphics/py-fiona/Makefile	Fri Sep 11 15:34:38 2020	(r548248)
+++ head/graphics/py-fiona/Makefile	Fri Sep 11 15:39:05 2020	(r548249)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Fiona
-DISTVERSION=	1.8.14
+DISTVERSION=	1.8.17
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/py-fiona/distinfo
==============================================================================
--- head/graphics/py-fiona/distinfo	Fri Sep 11 15:34:38 2020	(r548248)
+++ head/graphics/py-fiona/distinfo	Fri Sep 11 15:39:05 2020	(r548249)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599056949
-SHA256 (Fiona-1.8.14.tar.gz) = 6eac038206c89d2cf5f99ea38b81cc228dc21eac5f47870a9a32d453b0007f4d
-SIZE (Fiona-1.8.14.tar.gz) = 1274781
+TIMESTAMP = 1599837307
+SHA256 (Fiona-1.8.17.tar.gz) = 716201c21246587f374785bec6d6a20a984fe1f6c2b0e83bf15127eb8f724d0c
+SIZE (Fiona-1.8.17.tar.gz) = 1273993


More information about the svn-ports-head mailing list