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 Dec  9 12:31:14 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/py-geojson/Makefile \
    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.18 pkgsrc/geography/py-geojson/Makefile:1.19
--- pkgsrc/geography/py-geojson/Makefile:1.18   Sun Nov  5 11:49:10 2023
+++ pkgsrc/geography/py-geojson/Makefile        Sat Dec  9 12:31:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/11/05 11:49:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/12/09 12:31:14 kleink Exp $
 
-DISTNAME=      geojson-3.0.1
+DISTNAME=      geojson-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geojson/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/jazzband/ge
 COMMENT=       Python bindings and utlities for GeoJSON
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 312
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/geography/py-geojson/distinfo
diff -u pkgsrc/geography/py-geojson/distinfo:1.18 pkgsrc/geography/py-geojson/distinfo:1.19
--- pkgsrc/geography/py-geojson/distinfo:1.18   Sat Sep  2 13:47:00 2023
+++ pkgsrc/geography/py-geojson/distinfo        Sat Dec  9 12:31:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/09/02 13:47:00 kleink Exp $
+$NetBSD: distinfo,v 1.19 2023/12/09 12:31:14 kleink Exp $
 
-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
+BLAKE2s (geojson-3.1.0.tar.gz) = a48ef22a6b4ea6fe11b40ac07e870c33afc07230fb86bf65b0c35047d029d262
+SHA512 (geojson-3.1.0.tar.gz) = 3804682a14c85cd3d6937b61280fe99b21e00b223abfa76350289c4e1a6db04fd8e1b3f9142286090a82051607bd3fdc6168da351d488afaab3a8a9a6dd06fc9
+Size (geojson-3.1.0.tar.gz) = 24492 bytes



Home | Main Index | Thread Index | Old Index