svn commit: r496600 - head/graphics/py-geopandas

Bradley T. Hughes bhughes at FreeBSD.org
Fri Mar 22 22:13:37 UTC 2019


Author: bhughes
Date: Fri Mar 22 22:13:35 2019
New Revision: 496600
URL: https://svnweb.freebsd.org/changeset/ports/496600

Log:
  graphics/py-geopandas: Update 0.4.0_1 -> 0.4.1
  
  Small bug-fix release for compatibility with the latest Fiona and PySAL
  releases:
  
  - Compatibility with Fiona 1.8: fix deprecation warning (#854 and #916).
  - Compatibility with PySAL 2.0: switched to mapclassify instead of PySAL as
    dependency for choropleth mapping with the scheme keyword (#872).
  - Fix for new overlay implementation in case the intersection is empty (#800).
  
  PR:		236533
  Submitted by:	lbartoletti at tuxfamily.org (maintainer)
  Sponsored by:	Miles AS

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

Modified: head/graphics/py-geopandas/Makefile
==============================================================================
--- head/graphics/py-geopandas/Makefile	Fri Mar 22 22:12:52 2019	(r496599)
+++ head/graphics/py-geopandas/Makefile	Fri Mar 22 22:13:35 2019	(r496600)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	geopandas
-PORTVERSION=	0.4.0
-PORTREVISION=	1
+PORTVERSION=	0.4.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/graphics/py-geopandas/distinfo
==============================================================================
--- head/graphics/py-geopandas/distinfo	Fri Mar 22 22:12:52 2019	(r496599)
+++ head/graphics/py-geopandas/distinfo	Fri Mar 22 22:13:35 2019	(r496600)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534523807
-SHA256 (geopandas-0.4.0.tar.gz) = 9f5d24d23f33e6d3267a633025e4d9e050b3a1e86d41a96d3ccc5ad95afec3db
-SIZE (geopandas-0.4.0.tar.gz) = 905051
+TIMESTAMP = 1552595905
+SHA256 (geopandas-0.4.1.tar.gz) = a59345c7ee9c4532101342bf31f5c576c32f901f16a5aaf0637c7e1f5ac8939c
+SIZE (geopandas-0.4.1.tar.gz) = 905397


More information about the svn-ports-all mailing list