Bug 236533 - graphics/py-geopandas: update to 0.4.1
Summary: graphics/py-geopandas: update to 0.4.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bradley T. Hughes
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2019-03-14 21:20 UTC by Loïc Bartoletti
Modified: 2019-03-22 22:14 UTC (History)
1 user (show)

See Also:


Attachments
py-geopandas 0.4.1 (1.58 KB, patch)
2019-03-14 21:20 UTC, Loïc Bartoletti
lbartoletti: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2019-03-14 21:20:28 UTC
Created attachment 202862 [details]
py-geopandas 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).
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-22 22:13:39 UTC
A commit references this bug:

Author: bhughes
Date: Fri Mar 22 22:13:36 UTC 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@tuxfamily.org (maintainer)
  Sponsored by:	Miles AS

Changes:
  head/graphics/py-geopandas/Makefile
  head/graphics/py-geopandas/distinfo
Comment 2 Bradley T. Hughes freebsd_committer freebsd_triage 2019-03-22 22:13:55 UTC
Committed, thanks! :)