pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-geojson
Module Name: pkgsrc
Committed By: kleink
Date: Sat Sep 2 13:47:00 UTC 2023
Modified Files:
pkgsrc/geography/py-geojson: Makefile distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/geography/py-geojson/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/geography/py-geojson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/py-geojson/Makefile
diff -u pkgsrc/geography/py-geojson/Makefile:1.16 pkgsrc/geography/py-geojson/Makefile:1.17
--- pkgsrc/geography/py-geojson/Makefile:1.16 Tue Jan 4 20:54:02 2022
+++ pkgsrc/geography/py-geojson/Makefile Sat Sep 2 13:47:00 2023
@@ -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@localhost
-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"
Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.17 pkgsrc/geography/py-geojson/distinfo:1.18
--- pkgsrc/geography/py-geojson/distinfo:1.17 Tue Oct 26 10:45:14 2021
+++ pkgsrc/geography/py-geojson/distinfo Sat Sep 2 13:47:00 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index