pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-ubxutils



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat May 16 12:29:31 UTC 2026

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

Log Message:
geography/py-ubxutils: Update to 1.0.6

ENHANCMENTS:

1. Allow mixed file formats (ubx & txt) in ubxcompare - addresses feature request https://github.com/semuconsulting/pyubxutils/issues/10


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-ubxutils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-ubxutils/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-ubxutils/Makefile
diff -u pkgsrc/geography/py-ubxutils/Makefile:1.4 pkgsrc/geography/py-ubxutils/Makefile:1.5
--- pkgsrc/geography/py-ubxutils/Makefile:1.4   Sat Oct 25 13:18:16 2025
+++ pkgsrc/geography/py-ubxutils/Makefile       Sat May 16 12:29:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/10/25 13:18:16 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2026/05/16 12:29:31 gdt Exp $
 
-VERSION=       1.0.5
+VERSION=       1.0.6
 DISTTAIL=      ubxutils
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}
@@ -18,7 +18,8 @@ USE_LANGUAGES=        # none
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
 
-DEPENDS+=      ${PYPKGPREFIX}-ubx2-[0-9]*:../../geography/py-ubx2
+DEPENDS+=      ${PYPKGPREFIX}-serial>=3.5:../../comms/py-serial
+DEPENDS+=      ${PYPKGPREFIX}-ubx2>=1.2.58:../../geography/py-ubx2
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-ubxutils/distinfo
diff -u pkgsrc/geography/py-ubxutils/distinfo:1.2 pkgsrc/geography/py-ubxutils/distinfo:1.3
--- pkgsrc/geography/py-ubxutils/distinfo:1.2   Sat Oct 25 13:18:16 2025
+++ pkgsrc/geography/py-ubxutils/distinfo       Sat May 16 12:29:31 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/10/25 13:18:16 gdt Exp $
+$NetBSD: distinfo,v 1.3 2026/05/16 12:29:31 gdt Exp $
 
-BLAKE2s (pyubxutils-1.0.5.tar.gz) = 5602f97360ad835e6773edc9f1016f50117f6a7e3d1883979cfc08a7adf382e6
-SHA512 (pyubxutils-1.0.5.tar.gz) = f2fe1c5a08696fdeee7069b5591a8dccf3b9fe84f09e10b3baca6c9f0bdceea3ffacecc8ac5c9b4ed132a590d26f6237dd39bcbcb147aa6c64bc4bcba824aa78
-Size (pyubxutils-1.0.5.tar.gz) = 35763 bytes
+BLAKE2s (pyubxutils-1.0.6.tar.gz) = 512adf0ffa81aae18ae743467578356b0d0c614f9427531096fd3b13c2484a77
+SHA512 (pyubxutils-1.0.6.tar.gz) = 446cad540737f5b87cc6894ddfaab909ff30b70f9cfa1fa8969a871bf84d6a69fc1b8fa4a895916754689dc6ca1dc0a2103613741b822b0058177b7042a503f9
+Size (pyubxutils-1.0.6.tar.gz) = 36304 bytes



Home | Main Index | Thread Index | Old Index