pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-nmeagps



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Apr 27 11:59:16 UTC 2026

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

Log Message:
geography/py-nmeagps; Update to 1.1.4

### RELEASE 1.1.4

1. Add `modwno` boolean argument to wnotow2utc and utc2wnotow helper functions - True => modular week number, False => continuous week number. The default is True (modular week no).

### RELEASE 1.1.3

1. Update wnotow2utc, utc2wnotow and leapsecond helper functions to accommodate all GNSS time systems. wnotow2utc method also adds an 'autoroll' argument which, if True, will automatically roll 
forward modular GNSS week numbers to the latest date less than the current date - see API docs for details.

### RELEASE 1.1.2

1. Add workaround for Unicore UM9* firmware error, which creates malformed NMEA GLL sentences (-ve latitude).

### RELEASE 1.1.1

1. Add helper methods `utc2wnotow` and `wnotow2utc` to convert between UTC datetime and GPS week number, time of week (in milliseconds) and leapsecond offset.
1. Helper methods `leapsecond` and `get_gpswnotow` will now accept timezone-aware or timezone-naive datetimes. If naive, UTC will be inferred.

### RELEASE 1.1.0

1. Add support for Unicore extended NMEA sentences:

   Secondary Antenna Data:
    - "GGAH": "Global Positioning System Fix Data (Secondary Antenna)",
    - "GLLH": "Geographic Position (Secondary Antenna)",
    - "GNSH": "GNSS Fix Data (Secondary Antenna)",
    - "GRSH": "GNSS Range Residuals (Secondary Antenna)",
    - "GSAH": "GNSS DOP and Active Satellites (Secondary Antenna)",
    - "GSTH": "GNSS Pseudorange Error Statistics (Secondary Antenna)",
    - "GSVH": "GNSS Satellites in View (Secondary Antenna)",
    - "RMCH": "Recommended Minimum Specific GNSS Data (Secondary Antenna)",
    - "VTGH": "Course over Ground and Ground Speed (Secondary Antenna)",

    Attitude Data:
    - "THS2": "True Heading and Status",
    - "HPR": "Attitude Parameters",
    - "HPR2": "Attitude Parameters",
    - "TRA2": "Heading, Pitch & Roll Information",
    - "ROT2": "Rate of Turn",
    - "HPD": "Positioning and Heading Information",


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/py-nmeagps/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-nmeagps/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-nmeagps/Makefile
diff -u pkgsrc/geography/py-nmeagps/Makefile:1.8 pkgsrc/geography/py-nmeagps/Makefile:1.9
--- pkgsrc/geography/py-nmeagps/Makefile:1.8    Mon Jan 26 09:54:09 2026
+++ pkgsrc/geography/py-nmeagps/Makefile        Mon Apr 27 11:59:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/01/26 09:54:09 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/27 11:59:16 gdt Exp $
 
-VERSION=       1.0.57
+VERSION=       1.1.4
 DISTTAIL=      nmeagps
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}

Index: pkgsrc/geography/py-nmeagps/distinfo
diff -u pkgsrc/geography/py-nmeagps/distinfo:1.4 pkgsrc/geography/py-nmeagps/distinfo:1.5
--- pkgsrc/geography/py-nmeagps/distinfo:1.4    Wed Dec 31 14:16:09 2025
+++ pkgsrc/geography/py-nmeagps/distinfo        Mon Apr 27 11:59:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/12/31 14:16:09 gdt Exp $
+$NetBSD: distinfo,v 1.5 2026/04/27 11:59:16 gdt Exp $
 
-BLAKE2s (pynmeagps-1.0.57.tar.gz) = c93498dfd75054524c5d3e71a484c5854b72f1443417afd53a6d7225a9a6da5b
-SHA512 (pynmeagps-1.0.57.tar.gz) = c761c2e5b015f74be68a944c731fc65cc345455d05f4d20f426555d720e2af2bb9079cf4f9120046fa66a467d2ef7848108ee51fa2a57edb0a1cc4ba50b1a2ed
-Size (pynmeagps-1.0.57.tar.gz) = 127045 bytes
+BLAKE2s (pynmeagps-1.1.4.tar.gz) = bf57ca192db1fe9dbbe51773326c337c8dcd98cbe36cfcb0dba28ca68715364c
+SHA512 (pynmeagps-1.1.4.tar.gz) = 61fb045f3f1911e9e314706a543963b6a420be4933ee477e12b32f00e69ca333de7210a793c09ad714cb230361647e08dc6f92e43e0383eae42c3795f9596978
+Size (pynmeagps-1.1.4.tar.gz) = 135351 bytes



Home | Main Index | Thread Index | Old Index