Skip to content

Commit

Permalink
py-geojson: Update to 3.0.1.
Browse files Browse the repository at this point in the history
3.0.1 (2023-02-15)
------------------

- Add Support for Python 3.11.x minor revisions

  - jazzband/geojson#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

  - jazzband/geojson#188

- Default precision improvements

  - jazzband/geojson#177

- CI improvements

  - jazzband/geojson#172
  - jazzband/geojson#155

- utf-8 support added to `geojson.dumps()`

  - jazzband/geojson#165

- Polygons now constrained to bounding box

  - jazzband/geojson#147

- Better GeometryCollection handling in `util.coords()`

  - jazzband/geojson#146

- Improved point validation

  - jazzband/geojson#144
  • Loading branch information
kleink committed Sep 2, 2023
1 parent 1e87739 commit 32865fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions geography/py-geojson/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# $NetBSD: Makefile,v 1.16 2022/01/04 20:54:02 wiz Exp $
# $NetBSD: Makefile,v 1.17 2023/09/02 13:47:00 kleink Exp $

DISTNAME= geojson-2.5.0
DISTNAME= geojson-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geojson/}

MAINTAINER= kleink@NetBSD.org
HOMEPAGE= https://github.com/frewsxcv/python-geojson
HOMEPAGE= https://github.com/jazzband/geojson
COMMENT= Python bindings and utlities for GeoJSON
LICENSE= modified-bsd

PYTHON_VERSIONS_INCOMPATIBLE= 27

USE_LANGUAGES= # none

.include "../../lang/python/egg.mk"
Expand Down
8 changes: 4 additions & 4 deletions geography/py-geojson/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2021/10/26 10:45:14 nia Exp $
$NetBSD: distinfo,v 1.18 2023/09/02 13:47:00 kleink Exp $

BLAKE2s (geojson-2.5.0.tar.gz) = 82720c99fa5cd5140d96fc93546278f9f0a128715d20b141f91a5d7aa79c8a3e
SHA512 (geojson-2.5.0.tar.gz) = 68d59a6c7d796549dba4e4e71219901c2d939c7f8f5794c1e6be7cadffb006ad99ac658e0159977b3ecc88cf5ef4f908d3837dddc54c70261291f8fa7b8ffbae
Size (geojson-2.5.0.tar.gz) = 23086 bytes
BLAKE2s (geojson-3.0.1.tar.gz) = 0d75fbfbb73d301eaed339508f25eab069259dedaa4a98e671eda7fdf0bff887
SHA512 (geojson-3.0.1.tar.gz) = 11163cee56c441674db679fd03d9e1d69f069916f8adf58736ccef0677fec033d2677c246a73deb5cb1293a57ada50a0e8e572a71b92b69ec761e1f5a377bdb5
Size (geojson-3.0.1.tar.gz) = 24258 bytes

0 comments on commit 32865fc

Please sign in to comment.