Sun, 28 Jul 2024 10:43:30 UTC | login

Information for build python-mapbox-earcut-1.0.1-14.fc41

ID311531
Package Namepython-mapbox-earcut
Version1.0.1
Release14.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-mapbox-earcut.git#c3e44beddb5d887b3a914318f4694d058ecf12ed
SummaryPython bindings to the mapbox earcut C++ library
DescriptionPython bindings for the C++ implementation of the Mapbox Earcut library, which provides very fast and quite robust triangulation of 2D polygons. Original code: earcut.hpp Original description: The 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 12 Jul 2024 17:02:57 UTC
CompletedFri, 12 Jul 2024 21:07:05 UTC
Taskbuild (f41, /rpms/python-mapbox-earcut.git:c3e44beddb5d887b3a914318f4694d058ecf12ed)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-mapbox-earcut.git#c3e44beddb5d887b3a914318f4694d058ecf12ed'}}
Tags
f41
RPMs
src
python-mapbox-earcut-1.0.1-14.fc41.src.rpm (info) (download)
riscv64
python3-mapbox-earcut-1.0.1-14.fc41.riscv64.rpm (info) (download)
python-mapbox-earcut-debugsource-1.0.1-14.fc41.riscv64.rpm (info) (download)
python3-mapbox-earcut-debuginfo-1.0.1-14.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1.0.1-14 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-10 - Assert that %pyproject_files contains a license file * Fri Oct 13 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-9 - Remove an obsolete (pre-F36) conditional workaround * Wed Sep 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-8 - Keep timestamps when converting text file line endings * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.1-6 - Rebuilt for Python 3.12 * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-5 - Remove explicit %set_build_flags, not needed since F36 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-2 - Update License to include header-only dependencies * Sat Dec 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-1 - Update to 1.0.1 (close RHBZ#2150381) * Thu Sep 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-6 - Rebuild with earcut-hpp 2.2.4 * Thu Sep 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-5 - Build with -ffp-contract=off - For the underlying C++ library, this fixes certain test failures on aarch64, ppc64le, and s390x. The tests for this package are less “picky” and pass either way. * Thu Sep 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-4 - Note that License is *SPDX* ISC * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0-2 - Rebuilt for Python 3.11