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:   adam
Date:           Fri May 29 12:38:08 UTC 2026

Modified Files:
        pkgsrc/geography/py-geojson: Makefile distinfo

Log Message:
py-geojson: updated to 3.3.0

3.3.0

- `__all__` must be a sequence of strings: fix `__init__.py` and `factory.py`
- remove simplejson
- Add support for Python 3.14
- Remove EOL Python version support
- Update GH action versions for Node 24
- fix: convert dict features to Feature objects in FeatureCollection


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/geography/py-geojson/Makefile
cvs rdiff -u -r1.21 -r1.22 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.23 pkgsrc/geography/py-geojson/Makefile:1.24
--- pkgsrc/geography/py-geojson/Makefile:1.23   Thu Oct  9 11:15:34 2025
+++ pkgsrc/geography/py-geojson/Makefile        Fri May 29 12:38:08 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/10/09 11:15:34 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2026/05/29 12:38:08 adam Exp $
 
-DISTNAME=      geojson-3.2.0
+DISTNAME=      geojson-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
 
@@ -15,8 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-# as of 3.2.0: "Sorry, only Python 3.7 - 3.13 are supported at this time."
-PYTHON_VERSIONS_INCOMPATIBLE=  314
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.21 pkgsrc/geography/py-geojson/distinfo:1.22
--- pkgsrc/geography/py-geojson/distinfo:1.21   Wed Jan 15 15:14:59 2025
+++ pkgsrc/geography/py-geojson/distinfo        Fri May 29 12:38:08 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/01/15 15:14:59 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/05/29 12:38:08 adam Exp $
 
-BLAKE2s (geojson-3.2.0.tar.gz) = b0e6d0954be535f3e79ec4332267ab8dd6b9744007ec2bec9e1225657bb4776a
-SHA512 (geojson-3.2.0.tar.gz) = 1e14b990d5f4dcd9e754d18ef9b514db71be96dfe2576e676298f4adc3d1cea49cd2d34f86d8f906035b19afbfadadb6c04f8033c10f4ffc13efaed6cee3f79e
-Size (geojson-3.2.0.tar.gz) = 24574 bytes
+BLAKE2s (geojson-3.3.0.tar.gz) = 8137af284fe4fb061441f9c52f796c3c10f1c5b5a12f75702aaa6eb8903c3738
+SHA512 (geojson-3.3.0.tar.gz) = 9f57244f57d2f05e69813804b8f175d2a3e1eebc26a7bf7c7a4697cd8599a16982a28ca97d530931036c613f72b818e1279e95058ea6cb08f0149a1fc47618db
+Size (geojson-3.3.0.tar.gz) = 25141 bytes



Home | Main Index | Thread Index | Old Index