linz / geostore

Central storage, management and access for important geospatial datasets
MIT License
33 stars 2 forks source link

build(deps): bump pystac from 1.6.1 to 1.7.1 #2966

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps pystac from 1.6.1 to 1.7.1.

Release notes

Sourced from pystac's releases.

v1.7.1

This is a bugfix release for #1048 which corrects Item's __geo_interface__ property to return the whole feature, not just the geometry. This also includes some linting and infrastructure fixups.

What's Changed

Full Changelog: https://github.com/stac-utils/pystac/compare/v1.7.0...v1.7.1

v1.7.0

Summary

Many bug fixes and feature additions. Some changes/additions of note:

Issues and pull requests are grouped into the Github milestone.

Changelog

Added

  • Additional util methods now_in_utc and now_to_rfc3339_str (#760)
  • media_type and role filtering to Item and Collection get_assets() method (#936)
  • Asset.has_role (#936)
  • Enum MediaType entry for flatgeobuf (discussion) (#938)
  • Custom header support to DefaultStacIO (#889)
  • Python 3.11 checks in CI (#908)
  • Ability to only update resolved links when using Catalog.normalize_hrefs and Catalog.normalize_and_save, via a new skip_unresolved argument (#900)
  • Optional argument timespec to utils.datetime_to_str (#929)
  • isort (#961)
  • AsIsLayoutStrategy (#919)
  • __geo_interface__ for items (#885)
  • Optional strategy parameter to catalog.add_items() (#967)
  • start_datetime and end_datetime arguments to the Item constructor (#918)
  • RetryStacIO (#986)
  • STACObject.remove_hierarchical_links and Link.is_hierarchical (#999)
  • extra_fields to AssetDefinition in the item assets extension (#1003)
  • Catalog.fully_resolve (#1001)
  • A DeprecatedWarning when deserializing an Item or Collection to a STAC object via the from_dict() method (1006)
  • Support for relative stac extension paths via make_absolute_href (#884)

... (truncated)

Changelog

Sourced from pystac's changelog.

[v1.7.1]

Changed

  • Use ruff instead of isort and flake8 (#1034)
  • Update links in doc notebooks to not point to specific versions (#1039)

Fixed

  • Item __geo_interface__ now correctly returns a Feature, rather than only the Geometry (#1049)

[v1.7.0]

Added

  • Additional util methods now_in_utc and now_to_rfc3339_str (#760)
  • media_type and role filtering to Item and Collection get_assets() method (#936)
  • Asset.has_role (#936)
  • Enum MediaType entry for flatgeobuf (discussion) (#938)
  • Custom header support to DefaultStacIO (#889)
  • Python 3.11 checks in CI (#908)
  • Ability to only update resolved links when using Catalog.normalize_hrefs and Catalog.normalize_and_save, via a new skip_unresolved argument (#900)
  • Optional argument timespec to utils.datetime_to_str (#929)
  • isort (#961)
  • AsIsLayoutStrategy (#919)
  • __geo_interface__ for items (#885)
  • Optional strategy parameter to catalog.add_items() (#967)
  • start_datetime and end_datetime arguments to the Item constructor (#918)
  • RetryStacIO (#986)
  • STACObject.remove_hierarchical_links and Link.is_hierarchical (#999)
  • extra_fields to AssetDefinition in the item assets extension (#1003)
  • Catalog.fully_resolve (#1001)
  • A DeprecatedWarning when deserializing an Item or Collection to a STAC object via the from_dict() method (1006)
  • Support for relative stac extension paths via make_absolute_href (#884)

Changed

  • Projection extension updated to use v1.1.0 (#989).
  • Update Grid Extension support to v1.1.0 and fix issue with grid:code prefix validation (#925)
  • Switch to pytest (#939)
  • Use from __future__ import annotations for type signatures (#962)
  • Use TypeVar for alternate constructors (#983)
  • Behavior when required fields are missing in Item.from_dict (#994)
  • By default, ItemCollection now clones items in iterator (clone_items=True) (#1016)

Deprecated

  • TemplateError in layout.py deprecated in favor of duplicate in errors.py (#1018)

Fixed

... (truncated)

Commits
  • f7398bc release: v1.7.1
  • bda69fd fix: Item's geo_interface
  • 93e4237 Move changelog entry
  • 65033b0 Update changelog
  • e965056 Use stac-extensions org
  • 9f25492 Update notebook links to not point to specific versions
  • 7bfe75c build(deps): bump orjson from 3.8.7 to 3.8.8
  • 0f9ff83 build(deps): bump ruff from 0.0.256 to 0.0.257
  • 3c7af7d build(deps): bump pre-commit from 3.1.1 to 3.2.0
  • 67bd5d1 build(deps): bump ruff from 0.0.254 to 0.0.256
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.