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: ImagingDataCommons/s5cmd-python-distributions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: ImagingDataCommons/s5cmd-python-distributions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 18, 2025

  1. build(deps): Bump the actions group across 1 directory with 2 updates

    Bumps the actions group with 2 updates in the / directory: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `docker/setup-qemu-action` from 3.0.0 to 3.4.0
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v3.0.0...v3.4.0)
    
    Updates `pypa/cibuildwheel` from 2.18.0 to 2.22.0
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.18.0...v2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcfr committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    17796e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. add IDC acknowledgments

    fedorov authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    d56f16d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. chore: Fix README formatting

    Follow-up of d56f16d ("add IDC acknowledgments", 2025-02-25). Formatting
    was fixed by locally running `pipx run nox -s lint`.
    jcfr committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b7e2e5d View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump the actions group with 2 updates

    Bumps the actions group with 2 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `docker/setup-qemu-action` from 3.4.0 to 3.6.0
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v3.4.0...v3.6.0)
    
    Updates `pypa/cibuildwheel` from 2.22.0 to 2.23.0
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v2.22.0...v2.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jcfr committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    b668c2d View commit details
    Browse the repository at this point in the history
  3. feat: upgrade s5cmd to 2.3.0 (#15)

    update hashes; add script to auto-generate hashes
    sebpretzer authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    7101e8c View commit details
    Browse the repository at this point in the history
Loading