Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update indexed-gzip requirement from <=1.8 to <=1.8.7 #405

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Updates the requirements on indexed-gzip to permit the latest version.

Release notes

Sourced from indexed-gzip's releases.

1.8.7

Changes in this release:

  • Enable Python 3.12 and musllinux builds (#139).
  • Remove numpy as a mandatory build-time dependency (#142, #143).
Changelog

Sourced from indexed-gzip's changelog.

1.8.7 (November 6th 2023)

  • Enable Python 3.12 and musllinux builds (#139).
  • Remove numpy as a mandatory build-time dependency (#142, #143).

1.8.5 (August 29th 2023)

  • Updates to package build process (#138).

1.8.4 (August 29th 2023)

  • Change the IndexedGzipFile class to raise a FileNotFoundError instead of a ValueError, when a path to a non-existent file is provided (#137).

1.8.3 (July 25th 2023)

  • Another adjustment to package build process (#135).

1.8.2 (July 25th 2023)

  • Adjustment to package build process (#134).

1.8.1 (July 25th 2023)

  • Now building packages for python >=3.7, as recent versions of setuptools do not support older Python versions (#133).

1.8.0 (July 24th 2023)

  • Compatibility fixes for Python 3.12 and Cython 3.0.0 (#126, #127).
  • Removed support for Python 2.7 (#128).

1.7.1 (March 31st 2023)

  • Small change to the IndexedGzipFile class so that it accepts file-likes

... (truncated)

Commits
  • 3cfc54c Merge pull request #143 from pauldmccarthy/ci/fix-builds
  • f3197cc CI: Skip tests when buildling aarch64 wheels, to avoid compiling numpy
  • bc16410 TEST: Don't raise error if ctest_zran is not present
  • 3161fab DOC: Changelog
  • b41b018 CI: Don't try to run test_zran tests for release wheels
  • 7473fba CI: No longer need numpy
  • 5c34a75 MNT: Remove numpy as a mandatory dependency. test_indexed_gzip is now pure py...
  • 0b035c6 TEST: Make test_indexed_gzip unit tests pure python. The only reason this was
  • 20ea5b7 DOC: Changelog
  • 61baa50 CI: Disable build isolation and use CIBW_BEFORE_BUILD to install numpy
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added ignore-for-release PRs that shouldn't be included with release notes. maintenance Issues/PRs related to maintenance. Dependency versions, dependencies, etc. labels Apr 22, 2024
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.60%. Comparing base (621439d) to head (0a66551).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #405   +/-   ##
=======================================
  Coverage   79.60%   79.60%           
=======================================
  Files          37       37           
  Lines        3986     3986           
  Branches      562      562           
=======================================
  Hits         3173     3173           
  Misses        630      630           
  Partials      183      183           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tsalo
Copy link
Member

tsalo commented Apr 29, 2024

@dependabot rebase

Updates the requirements on [indexed-gzip](https://github.com/pauldmccarthy/indexed_gzip) to permit the latest version.
- [Release notes](https://github.com/pauldmccarthy/indexed_gzip/releases)
- [Changelog](https://github.com/pauldmccarthy/indexed_gzip/blob/main/CHANGELOG.md)
- [Commits](pauldmccarthy/indexed_gzip@v0.1...v1.8.7)

---
updated-dependencies:
- dependency-name: indexed-gzip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/indexed-gzip-lte-1.8.7 branch from 81e5c49 to 0a66551 Compare April 29, 2024 13:19
@tsalo tsalo merged commit 7bd5e06 into main Apr 29, 2024
25 checks passed
@dependabot dependabot bot deleted the dependabot/pip/indexed-gzip-lte-1.8.7 branch April 29, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release PRs that shouldn't be included with release notes. maintenance Issues/PRs related to maintenance. Dependency versions, dependencies, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants