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:           Fri Nov 14 16:53:38 UTC 2025

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

Log Message:
geography/py-nmeagps: Update to 1.0.56

## What's Changed
* RC 1.0.56 by @semuadmin in https://github.com/semuconsulting/pynmeagps/pull/86

1. Cosmetic fix to GSV parsing - `elv` now rendered as `int` rather than `float`.
1. Add helper method `groupsize` to fix issue which prevented manual generation of messages with variable length groups (e.g. GSV, RTE)

**Full Changelog**: https://github.com/semuconsulting/pynmeagps/compare/v1.0.55...v1.0.56


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/py-nmeagps/Makefile
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/geography/py-nmeagps/Makefile:1.6
--- pkgsrc/geography/py-nmeagps/Makefile:1.5    Thu Oct 16 22:25:43 2025
+++ pkgsrc/geography/py-nmeagps/Makefile        Fri Nov 14 16:53:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/10/16 22:25:43 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2025/11/14 16:53:38 gdt Exp $
 
-VERSION=       1.0.55
+VERSION=       1.0.56
 DISTTAIL=      nmeagps
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}

Index: pkgsrc/geography/py-nmeagps/distinfo
diff -u pkgsrc/geography/py-nmeagps/distinfo:1.2 pkgsrc/geography/py-nmeagps/distinfo:1.3
--- pkgsrc/geography/py-nmeagps/distinfo:1.2    Thu Oct 16 22:25:43 2025
+++ pkgsrc/geography/py-nmeagps/distinfo        Fri Nov 14 16:53:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/10/16 22:25:43 gdt Exp $
+$NetBSD: distinfo,v 1.3 2025/11/14 16:53:38 gdt Exp $
 
-BLAKE2s (pynmeagps-1.0.55.tar.gz) = b6890a3d62a1ae0635a3c9fe0f63410638e0acf6841a6bc3312a9f30dc1e9f82
-SHA512 (pynmeagps-1.0.55.tar.gz) = 973f3b9e603e79df768876caa56829befd6431dfb628e784d57fa3f7ab1fd492f57c24f625e9d89c88651541598d37a83d791facdbc7660d5d7e2e0239b3930a
-Size (pynmeagps-1.0.55.tar.gz) = 124989 bytes
+BLAKE2s (pynmeagps-1.0.56.tar.gz) = 865360437d8f79a2de39a78dc228e2849c62f4bb1f731d1cad1e8ba4ebfb557b
+SHA512 (pynmeagps-1.0.56.tar.gz) = 9abd4c4a415ce44872e301438507037d1b8c3c409caf54217c405f88a7384eaaf4ea332bb0167f2296f76a3787542467d066a0a36af9a757e547895733861ebf
+Size (pynmeagps-1.0.56.tar.gz) = 125769 bytes



Home | Main Index | Thread Index | Old Index