Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python310-Fiona | Distribution: openSUSE Tumbleweed |
Version: 1.9.6 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Jun 19 21:49:34 2024 |
Group: Development/Languages/Python | Build host: reproducible |
Size: 2349625 | Source RPM: python-Fiona-1.9.6-1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/Toblerity/Fiona | |
Summary: Module for reading and writing spatial data files |
Fiona is OGR's spatial data API for Python programmers.
BSD-3-Clause
* Wed Jun 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> - Update to 1.9.6 * Ensure that geometry types in a schema are translated to a linear type, as geometry instances are (#1313). * Fix broken stable API documentation on Read The Docs (#). * Remove install requirement of setuptools, a regression introduced in 1.9.5. - from 1.9.5 * Expand keys in schema mismatch exception, resolving #1278. * Preserve the null properties and geometry of a Feature when serializing (#1276). * The distribution name is now officially "fiona", not "Fiona". The import name remains "fiona". * Builds now require Cython >= 3.0.2 (#1276). * PyPI wheels include GDAL 3.6.4, PROJ 9.0.1, and GEOS 3.11.2. * PyPI wheels include curl 8.4.0, addressing CVE-2023-38545 and CVE-38546. * PyPI wheels are now available for Python 3.12. - from 1.9.4.post1 * Extraneous files were unintentionally packaged in the 1.9.4 wheels. This post1 release excludes them so that wheel contents are as in version 1.9.3. - from 1.9.4 * The performance of Feature.from_dict() has been improved (#1267). * Several sources of meaningless log messages from fiona._geometry about NULL geometries are avoided (#1264). * The Parquet driver has been added to the list of supported drivers and will be available if your system's GDAL library links libarrow. Note that fiona wheels on PyPI do not include libarrow as it is rather large. * Ensure that fiona._vendor modules are found and included. * Bytes type feature properties are now hex encoded when serializing to GeoJSON (#1263). * Docstrings for listdir and listlayers have been clarified and harmonized. * Nose style test cases have been converted to unittest.TestCase (#1256). * The munch package used by fio-filter and fio-calc is now vendored and patched to remove usage of the deprecated pkg_resources module (#1255). - from 1.9.3 * Rasterio CRS objects are compatible with the Collection constructor and are now accepted (#1248). * Enable append mode for fio-load (#1237). * Reading a GeoJSON with an empty array property can result in a segmentation fault since version 1.9.0. This has been fixed (#1228). - from 1.9.2 * Get command entry points using importlib.metadata (#1220). * Instead of warning, transform_geom() raises an exception when some points can't be reprojected unless the caller opts in to partial reprojection. This restores the behavior of version 1.8.22. * Add support for open options to all CLI commands that call fiona.open (#1215). * Fix a memory leak that can occur when iterating over a dataset using strides (#1205). * ZipMemoryFile now supports zipped GDB data (#1203). - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Drop support for older Python versions - Update name for dist directory in %files section - Cherry-pick upstream patch to fix build with GCC 14 * https://github.com/Toblerity/Fiona/pull/1314.patch * Sun Feb 26 2023 Matej Cepl <mcepl@suse.com> - Update to 1.9.1: The 1.9.0 release revealed a few bugs. Here are the ones we felt should be squished immediately. - Log a warning message when identically named fields are encountered (#1201). - Avoid dependence on listdir order in tests (#1193). - Prevent empty geometries arrays from appearing in __geo_interface__ (#1197). - setuptools added to pyproject.toml. Its pkg_resources module is used by the CLI (#1191). - Update to 1.9.0: - Deprecations - The precision keyword argument of fiona.transform.transform_geom is deprecated and will be removed in version 2.0. - The fiona.drivers() function has been deprecated and will be removed in version 2.0. It should be replaced by fiona.Env(). - The new fiona.meta module will be renamed to fiona.drivers in version 2.0. - The major new features are: - A new CRS class identical to Rasterio's. - New Feature and Geometry classes. These are returned instead of dicts but are compatible with version 1.8's dicts. - Access to format driver metadata. Please see the change log entries for 1.9 pre-releases at https://github.com/Toblerity/Fiona/releases to see a complete list of new features and bug fixes. * Thu Dec 01 2022 John Vandenberg <jayvdb@gmail.com> - Skip two failing tests * Thu Sep 15 2022 John Vandenberg <jayvdb@gmail.com> - Update to v1.8.21 * Driver mode support tests have been made more general and less susceptible to driver quirks involving feature fields and coordinate values. * OSError is raised on attempts to open a dataset in a Python file object in "a" mode. * Upgrade attrs, cython, etc to open up Python 3.10 support * Allow FieldSkipLogFilter to handle exception messages as well as strings * Clean up VSI files left by MemoryFileBase * Hard-coded "utf-8" collection encoding has been removed - from v1.8.20 * Allow use with click 8 and higher - from v1.8.19 * In fiona/env.py the GDAL data path is now configured using set_gdal_config instead by setting the GDAL_DATA environment variable * Spurious iterator reset warnings have been eliminated. - from v1.8.18 * The precision option of transform has been fixed for the case of GeometryCollections * Added missing --co (creation) option to fio-load * If the certifi package can be imported, its certificate store location will be passed to GDAL during import of fiona._env unless CURL_CA_BUNDLE is already set. * Warn when feature fields named "" are found - from v1.8.17 * To fix issue #952 the fio-cat command no longer cuts feature geometries at the anti-meridian by default. A --cut-at-antimeridian option has been added to allow cutting of geometries in a geographic destination coordinate reference system. - from v1.8.16 * More OGR errors and warnings arising in calls to GDAL C API functions are surfaced. * A circular import introduced in some cases in 1.8.15 has been fixed - from v1.8.15 * Change shim functions to not return tuples * Raise a Python exception when VSIFOpenL fails. - from v1.8.14 * When creating a new Collection in a MemoryFile with a default (random) name Fiona will attempt to use a format driver-supported file extension. When initializing a MemoryFile with bytes of data formatted for a vector driver that requires a certain file name or extension, the user should continue to pass an appropriate filename and/or extension. * Read support for FlatGeobuf has been enabled in the drvsupport module. * The MemoryFile implementation has been improved so that it can support multi-part S3 downloads (#906). This is largely a port of code from rasterio. * Axis ordering for results of fiona.transform was wrong when CRS were passed in the "EPSG:dddd" form. * Allow implicit access to the only dataset in a ZipMemoryFile. The path argument of ZipMemoryFile.open() is now optional * Improve support for datetime types: support milliseconds, timezones and improve warnings if type is not supported by driver * Fix "Failed to commit transaction" TransactionError for FileGDB driver. * Load GDAL DLL dependencies on Python 3.8+ / Windows with add_dll_directory() * Do not require optional properties * Ensure that slice does not overflow available data * Resolve issue when "ERROR 4: Unable to open EPSG support file gcs.csv." is raised on importing fiona. * Resolve issue resulting in possible mixed up fields names (affecting only DXF, GPX, GPSTrackMacker and DGN driver) * Ensure crs_wkt is passed when writing to MemoryFile * Sat Mar 14 2020 Bruno Friedmann <bruno@ioda-net.ch> - update to version 1.18.13.post1 + improve binary wheel compatibility with shapely 1.7.0 + All update are referenced online or in the package https://github.com/Toblerity/Fiona/blob/master/CHANGES.txt - Fix tests error with proj.db (datadir instead libdir) - Make only python3 as we don't have anymore python2-pyproj - spec-cleaner * Wed Jun 12 2019 Todd R <toddrme2178@gmail.com> - Fix dependencies. - Enable unit tests - Ran spec-cleaner * Mon Apr 01 2019 Todd R <toddrme2178@gmail.com> - Split executable into own module to avoid conflicts with fio. fio is a Linux Kernel project so we probably don't want to make fiona conflict with it completely. * Fri Mar 29 2019 Jan Engelhardt <jengelh@inai.de> - Trim bias from description. Use noun phrase in summary. * Thu Mar 28 2019 Todd R <toddrme2178@gmail.com> - Update to last version 1.8.6 * The advertisement for JSON driver enablement in 1.8.5 was false (#176), but in this release they are ready for use. - Update to last version 1.8.5 * GDAL seems to work best if GDAL_DATA is set as early as possible. Ideally it is set when building the library or in the environment before importing Fiona, but for wheels we patch GDAL_DATA into os.environ when fiona.env is imported. This resolves #731. * A combination of bugs which allowed .cpg files to be overlooked has been fixed (#726). * On entering a collection context (Collection.__enter__) a new anonymous GDAL environment is created if needed and entered. This makes `with fiona.open(...) as collection:` roughly equivalent to `with fiona.open(...) as collection, Env():`. This helps prevent bugs when Collections are created and then used later or in different scopes. * Missing GDAL support for TopoJSON, GeoJSONSeq, and ESRIJSON has been enabled (#721). * A regression in handling of polygons with M values (#724) has been fixed. * Per-feature debug logging calls in OGRFeatureBuilder methods have been eliminated to improve feature writing performance (#718). * Native support for datasets in Google Cloud Storage identified by "gs" resource names has been added (#709). * Support has been added for triangle, polyhedral surface, and TIN geometry types (#679). * Notes about using the MemoryFile and ZipMemoryFile classes has been added to the manual (#674). * Wed Mar 06 2019 Martin Pluskal <mpluskal@suse.com> - Rename package to python-Fiona - Install license and documentation
/usr/lib64/python3.10/site-packages/fiona /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/INSTALLER /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/LICENSE.txt /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/METADATA /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/RECORD /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/REQUESTED /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/WHEEL /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/entry_points.txt /usr/lib64/python3.10/site-packages/fiona-1.9.6.dist-info/top_level.txt /usr/lib64/python3.10/site-packages/fiona/__init__.py /usr/lib64/python3.10/site-packages/fiona/__pycache__ /usr/lib64/python3.10/site-packages/fiona/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/__init__.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/_show_versions.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/_show_versions.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/collection.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/collection.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/compat.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/compat.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/crs.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/crs.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/drvsupport.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/drvsupport.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/enums.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/enums.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/env.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/env.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/errors.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/errors.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/inspector.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/inspector.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/io.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/io.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/logutils.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/logutils.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/meta.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/meta.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/model.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/model.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/path.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/path.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/rfc3339.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/rfc3339.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/session.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/session.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/transform.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/transform.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/vfs.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/__pycache__/vfs.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/_cpl.pxd /usr/lib64/python3.10/site-packages/fiona/_csl.pxd /usr/lib64/python3.10/site-packages/fiona/_env.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/_env.pxd /usr/lib64/python3.10/site-packages/fiona/_err.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/_err.pxd /usr/lib64/python3.10/site-packages/fiona/_geometry.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/_geometry.pxd /usr/lib64/python3.10/site-packages/fiona/_show_versions.py /usr/lib64/python3.10/site-packages/fiona/_transform.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/_vendor /usr/lib64/python3.10/site-packages/fiona/_vendor/munch /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__init__.py /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__pycache__ /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__pycache__/__init__.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__pycache__/python3_compat.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/__pycache__/python3_compat.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/_vendor/munch/python3_compat.py /usr/lib64/python3.10/site-packages/fiona/collection.py /usr/lib64/python3.10/site-packages/fiona/compat.py /usr/lib64/python3.10/site-packages/fiona/crs.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/crs.pxd /usr/lib64/python3.10/site-packages/fiona/crs.py /usr/lib64/python3.10/site-packages/fiona/drvsupport.py /usr/lib64/python3.10/site-packages/fiona/enums.py /usr/lib64/python3.10/site-packages/fiona/env.py /usr/lib64/python3.10/site-packages/fiona/errors.py /usr/lib64/python3.10/site-packages/fiona/fio /usr/lib64/python3.10/site-packages/fiona/fio/__init__.py /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__ /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/__init__.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/bounds.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/bounds.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/calc.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/calc.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/cat.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/cat.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/collect.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/collect.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/distrib.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/distrib.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/dump.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/dump.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/env.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/env.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/filter.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/filter.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/helpers.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/helpers.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/info.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/info.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/insp.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/insp.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/load.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/load.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/ls.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/ls.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/main.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/main.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/options.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/options.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/rm.cpython-310.opt-1.pyc /usr/lib64/python3.10/site-packages/fiona/fio/__pycache__/rm.cpython-310.pyc /usr/lib64/python3.10/site-packages/fiona/fio/bounds.py /usr/lib64/python3.10/site-packages/fiona/fio/calc.py /usr/lib64/python3.10/site-packages/fiona/fio/cat.py /usr/lib64/python3.10/site-packages/fiona/fio/collect.py /usr/lib64/python3.10/site-packages/fiona/fio/distrib.py /usr/lib64/python3.10/site-packages/fiona/fio/dump.py /usr/lib64/python3.10/site-packages/fiona/fio/env.py /usr/lib64/python3.10/site-packages/fiona/fio/filter.py /usr/lib64/python3.10/site-packages/fiona/fio/helpers.py /usr/lib64/python3.10/site-packages/fiona/fio/info.py /usr/lib64/python3.10/site-packages/fiona/fio/insp.py /usr/lib64/python3.10/site-packages/fiona/fio/load.py /usr/lib64/python3.10/site-packages/fiona/fio/ls.py /usr/lib64/python3.10/site-packages/fiona/fio/main.py /usr/lib64/python3.10/site-packages/fiona/fio/options.py /usr/lib64/python3.10/site-packages/fiona/fio/rm.py /usr/lib64/python3.10/site-packages/fiona/gdal.pxi /usr/lib64/python3.10/site-packages/fiona/inspector.py /usr/lib64/python3.10/site-packages/fiona/io.py /usr/lib64/python3.10/site-packages/fiona/logutils.py /usr/lib64/python3.10/site-packages/fiona/meta.py /usr/lib64/python3.10/site-packages/fiona/model.py /usr/lib64/python3.10/site-packages/fiona/ogrext.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/ogrext1.pxd /usr/lib64/python3.10/site-packages/fiona/ogrext2.pxd /usr/lib64/python3.10/site-packages/fiona/ogrext3.pxd /usr/lib64/python3.10/site-packages/fiona/path.py /usr/lib64/python3.10/site-packages/fiona/rfc3339.py /usr/lib64/python3.10/site-packages/fiona/schema.cpython-310-x86_64-linux-gnu.so /usr/lib64/python3.10/site-packages/fiona/session.py /usr/lib64/python3.10/site-packages/fiona/transform.py /usr/lib64/python3.10/site-packages/fiona/vfs.py /usr/share/doc/packages/python310-Fiona /usr/share/doc/packages/python310-Fiona/CHANGES.txt /usr/share/doc/packages/python310-Fiona/CREDITS.txt /usr/share/doc/packages/python310-Fiona/README.rst /usr/share/licenses/python310-Fiona /usr/share/licenses/python310-Fiona/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 9 00:39:28 2024