Wed, 12 Jun 2024 00:21:32 UTC | login

Information for build python-Rtree-1.2.0-2.fc40

ID293264
Package Namepython-Rtree
Version1.2.0
Release2.fc40
Epoch
SummaryR-Tree spatial index for Python GIS
DescriptionRtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing features for the spatially curious Python user. These features include: • Nearest neighbor search • Intersection search • Multi-dimensional indexes • Clustered indexes (store Python pickles directly with index entries) • Bulk loading • Deletion • Disk serialization • Custom storage implementation (to implement spatial indexing in ZODB, for example)
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 29 Feb 2024 11:22:59 UTC
CompletedThu, 29 Feb 2024 11:22:59 UTC
Tags
f40
f41
RPMs
src
python-Rtree-1.2.0-2.fc40.src.rpm (info) (download)
noarch
python3-rtree-1.2.0-2.fc40.noarch.rpm (info) (download)
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 1.2.0-1 - Update to 1.2.0 (close RHBZ#2259376) * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-2 - Assert that %pyproject_files contains a license file * Tue Oct 24 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.0-1 - Update to 1.1.0 (close RHBZ#2244705) * Thu Sep 21 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-2 - Ensure the release number still upgrades F39 * Thu Aug 24 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-1 - Update to 1.0.1 * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.0-7 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-5 - Correct license from LGPLv2 to (SPDX) MIT * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.0-3 - Rebuilt for Python 3.11 * Sat Apr 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-2 - Fix spatialite→spatialindex typo in patch name/description * Wed Apr 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.0-1 - Update to 1.0.0 - Tidy up spec file macros and other trivia - Use pyproject-rpm-macros * Sat Feb 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.7-4 - Ensure tests run on all architectures - Fix RHBZ#2055249 with upstream PR#222, which includes fixes for additional C API mismatches. * Thu Feb 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.7-3 - Fix arch/noarch confusion (fix RHBZ#2050010)