Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-shapely | Distribution: Fedora Project |
Version: 1.7.1 | Vendor: Fedora Project |
Release: 9.el8 | Build date: Fri Mar 12 17:07:33 2021 |
Group: Unspecified | Build host: buildvm-ppc64le-22.iad2.fedoraproject.org |
Size: 1042844 | Source RPM: python-shapely-1.7.1-9.el8.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/Toblerity/Shapely | |
Summary: Manipulation and analysis of geometric objects in the Cartesian plane |
Shapely 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!
BSD
* Fri Mar 12 2021 Benjamin A. Beasley <[email protected]> - 1.7.1-9 - 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 <[email protected]> - 1.7.1-8 - EPEL8 spec begins to diverge from Fedora - Build without descartes in EPEL8 * Thu Mar 11 2021 Benjamin A. Beasley <[email protected]> - 1.7.1-7 - Rename bootstrap conditional to “descartes” * Thu Mar 11 2021 Benjamin A. Beasley <[email protected]> - 1.7.1-6 - Switch to python3dist(…) style BR’s * Thu Mar 11 2021 Benjamin A. Beasley <[email protected]> - 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 <[email protected]> - 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 <[email protected]> - 1.7.1-3 - Rebuild (geos) * Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 1.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 21 2020 Volker Fröhlich <[email protected]> - 1.7.1-1 - New upstream release * Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 1.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jun 17 2020 Miro Hrončok <[email protected]> - 1.7.0-4 - Update to 1.7.0 final (#1795751) * Tue May 26 2020 Miro Hrončok <[email protected]> - 1.7-3b1 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 1.7-2b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 17 2020 Volker Fröhlich <[email protected]> - 1.7-1.b1 * Tue Jan 07 2020 Volker Fröhlich <[email protected]> - 1.7-1.a3 - New upstream release - Don't run cython on our own - Change source URL - Remove generated C file unconditionally * Thu Oct 03 2019 Miro Hrončok <[email protected]> - 1.6.4-9.post2 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <[email protected]> - 1.6.4-8.post2 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <[email protected]> - 1.6.4-7.post2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 1.6.4-6.post2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 04 2019 Miro Hrončok <[email protected]> - 1.6.4-5.post2 - Remove python2 subpackage * Thu Aug 02 2018 Volker Fröhlich <[email protected]> - 1.6.4-4.post2 - New upstream release - Add missing BR on gcc (Cython) * Sat Jul 14 2018 Fedora Release Engineering <[email protected]> - 1.6.4-3.post1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jul 05 2018 Volker Fröhlich <[email protected]> - 1.6.4-2.post1 - Merge Miro's pull request removing filter_provides and correcting the python_provide macro; Also adding it to the Python 3 sub-package * Wed Jul 04 2018 Volker Fröhlich <[email protected]> - 1.6.4-1.post1 - New upstream release - Use unambiguous python2 macros * Tue Jun 19 2018 Miro Hrončok <[email protected]> - 1.5.16-13 - Rebuilt for Python 3.7 * Wed Feb 28 2018 Iryna Shcherbina <[email protected]> - 1.5.16-12 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 16 2018 2018 Lumír Balhar <[email protected]> - 1.5.16-11 - Fix directory ownership * Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1.5.16-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <[email protected]> - 1.5.16-9 - Python 2 binary package renamed to python2-shapely See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 1.5.16-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1.5.16-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 07 2017 Igor Gnatenko <[email protected]> - 1.5.16-6 - Rebuild due to bug in RPM (RHBZ #1468476) * Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 1.5.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <[email protected]> - 1.5.16-4 - Rebuild for Python 3.6 * Sat Oct 15 2016 Peter Robinson <[email protected]> - 1.5.16-3 - rebuilt for matplotlib-2.0.0 * Tue Jul 19 2016 Fedora Release Engineering <[email protected]> - 1.5.16-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sat May 28 2016 Volker Fröhlich <[email protected]> - 1.5.16-1 - New upstream release * Tue Mar 29 2016 Volker Fröhlich <[email protected]> - 1.5.15-1 - New upstream release * Wed Mar 02 2016 Miro Hrončok <[email protected]> - 1.5.13-1 - Update to 1.5.13 (#1181550) - BR pytest and matplotlib for tests * Wed Mar 02 2016 Miro Hrončok <[email protected]> - 1.5.13-1 - Update to 1.5.13 (#1181550) - BR pytest and matplotlib for tests * Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <[email protected]> - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Jan 05 2015 Volker Fröhlich <[email protected]> - 1.5.2-1 - New upstream release * Sat Dec 06 2014 Volker Fröhlich <[email protected]> - 1.5.1-1 - New upstream release * Tue Nov 04 2014 Volker Fröhlich <[email protected]> - 1.4.4-1 - New upstream release * Wed Oct 08 2014 Volker Fröhlich <[email protected]> - 1.4.3-1 - New upstream release * Tue Sep 30 2014 Volker Fröhlich <[email protected]> - 1.4.2-1 - New upstream release * Wed Sep 24 2014 Volker Fröhlich <[email protected]> - 1.4.1-1 - New upstream release * Thu Sep 18 2014 Volker Fröhlich <[email protected]> - 1.4.0-1 - New upstream release - Add BR on Cython/python3-cython and build the C extension - Update URL - Remove the obsolete encoding patch * Sun Aug 17 2014 Fedora Release Engineering <[email protected]> - 1.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember <[email protected]> - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Fri May 23 2014 Volker Fröhlich <[email protected]> - 1.3.2-1 - New upstream release * Thu Apr 24 2014 Volker Fröhlich <[email protected]> - 1.3.1-1 - New upstream release * Sat Apr 19 2014 Volker Fröhlich <[email protected]> - 1.3.0-2 - Replace obsolete python-setuptools-devel with python-setuptools * Wed Feb 12 2014 Volker Fröhlich <[email protected]> - 1.3.0-1 - New upstream release - Use a better summary - Add Python 3 builds - Change BR python-devel to python2-devel * Mon Sep 16 2013 Volker Fröhlich <[email protected]> - 1.2.18-1 - New upstream release * Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 1.2.17-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jan 27 2013 Volker Fröhlich <[email protected]> - 1.2.17-1 - New upstream release * Tue Sep 18 2012 Volker Fröhlich <[email protected]> - 1.2.16-1 - New upstream release * Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 1.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jun 28 2012 Volker Fröhlich <[email protected]> - 1.2.15-1 - New upstream release - Pyx file is no longer part of the sources, thus Cython is no longer BR - Chaintest is working fine now, drop the patch * Sun Apr 08 2012 Volker Fröhlich <[email protected]> - 1.2.14-1 - Update for release 1.2.14 - Remove duplicate PKG-INFO file - Correct description -- pointing to README.rst now - Add patch that corrects the attribute chaining test - Tests now work fine, therefore respect their outcome - Remove ready-made _speedups.c * Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 1.2.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Aug 16 2011 Volker Fröhlich <[email protected]> - 1.2.13-1 - Update for release 1.2.13 * Tue Aug 16 2011 Volker Fröhlich <[email protected]> - 1.2.12-1 - Update for release 1.2.12 - Don't ship tests - Label examples as documentation * Mon Aug 15 2011 Volker Fröhlich <[email protected]> - 1.2.11-2 - BR numpy for the tests * Mon Aug 15 2011 Ville Skyttä <[email protected]> - 1.2.11-2 - BR geos-devel to actually build arch specific bits - Drop unneeded geos dep * Fri Aug 12 2011 Volker Fröhlich <[email protected]> - 1.2.11-1 - Updated for 1.2.11 - Switch away from noarch - Remove useless clean section and rm in install - Debian patch to rebuild Cython .c file - Avoid private provides for .so - Extend package description * Fri Apr 01 2011 Volker Fröhlich <[email protected]> - 1.2.9-1 - Updated for 1.2.9 - Added tests again, but ignore the results * Fri Feb 25 2011 Volker Fröhlich <[email protected]> - 1.2.8-1 - Updated for 1.2.8 - Disable tests * Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 1.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Nov 27 2010 Volker Fröhlich <[email protected]> - 1.2.7-2 - Explained excluded files; added check section * Wed Nov 24 2010 Volker Fröhlich <[email protected]> - 1.2.7-1 - Initial package for Fedora
/usr/lib/.build-id /usr/lib/.build-id/24 /usr/lib/.build-id/24/7a4c32894c3067144ab75d7abdc8077d41fc7a /usr/lib/.build-id/80 /usr/lib/.build-id/80/4978801996223e865b9328ab9be8ebeabff522 /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info/PKG-INFO /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info/SOURCES.txt /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info/dependency_links.txt /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info/requires.txt /usr/lib64/python3.6/site-packages/Shapely-1.7.1-py3.6.egg-info/top_level.txt /usr/lib64/python3.6/site-packages/shapely /usr/lib64/python3.6/site-packages/shapely/__init__.py /usr/lib64/python3.6/site-packages/shapely/__pycache__ /usr/lib64/python3.6/site-packages/shapely/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/_buildcfg.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/_buildcfg.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/affinity.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/affinity.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/coords.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/coords.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/ctypes_declarations.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/ctypes_declarations.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/errors.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/errors.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/geos.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/geos.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/impl.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/impl.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/iterops.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/iterops.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/linref.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/linref.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/ops.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/ops.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/predicates.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/predicates.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/prepared.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/prepared.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/strtree.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/strtree.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/topology.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/topology.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/validation.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/validation.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/wkb.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/wkb.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/wkt.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/__pycache__/wkt.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/_buildcfg.py /usr/lib64/python3.6/site-packages/shapely/_geos.pxi /usr/lib64/python3.6/site-packages/shapely/affinity.py /usr/lib64/python3.6/site-packages/shapely/algorithms /usr/lib64/python3.6/site-packages/shapely/algorithms/__init__.py /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__ /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/cga.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/cga.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/algorithms/cga.py /usr/lib64/python3.6/site-packages/shapely/algorithms/polylabel.py /usr/lib64/python3.6/site-packages/shapely/coords.py /usr/lib64/python3.6/site-packages/shapely/ctypes_declarations.py /usr/lib64/python3.6/site-packages/shapely/errors.py /usr/lib64/python3.6/site-packages/shapely/geometry /usr/lib64/python3.6/site-packages/shapely/geometry/__init__.py /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__ /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/base.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/base.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/collection.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/collection.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/geo.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/geo.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/linestring.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/linestring.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multipoint.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multipoint.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/point.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/point.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/polygon.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/polygon.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/proxy.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/__pycache__/proxy.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/geometry/base.py /usr/lib64/python3.6/site-packages/shapely/geometry/collection.py /usr/lib64/python3.6/site-packages/shapely/geometry/geo.py /usr/lib64/python3.6/site-packages/shapely/geometry/linestring.py /usr/lib64/python3.6/site-packages/shapely/geometry/multilinestring.py /usr/lib64/python3.6/site-packages/shapely/geometry/multipoint.py /usr/lib64/python3.6/site-packages/shapely/geometry/multipolygon.py /usr/lib64/python3.6/site-packages/shapely/geometry/point.py /usr/lib64/python3.6/site-packages/shapely/geometry/polygon.py /usr/lib64/python3.6/site-packages/shapely/geometry/proxy.py /usr/lib64/python3.6/site-packages/shapely/geos.py /usr/lib64/python3.6/site-packages/shapely/impl.py /usr/lib64/python3.6/site-packages/shapely/iterops.py /usr/lib64/python3.6/site-packages/shapely/linref.py /usr/lib64/python3.6/site-packages/shapely/ops.py /usr/lib64/python3.6/site-packages/shapely/predicates.py /usr/lib64/python3.6/site-packages/shapely/prepared.py /usr/lib64/python3.6/site-packages/shapely/speedups /usr/lib64/python3.6/site-packages/shapely/speedups/__init__.py /usr/lib64/python3.6/site-packages/shapely/speedups/__pycache__ /usr/lib64/python3.6/site-packages/shapely/speedups/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/speedups/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/speedups/_speedups.cpython-36m-ppc64le-linux-gnu.so /usr/lib64/python3.6/site-packages/shapely/strtree.py /usr/lib64/python3.6/site-packages/shapely/topology.py /usr/lib64/python3.6/site-packages/shapely/validation.py /usr/lib64/python3.6/site-packages/shapely/vectorized /usr/lib64/python3.6/site-packages/shapely/vectorized/__init__.py /usr/lib64/python3.6/site-packages/shapely/vectorized/__pycache__ /usr/lib64/python3.6/site-packages/shapely/vectorized/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib64/python3.6/site-packages/shapely/vectorized/__pycache__/__init__.cpython-36.pyc /usr/lib64/python3.6/site-packages/shapely/vectorized/_vectorized.cpython-36m-ppc64le-linux-gnu.so /usr/lib64/python3.6/site-packages/shapely/wkb.py /usr/lib64/python3.6/site-packages/shapely/wkt.py /usr/share/licenses/python3-shapely /usr/share/licenses/python3-shapely/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 11 04:15:54 2024