gpxpy 1.5.0-2 source package in Ubuntu

Changelog

gpxpy (1.5.0-2) unstable; urgency=medium

  * Team upload.
  * Remove call to deprecated assertEquals Closes: #1056249
  * Update Standards-Version to 4.6.2, no changes needed.

 -- HÃ¥vard F. Aasen <email address hidden>  Sun, 03 Dec 2023 15:30:43 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gpxpy_1.5.0-2.dsc 2.0 KiB 73ad07cedb5477723c8b774bdcb37d1a67887d367a384ba95b905fcbeaa0c4f7
gpxpy_1.5.0.orig.tar.gz 109.0 KiB e6993a8945eae07a833cd304b88bbc6c3c132d63b2bf4a9b0a5d9097616b8708
gpxpy_1.5.0-2.debian.tar.xz 3.8 KiB 91bf6d26ccdf99661cd27d766a66b51f7935c2848901ff2bf5f97b08353fa186

Available diffs

No changes file available.

Binary packages built by this source

gpxinfo: Command line utility to extract basic statistics from a GPX file

 gpxinfo extracts basic statistics from a GPX file. It prints meta info
 about the file and calculates data about tracks and routes in the file,
 among which are times, distances, and uphill and downhill information.
 .
 gpxinfo uses the gpxpy library.

python3-gpxpy: GPX file parser and GPS track manipulation library (Python 3)

 gpxpy is a simple Python library for parsing and manipulating GPX files.
 GPX is an XML based format for GPS tracks.
 .
 The library also contains utility functions that are used in GPX file
 handling, but can also be used separately, e.g. simple functions for
 calculating geographical coordinates.
 .
 This package contains the Python 3 version.