pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-rtcm



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jul 14 19:53:50 UTC 2026

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

Log Message:
geography/py-rtcm: Update to 1.2.0

### RELEASE 1.2.0

ENHANCEMENTS:

1. Add `msgfilter` argument to RTCMReader to allow user to filter output by one or more message identities. If set, only filtered raw messages will be parsed (e.g. `(1005,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 `parsed` argument to RTCMReader - 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 `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.7 -r1.8 pkgsrc/geography/py-rtcm/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-rtcm/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-rtcm/Makefile
diff -u pkgsrc/geography/py-rtcm/Makefile:1.7 pkgsrc/geography/py-rtcm/Makefile:1.8
--- pkgsrc/geography/py-rtcm/Makefile:1.7       Wed Mar 25 23:32:41 2026
+++ pkgsrc/geography/py-rtcm/Makefile   Tue Jul 14 19:53:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/03/25 23:32:41 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/14 19:53:50 gdt Exp $
 
-VERSION=       1.1.12
+VERSION=       1.2.0
 DISTTAIL=      rtcm
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}

Index: pkgsrc/geography/py-rtcm/distinfo
diff -u pkgsrc/geography/py-rtcm/distinfo:1.4 pkgsrc/geography/py-rtcm/distinfo:1.5
--- pkgsrc/geography/py-rtcm/distinfo:1.4       Wed Mar 25 23:32:41 2026
+++ pkgsrc/geography/py-rtcm/distinfo   Tue Jul 14 19:53:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2026/03/25 23:32:41 gdt Exp $
+$NetBSD: distinfo,v 1.5 2026/07/14 19:53:50 gdt Exp $
 
-BLAKE2s (pyrtcm-1.1.12.tar.gz) = 47722753d01e0740a7560ea841349893a75281e7d900eb40cc0e3c939b12ce57
-SHA512 (pyrtcm-1.1.12.tar.gz) = 729c24b65df93dc9df8ee8ba9bfaf7aaa99acbd96bacd5b75ba58966cd3e4c2c80d65563254e96707102bb3200cabd41f47f97abcc18ccd5c6825efaf46f7ca5
-Size (pyrtcm-1.1.12.tar.gz) = 148434 bytes
+BLAKE2s (pyrtcm-1.2.0.tar.gz) = 6fb401a22e04addf75364d352abd3b9e62cdbba2753afc9865b475f47f0476e3
+SHA512 (pyrtcm-1.2.0.tar.gz) = 83ddf20abc2c69458f1488e611ba3170903a92cbc441848126b29e95c85427cc7743e63b8379dbca46dee2b633f49a1251723a36789f76ab56cdd1f784bd5332
+Size (pyrtcm-1.2.0.tar.gz) = 149920 bytes



Home | Main Index | Thread Index | Old Index