Sun, 26 Mar 2023 18:35:26 UTC

Information for build python-shapely-1.8.0-1.fc36

ID1848630
Package Namepython-shapely
Version1.8.0
Release1.fc36
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-shapely.git#df246611d2fc4c39074a78bc30dc64b8620e4df4
SummaryManipulation and analysis of geometric objects in the Cartesian plane
DescriptionShapely is a package for creation, manipulation, and analysis of planar geometry objects – designed especially for developers of cutting edge geographic information systems. In a nutshell: Shapely lets you do PostGIS-ish stuff outside the context of a database using idiomatic Python. You can use this package with python-matplotlib and numpy. See README.rst for more information!
Built bymusic
State complete
Volume DEFAULT
StartedMon, 25 Oct 2021 18:59:13 UTC
CompletedMon, 25 Oct 2021 19:06:18 UTC
Taskbuild (rawhide, /rpms/python-shapely.git:df246611d2fc4c39074a78bc30dc64b8620e4df4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-shapely.git#df246611d2fc4c39074a78bc30dc64b8620e4df4'}}
Tags No tags
RPMs
src
python-shapely-1.8.0-1.fc36.src.rpm (info) (download)
aarch64
python3-shapely-1.8.0-1.fc36.aarch64.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.aarch64.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.aarch64.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.aarch64.rpm (info) (download)
armv7hl
python3-shapely-1.8.0-1.fc36.armv7hl.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.armv7hl.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.armv7hl.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.armv7hl.rpm (info) (download)
i686
python3-shapely-1.8.0-1.fc36.i686.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.i686.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.i686.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.i686.rpm (info) (download)
noarch
python-shapely-doc-1.8.0-1.fc36.noarch.rpm (info) (download)
ppc64le
python3-shapely-1.8.0-1.fc36.ppc64le.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.ppc64le.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.ppc64le.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.ppc64le.rpm (info) (download)
s390x
python3-shapely-1.8.0-1.fc36.s390x.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.s390x.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.s390x.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.s390x.rpm (info) (download)
x86_64
python3-shapely-1.8.0-1.fc36.x86_64.rpm (info) (download)
python3-shapely+vectorized-1.8.0-1.fc36.x86_64.rpm (info) (download)
python-shapely-debugsource-1.8.0-1.fc36.x86_64.rpm (info) (download)
python3-shapely-debuginfo-1.8.0-1.fc36.x86_64.rpm (info) (download)
Logs
armv7hl
build.log
root.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
s390x
hw_info.log
root.log
build.log
state.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 25 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.0-1 - Update to 1.8.0 (final) * Thu Oct 21 2021 Benjamin A. Beasley <code@musicinmybrain.net> 1.8~rc2-1 - Update to 1.8.0rc2 and use pyproject-rpm-macros * Thu Oct 21 2021 Sandro Mani <manisandro@gmail.com> - 1.7.1-13 - Rebuild (geos) * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 07 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-11 - Update spec file comment regarding now-retired python3dist(descartes) * Sun Jun 06 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-10 - Drop descartes BR altogether, as that package seems unlikely to be fixed (RHBZ#1907389); we will just build the documentation without it * Sat Jun 05 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-9 - Disable “descartes” conditional to break the circular dependency for Python 3.10 - Drop Fedora 32 %py_provides * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.7.1-8 - Rebuilt for Python 3.10 * Thu Mar 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-7 - Rename bootstrap conditional to “descartes” - Fix skipped tests for vectorized extensions - Fix tests that failed on s390x because they assumed the host was little-endian (RHBZ#1937719, https://github.com/Toblerity/Shapely/issues/1102) * Thu Mar 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-6 - Switch to python3dist(…) style BR’s * Thu Mar 11 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-5 - Add bootstrap conditional to break circular dependency with python-descartes, used for HTML documentation * Wed Mar 10 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.7.1-4 - Use %url macro to shorten Source0 URL - Use expand: to clean up description macro - Improve whitespace consistency - Drop python_provide macro, which is obsolete in Fedora - Fix SvgTestCase.test_collection failing with geos 3.9.0 (https://github.com/Toblerity/Shapely/issues/1079, RHBZ #1907955) - Improve handling of Cython and Cython-generated C source files - Use the %pytest macro instead of deprecated “python3 setup.py test”; this also ensures we test the built package rather than re-compiling extensions in %check - Add metapackage for “vectorized” extra - Install LICENSE.txt - Add a -doc subpackage and build the HTML documentation - Work around s390x test failures; RHBZ to be filed * Sat Feb 13 2021 Sandro Mani <manisandro@gmail.com> - 1.7.1-3 - Rebuild (geos) * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 21 2020 Volker Fröhlich <volker27@gmx.at> - 1.7.1-1 - New upstream release * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 17 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7.0-4 - Update to 1.7.0 final (#1795751) * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.7-3b1 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-2b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 17 2020 Volker Fröhlich <volker27@gmx.at> - 1.7-1.b1 * Tue Jan 07 2020 Volker Fröhlich <volker27@gmx.at> - 1.7-1.a3 - New upstream release - Don't run cython on our own - Change source URL - Remove generated C file unconditionally