Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stac-utils/stac-task
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: stac-utils/stac-task
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 12 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    492a1b0 View commit details
    Browse the repository at this point in the history
  2. Remove flake8 references

    jsignell authored and gadomski committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1f577c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. build(deps-dev): bump ruff from 0.1.4 to 0.1.6

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.4 to 0.1.6.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.4...v0.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gadomski committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9003b90 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Give more informative validation errors

    jsignell authored and gadomski committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c60aee8 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): update mypy requirement from ~=1.6.0 to ~=1.7.0

    Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gadomski committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8d6b540 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. build(deps-dev): update types-setuptools requirement from ~=68.2.0 to…

    … >=68.2,<69.1 (#62)
    
    * build(deps-dev): update types-setuptools requirement
    
    Updates the requirements on [types-setuptools](https://github.com/python/typeshed) to permit the latest version.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-setuptools
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps: simplify tilde
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
    dependabot[bot] and gadomski authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    045a941 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. build(deps): bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gadomski committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fde3442 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump ruff from 0.1.6 to 0.1.7

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.6...v0.1.7)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gadomski committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    36b87c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. build(deps-dev): bump ruff from 0.1.7 to 0.1.8

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.7 to 0.1.8.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.7...v0.1.8)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and gadomski committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f86192d View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): update black requirement from ~=23.11.0 to >=23.11,<…

    …23.13 (#68)
    
    * build(deps-dev): update black requirement
    
    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...23.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps: relax black requirement
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
    dependabot[bot] and gadomski authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cbf9d00 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. cleanup workdir correctly (#70)

    * cleanup workdir correctly
    Phil Varner authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    45b12e2 View commit details
    Browse the repository at this point in the history
  2. release prep 0.3.0 (#71)

    Phil Varner authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9ead2f9 View commit details
    Browse the repository at this point in the history
Loading