python-mapbox-earcut 1.0.1-1 source package in Ubuntu

Changelog

python-mapbox-earcut (1.0.1-1) unstable; urgency=medium

  * New upstream version 1.0.1
  * Enable hardening flags

 -- Timo Röhling <email address hidden>  Sat, 03 Dec 2022 21:06:13 +0100

Upload details

Uploaded by:
Debian Math Team
Uploaded to:
Sid
Original maintainer:
Debian Math Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-mapbox-earcut_1.0.1-1.dsc 2.4 KiB 3a5f2cad8ff6eabeb5fcae008b8f454242598ba87ed84c8cb5cf5a964f7b29a2
python-mapbox-earcut_1.0.1.orig.tar.gz 11.5 KiB 88b439b7623c8dc81eec33281254b0b508bb2a0e0e8b82cb68f4c7c0c4208b0e
python-mapbox-earcut_1.0.1-1.debian.tar.xz 1.9 KiB c7d8b0c2ce42f8a4d02e1568c104458aa10af7251faeafb1610d8641e13478f4

No changes file available.

Binary packages built by this source

python3-mapbox-earcut: Python bindings for the Mapbox Earcut library

 The Mapbox Earcut library implements a modified ear slicing algorithm,
 optimized by z-order curve hashing and extended to handle holes, twisted
 polygons, degeneracies and self-intersections in a way that doesn't guarantee
 correctness of triangulation, but attempts to always produce acceptable
 results for practical data like geographical shapes.
 .
 This package provides Python 3 bindings.

python3-mapbox-earcut-dbgsym: debug symbols for python3-mapbox-earcut