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:           Fri May  1 00:27:17 UTC 2026

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

Log Message:
geography/py-ubx2: Update to 1.3.0

Upstream NEWS, less minor improvements and bugfixes:

### RELEASE 1.3.0

1. Add support for UBX MGA advanced calibration support commands and polls (MGA-SF-INI, MGA-SF-INI2, MGA-INI-ATT, MGA-SF) - thanks to @ariansharifi for contribution.

### RELEASE 1.2.60

1. Add UBXReader `encoding` argument for chunked encoded socket streams.
1. Add a third value '2' to UBXReader and UBXMessage `parsebitfield` argument (*previously a simple boolean*); 0 = parse bitfield as bytes, 1 = parse bitfield as individual bits, 2 = parse bitfield 
as *both* bytes *and* bits (1)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-ubx2/Makefile
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/geography/py-ubx2/Makefile:1.7
--- pkgsrc/geography/py-ubx2/Makefile:1.6       Wed Oct 29 10:33:33 2025
+++ pkgsrc/geography/py-ubx2/Makefile   Fri May  1 00:27:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2025/10/29 10:33:33 gdt Exp $
+# $NetBSD: Makefile,v 1.7 2026/05/01 00:27:17 gdt Exp $
 
-VERSION=       1.2.59
+VERSION=       1.3.0
 DISTTAIL=      ubx2
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}

Index: pkgsrc/geography/py-ubx2/distinfo
diff -u pkgsrc/geography/py-ubx2/distinfo:1.3 pkgsrc/geography/py-ubx2/distinfo:1.4
--- pkgsrc/geography/py-ubx2/distinfo:1.3       Wed Oct 29 10:33:33 2025
+++ pkgsrc/geography/py-ubx2/distinfo   Fri May  1 00:27:17 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/10/29 10:33:33 gdt Exp $
+$NetBSD: distinfo,v 1.4 2026/05/01 00:27:17 gdt Exp $
 
-BLAKE2s (pyubx2-1.2.59.tar.gz) = 9cb46017beae2c5b1dff3cb25346d1b7251896ba8aa69194bab6fce642ef20e9
-SHA512 (pyubx2-1.2.59.tar.gz) = 092278024280548b3205907b65ee0dd01d0a6cb318cae8a9769affcddb7137fe2157e40696dfe4a1096bb132a3445f02cfbf3f806cd9d6a7008bb0399a167318
-Size (pyubx2-1.2.59.tar.gz) = 282651 bytes
+BLAKE2s (pyubx2-1.3.0.tar.gz) = 390be615b820f07dc2f0aa49538dfcb1c35f15d4aa73d20f326a92d815017956
+SHA512 (pyubx2-1.3.0.tar.gz) = a33d266dbb802f49a125622f463379ca7d74c3de5b0ba2b8931c06264e833f9812cf45fe880f0a53ef655dae0392468925584857edaf43b5b7b33a8b932b3e43
+Size (pyubx2-1.3.0.tar.gz) = 348679 bytes



Home | Main Index | Thread Index | Old Index