Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-shapely-1.8.2-8.el9 RPM for aarch64

From EPEL 9 for aarch64 / Packages / p

Name: python3-shapely Distribution: Fedora Project
Version: 1.8.2 Vendor: Fedora Project
Release: 8.el9 Build date: Thu Aug 18 23:49:33 2022
Group: Unspecified Build host: buildvm-a64-17.iad2.fedoraproject.org
Size: 966584 Source RPM: python-shapely-1.8.2-8.el9.src.rpm
Packager: Fedora Project
Url: https://github.com/shapely/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!

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Aug 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-8
  - Build docs against package with compiled extensions
* Thu Aug 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-7
  - Build LaTeX more quietly
* Thu Aug 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-6
  - Update License to SPDX (BSD → BSD-3-Clause)
* Thu Aug 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-5
  - Stop excluding C source files and Cython sources
  - Installing .pyx files is potentially useful for debugging, and most
    upstreams seem to prefer to distribute these
  - The build no longer installs C sources, so we do not have to exclude
    them.
* Thu Jun 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-4
  - Backport to EPEL9
* Thu Jun 23 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-3
  - Stop filtering requirements-dev.txt in-place
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> 1.8.2-2
  - Rebuilt for Python 3.11
* Tue May 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.2-1
  - Update to 1.8.2
* Tue May 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.1~post1-2
  - Drop the “forge” macros, which are not doing much here
* Fri Feb 18 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.1~post1-1
  - Update to 1.8.1.post1
* Wed Feb 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.8.1-1
  - Update to 1.8.1
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.8.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/275a493f5bd6204a6af3ef58305fdd5b5c0dd4
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/6cf1be4a3b1b8584f4b40123014c2faeee1d1b
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info/INSTALLER
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info/LICENSE.txt
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info/METADATA
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info/WHEEL
/usr/lib64/python3.9/site-packages/Shapely-1.8.2.dist-info/top_level.txt
/usr/lib64/python3.9/site-packages/shapely
/usr/lib64/python3.9/site-packages/shapely/__init__.py
/usr/lib64/python3.9/site-packages/shapely/__pycache__
/usr/lib64/python3.9/site-packages/shapely/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/_buildcfg.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/_buildcfg.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/affinity.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/affinity.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/coords.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/coords.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/ctypes_declarations.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/ctypes_declarations.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/errors.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/errors.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/geos.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/geos.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/impl.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/impl.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/iterops.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/iterops.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/linref.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/linref.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/ops.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/ops.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/predicates.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/predicates.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/prepared.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/prepared.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/strtree.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/strtree.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/topology.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/topology.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/validation.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/validation.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/wkb.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/wkb.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/wkt.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/__pycache__/wkt.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/_buildcfg.py
/usr/lib64/python3.9/site-packages/shapely/_geos.pxi
/usr/lib64/python3.9/site-packages/shapely/affinity.py
/usr/lib64/python3.9/site-packages/shapely/algorithms
/usr/lib64/python3.9/site-packages/shapely/algorithms/__init__.py
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/cga.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/cga.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/__pycache__/polylabel.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/algorithms/cga.py
/usr/lib64/python3.9/site-packages/shapely/algorithms/polylabel.py
/usr/lib64/python3.9/site-packages/shapely/coords.py
/usr/lib64/python3.9/site-packages/shapely/ctypes_declarations.py
/usr/lib64/python3.9/site-packages/shapely/errors.py
/usr/lib64/python3.9/site-packages/shapely/geometry
/usr/lib64/python3.9/site-packages/shapely/geometry/__init__.py
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/base.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/base.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/collection.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/collection.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/conftest.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/conftest.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/geo.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/geo.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/linestring.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/linestring.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multilinestring.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multipoint.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multipoint.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/multipolygon.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/point.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/point.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/polygon.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/polygon.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/proxy.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/__pycache__/proxy.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/geometry/base.py
/usr/lib64/python3.9/site-packages/shapely/geometry/collection.py
/usr/lib64/python3.9/site-packages/shapely/geometry/conftest.py
/usr/lib64/python3.9/site-packages/shapely/geometry/geo.py
/usr/lib64/python3.9/site-packages/shapely/geometry/linestring.py
/usr/lib64/python3.9/site-packages/shapely/geometry/multilinestring.py
/usr/lib64/python3.9/site-packages/shapely/geometry/multipoint.py
/usr/lib64/python3.9/site-packages/shapely/geometry/multipolygon.py
/usr/lib64/python3.9/site-packages/shapely/geometry/point.py
/usr/lib64/python3.9/site-packages/shapely/geometry/polygon.py
/usr/lib64/python3.9/site-packages/shapely/geometry/proxy.py
/usr/lib64/python3.9/site-packages/shapely/geos.py
/usr/lib64/python3.9/site-packages/shapely/impl.py
/usr/lib64/python3.9/site-packages/shapely/iterops.py
/usr/lib64/python3.9/site-packages/shapely/linref.py
/usr/lib64/python3.9/site-packages/shapely/ops.py
/usr/lib64/python3.9/site-packages/shapely/predicates.py
/usr/lib64/python3.9/site-packages/shapely/prepared.py
/usr/lib64/python3.9/site-packages/shapely/speedups
/usr/lib64/python3.9/site-packages/shapely/speedups/__init__.py
/usr/lib64/python3.9/site-packages/shapely/speedups/__pycache__
/usr/lib64/python3.9/site-packages/shapely/speedups/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/speedups/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/speedups/_speedups.cpython-39-aarch64-linux-gnu.so
/usr/lib64/python3.9/site-packages/shapely/speedups/_speedups.pyx
/usr/lib64/python3.9/site-packages/shapely/strtree.py
/usr/lib64/python3.9/site-packages/shapely/topology.py
/usr/lib64/python3.9/site-packages/shapely/validation.py
/usr/lib64/python3.9/site-packages/shapely/vectorized
/usr/lib64/python3.9/site-packages/shapely/vectorized/__init__.py
/usr/lib64/python3.9/site-packages/shapely/vectorized/__pycache__
/usr/lib64/python3.9/site-packages/shapely/vectorized/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib64/python3.9/site-packages/shapely/vectorized/__pycache__/__init__.cpython-39.pyc
/usr/lib64/python3.9/site-packages/shapely/vectorized/_vectorized.cpython-39-aarch64-linux-gnu.so
/usr/lib64/python3.9/site-packages/shapely/vectorized/_vectorized.pyx
/usr/lib64/python3.9/site-packages/shapely/wkb.py
/usr/lib64/python3.9/site-packages/shapely/wkt.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 02:44:45 2024