Path to this page:
./
geography/py-geojson,
Python bindings and utlities for GeoJSON
Branch: CURRENT,
Version: 3.2.0nb1,
Package name: py313-geojson-3.2.0nb1,
Maintainer: kleinkThe geojson library contains:
- Functions for encoding and decoding GeoJSON formatted data
- Classes for all GeoJSON Objects
- An implementation of the Python __geo_interface__ Specification
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 23.998 KB
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-geojson-3.2.0nb1
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-16) Updated to version: py312-geojson-3.2.0nb1
CVS history: (Expand)
| 2025-10-09 13:15:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-geojson: mark as not for Python 3.14
"Sorry, only Python 3.7 - 3.13 are supported at this time."
|
| 2025-04-16 16:38:57 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
Fix for setuptools>=78; bump revision
|
2025-01-15 16:14:59 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-geojson: updated to 3.2.0
3.2.0
- Add support for Python 3.13
- Code modernization
- RtD bugfix
|
| 2024-10-13 17:04:06 by Thomas Klausner | Files touched by this commit (4) |
Log message:
py-geojson: convert to wheel.mk
Support Python 3.13.
Bump PKGREVISION.
|
| 2023-12-09 13:31:14 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-geojson: Update to 3.1.0.
3.1.0
----------
- Add support for Python 3.12
- https://github.com/jazzband/geojson/pull/222
- https://github.com/jazzband/geojson/pull/211
- CI improvements
- https://github.com/jazzband/geojson/pull/217
- https://github.com/jazzband/geojson/pull/212
- https://github.com/jazzband/geojson/pull/207
- Unit test improvements
- https://github.com/jazzband/geojson/pull/215
- https://github.com/jazzband/geojson/pull/210
- https://github.com/jazzband/geojson/pull/209
|
| 2023-11-05 12:49:10 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-geojson: current release does not support Python 3.12, next one will
|
| 2023-09-02 15:47:00 by Klaus Klein | Files touched by this commit (2) |
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
|
| 2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|