Path to this page:
Subject: CVS commit: pkgsrc/geography/py-geojson
From: Klaus Klein
Date: 2023-09-02 15:47:00
Message id: 20230902134701.0E771FBDB@cvs.NetBSD.org
Log Message:
py-geojson: Update to 3.0.1.
3.0.1 (2023-02-15)
------------------
- Add Support for Python 3.11.x minor revisions
- https://github.com/jazzband/geojson/pull/198
3.0.0 (2023-01-26)
------------------
- Support for Python versions 3.7-3.11 (Python 2 no longer supported)
- Primary development branch renamed from `master` to `main`
- Handle all real numbers as coordinates
- https://github.com/jazzband/geojson/pull/188
- Default precision improvements
- https://github.com/jazzband/geojson/pull/177
- CI improvements
- https://github.com/jazzband/geojson/pull/172
- https://github.com/jazzband/geojson/pull/155
- utf-8 support added to `geojson.dumps()`
- https://github.com/jazzband/geojson/pull/165
- Polygons now constrained to bounding box
- https://github.com/jazzband/geojson/pull/147
- Better GeometryCollection handling in `util.coords()`
- https://github.com/jazzband/geojson/pull/146
- Improved point validation
- https://github.com/jazzband/geojson/pull/144
Files: