./geography/py-spartn, Python parser for SPARTN (u-blox differential protocol)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.1.0, Package name: py313-spartn-1.1.0, Maintainer: gdt

pyspartn is a Python 3 parser for the SPARTN GPS/GNSS protocol. SPARTN
is a GPS/GNSS differential correction or DGPS protocol published by
u-blox.


Master sites:

Filesize: 10386.02 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-18 14:21:58 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-spartn: Update to 1.1.0

Upstream NEWS content:

### RELEASE 1.1.0

ENHANCEMENTS:

1. Improve type hints and docstrings.
   2026-03-11 12:55:36 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-spartn: Update to 1.0.9

Upstream NEWS content:

### RELEASE 1.0.9

ENHANCEMENTS:

1. Updated for SPARTN protocol 2.0.3 (November 2025).
   2025-10-15 16:51:50 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-spartn: Update to 1.0.8

Upstream NEWS:

As of October 2025, u-blox have discontinued all their encrypted
SPARTN services (PointPerfect L-Band and MQTT). For this reason, the
`cryptography` package used for SPARTN message decryption is now an
*optional* dependency for `pyspartn`. To enable decryption support,
install `cryptography` separately
   2025-09-08 12:11:22 by Greg Troxel | Files touched by this commit (7)
Log message:
geography/py-[semu*]: Make HOMEPAGE not have variables

I previously did CSE across these Makefiles, which are from separate
repos but maintained identically, as part of being able to diff across
packages to find unintended variance.  However, people cut-and-paste
URLS from HOMEPAGE, and using variables makes that harder, needing
make show-var.  Plus, the URLs are extremely unlikely to change the
last component.
   2025-09-08 12:06:20 by Greg Troxel | Files touched by this commit (7)
Log message:
geography/py-[semu*]: TOOL_DEPEND on setuptools
   2025-09-04 15:50:48 by Greg Troxel | Files touched by this commit (5)
Log message:
geography/semuconsulting*: Use variable in HOMEPAGE

All of these modules are maintained the same way, and this reduces
diffs between the pkgsrc Makefiles, while fixing a previous cut/pasto.
   2025-09-04 15:40:00 by Greg Troxel | Files touched by this commit (4)
Log message:
geography/py-spartn: Add version 1.0.7

pyspartn is a Python 3 parser for the SPARTN GPS/GNSS protocol. SPARTN
is a GPS/GNSS differential correction or DGPS protocol published by
u-blox.