Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Bump fiona from 1.8.18 to 1.8.22 in /backend #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 31, 2022

Bumps fiona from 1.8.18 to 1.8.22.

Release notes

Sourced from fiona's releases.

1.8.22

Builds now require Cython >= 0.29.29 because of cython/cython#4609 (see #1143).

Wheels include GDAL 3.4.3, PROJ 8.2.1, and GEOS 3.10.2.

1.8.21

Changes:

  • Driver mode support tests have been made more general and less susceptible to driver quirks involving feature fields and coordinate values (#1060).
  • OSError is raised on attempts to open a dataset in a Python file object in "a" mode (see #1027).
  • Upgrade attrs, cython, etc to open up Python 3.10 support (#1049).

Bug fixes:

  • Allow FieldSkipLogFilter to handle exception messages as well as strings (reported in #1035).
  • Clean up VSI files left by MemoryFileBase, resolving #1041.
  • Hard-coded "utf-8" collection encoding added in #423 has been removed (#1057).
Changelog

Sourced from fiona's changelog.

1.8.22 (2022-10-14)

Builds now require Cython >= 0.29.29 because of cython/cython#4609 (#1143).

1.8.21 (2022-02-07)

Changes:

  • Driver mode support tests have been made more general and less susceptible to driver quirks involving feature fields and coordinate values (#1060).
  • OSError is raised on attempts to open a dataset in a Python file object in "a" mode (see #1027).
  • Upgrade attrs, cython, etc to open up Python 3.10 support (#1049).

Bug fixes:

  • Allow FieldSkipLogFilter to handle exception messages as well as strings (reported in #1035).
  • Clean up VSI files left by MemoryFileBase, resolving #1041.
  • Hard-coded "utf-8" collection encoding added in #423 has been removed (#1057).

1.8.20 (2021-05-31)

Packaging:

  • Wheels include GDAL 3.3.0 and GEOS 3.9.1.

Bug fixes:

  • Allow use with click 8 and higher (#1015).

1.8.19 (2021-04-07)

Packaging:

  • Wheels include GDAL 3.2.1 and PROJ 7.2.1.

Bug fixes:

  • In fiona/env.py the GDAL data path is now configured using set_gdal_config instead by setting the GDAL_DATA environment variable (#1007).
  • Spurious iterator reset warnings have been eliminatged (#987).
Commits
  • bae44db Update init.py
  • 898783f Update CHANGES.txt
  • 0a910b0 Upgrade cython
  • 8954176 Merge branch 'maint-1.8' of github.com:Toblerity/Fiona into maint-1.8
  • 00f7c13 Finalize version and set date in change log
  • 6b7474f Make tests less specific about feature equality (#1060)
  • 51c80a4 Allow FieldSkipLogFilter to handle exception records
  • 3a3828a Use proper fixture
  • 55d039e Raise OSError on attempt to append to dataset stored in a file
  • 9057cb3 Clean up files left by MemoryFileBase (#1058)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fiona](https://github.com/Toblerity/Fiona) from 1.8.18 to 1.8.22.
- [Release notes](https://github.com/Toblerity/Fiona/releases)
- [Changelog](https://github.com/Toblerity/Fiona/blob/1.8.22/CHANGES.txt)
- [Commits](Toblerity/Fiona@1.8.18...1.8.22)

---
updated-dependencies:
- dependency-name: fiona
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Priority: Medium Status: Review Needed Awaiting approval from a lead Type: Dependency Dependency updates by Dependabot labels Dec 31, 2022
@dependabot dependabot bot requested review from a team December 31, 2022 05:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Priority: Medium Status: Review Needed Awaiting approval from a lead Type: Dependency Dependency updates by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants