pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-gnssutils



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Jul 27 13:33:02 UTC 2026

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

Log Message:
geography/py-gnssutils: Update to 1.2.6

Upstream NEWS:

### RELEASE 1.2.6

1. Add `msgfilter` argument to GNSSReader - will only parse GNSS messages where msgid is in msgfilter. msgid is string type for NMEA, otherwise integer.
1. Enhance `parsing` argument to GNSSReader - permissible values:
   - `PARSE_NONE` (0) - No message parsing, raw output only
   - `PARSE_FULL` (1) - Full parsing of all message attributes (the default)
   - `PARSE_META` (2) - Parse only basic metadata from messages (protocol, identity and length). Outputs a new generic `GNSSMessage` object. Approximately 100x faster than full parsing, but 
individual data attributes will no longer be available.

DEPRECATION NOTICE:

1. Since u-blox discontinued their Thingstream PointPerfect L-Band and MQTT encrypted SPARTN services in October 2025, the [SPARTN Configuration 
Panel](https://github.com/semuconsulting/PyGPSClient/blob/master/SPARTN.md) panel and 'gnssmqttclient' module are redundant. These facilities and their associated package dependencies (including 
'paho-mqtt') will be removed in the next version of pygnssutils (provisionally 1.2.7). The NTRIP Client facility will continue to support unencrypted SPARTN NTRIP streams.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/py-gnssutils/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-gnssutils/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-gnssutils/Makefile
diff -u pkgsrc/geography/py-gnssutils/Makefile:1.13 pkgsrc/geography/py-gnssutils/Makefile:1.14
--- pkgsrc/geography/py-gnssutils/Makefile:1.13 Wed Jun 24 13:11:00 2026
+++ pkgsrc/geography/py-gnssutils/Makefile      Mon Jul 27 13:33:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/06/24 13:11:00 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/27 13:33:02 gdt Exp $
 
-VERSION=       1.2.5
+VERSION=       1.2.6
 DISTTAIL=      gnssutils
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}

Index: pkgsrc/geography/py-gnssutils/distinfo
diff -u pkgsrc/geography/py-gnssutils/distinfo:1.10 pkgsrc/geography/py-gnssutils/distinfo:1.11
--- pkgsrc/geography/py-gnssutils/distinfo:1.10 Wed Jun 24 13:11:00 2026
+++ pkgsrc/geography/py-gnssutils/distinfo      Mon Jul 27 13:33:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2026/06/24 13:11:00 gdt Exp $
+$NetBSD: distinfo,v 1.11 2026/07/27 13:33:02 gdt Exp $
 
-BLAKE2s (pygnssutils-1.2.5.tar.gz) = b86b0d47c5f1a8f38a16185cb386d062052a2f7d6f884367d8ba90fd19c229a3
-SHA512 (pygnssutils-1.2.5.tar.gz) = 5cbfbe3dc3b1869ae6ff0a17ff993eb5ab96022830ab53c8f457197b97163db797341fb6598facf90b50327891ea7bf4bcc5534a7e478bce44ce891ab2ef2f08
-Size (pygnssutils-1.2.5.tar.gz) = 9841122 bytes
+BLAKE2s (pygnssutils-1.2.6.tar.gz) = f45b831eed54556e70a9a16e1c994cf73057fa55eba1302b8350bd4fad863838
+SHA512 (pygnssutils-1.2.6.tar.gz) = 2c7a2a47ef27429f55d64e44b09f06b1472f78e85600265e4b1f24f331e57a7e00c57b07a82cb4e033e0e2f3ac7b73ced3186aebca705fceba83e40ddb044c92
+Size (pygnssutils-1.2.6.tar.gz) = 9850224 bytes



Home | Main Index | Thread Index | Old Index