pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/py-ubx2
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jul 18 12:24:33 UTC 2026
Modified Files:
pkgsrc/geography/py-ubx2: Makefile distinfo
Log Message:
geography/py-ubx2: Update to 1.3.6
Upstream NEWS, less minor improvements and bugfixes:
### RELEASE 1.3.6
1. Add `msgfilter` argument to UBXReader to allow user to filter
output by one or more message identities. If set, only filtered raw
messages will be parsed (e.g. UBX `0x0107` *(must be integer)*, NMEA
`"GNGSA"` or RTCM `1077`); the remainder will be `None`. Default is ""
(no filter). If you're only interested in specific messages, this can
significantly improve parsing speed for a given datastream.
1. Enhance `parsing` argument to UBXReader - permissible values:
- `PARSE_NONE` (0) - No message parsing, raw output only. Parsed data is `None`.
- `PARSE_FULL` (1) - Full parsing of all message attributes (the
default). Parsed data is a `UBXMessage`, `NMEAMessage` or
`RTCMMessage` object.
- `PARSE_META` (2) - Parse only basic metadata from messages
(protocol, identity and length). Parsed data is a formatted `str`
object. Significantly faster than full parsing, but individual
data attributes will no longer be available.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/py-ubx2/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-ubx2/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-ubx2/Makefile
diff -u pkgsrc/geography/py-ubx2/Makefile:1.11 pkgsrc/geography/py-ubx2/Makefile:1.12
--- pkgsrc/geography/py-ubx2/Makefile:1.11 Fri Jul 10 22:19:21 2026
+++ pkgsrc/geography/py-ubx2/Makefile Sat Jul 18 12:24:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2026/07/10 22:19:21 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2026/07/18 12:24:32 gdt Exp $
-VERSION= 1.3.5
+VERSION= 1.3.6
DISTTAIL= ubx2
DISTNAME= py${DISTTAIL}-${VERSION}
PKGNAME= ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}
Index: pkgsrc/geography/py-ubx2/distinfo
diff -u pkgsrc/geography/py-ubx2/distinfo:1.8 pkgsrc/geography/py-ubx2/distinfo:1.9
--- pkgsrc/geography/py-ubx2/distinfo:1.8 Fri Jul 10 22:19:22 2026
+++ pkgsrc/geography/py-ubx2/distinfo Sat Jul 18 12:24:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/07/10 22:19:22 gdt Exp $
+$NetBSD: distinfo,v 1.9 2026/07/18 12:24:32 gdt Exp $
-BLAKE2s (pyubx2-1.3.5.tar.gz) = 46c908b6b3f8aa2e6af77c7121847dfe38c36eb3c585b3975dd55c5ed8e80892
-SHA512 (pyubx2-1.3.5.tar.gz) = 35c5311d6790fbca6248287516630f4bd463a8f70c18bd0ac11b64659ac6f512284a15a1225885cdb6010e16da5f828ffd49a06eaa77a27bf2cd7b51dea31463
-Size (pyubx2-1.3.5.tar.gz) = 1434127 bytes
+BLAKE2s (pyubx2-1.3.6.tar.gz) = 64d34af6b15856f6aa44ab4a8ebf5461e7768c241e718adde097c059b676d28b
+SHA512 (pyubx2-1.3.6.tar.gz) = d4161ad99ffd1212df00c0a2d48c8b5b7413f2cc0bd972769bb1356ed7d066c825b4bdaed53d43664b8077c5ba0072007ecf03391f1b1d5d2acdf4fcaf41387e
+Size (pyubx2-1.3.6.tar.gz) = 1434824 bytes
Home |
Main Index |
Thread Index |
Old Index