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

Bump pygit2 from 1.14.0 to 1.15.0 #12356

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps pygit2 from 1.14.0 to 1.15.0.

Changelog

Sourced from [pygit2's changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md).

1.15.0 (2024-05-18)

Deprecations:

  • Deprecate IndexEntry.hex, use str(IndexEntry.id)

Breaking changes:

  • Remove deprecated oid.hex, use str(oid)

  • Remove deprecated object.hex, use str(object.id)

  • Remove deprecated object.oid, use object.id

  • Remove deprecated Repository.add_submodule(...), use Repository.submodules.add(...)

  • Remove deprecated Repository.lookup_submodule(...), use Repository.submodules[...]

  • Remove deprecated Repository.init_submodules(...), use Repository.submodules.init(...)

  • Remove deprecated Repository.update_submodule(...), use Repository.submodules.update(...)

  • Remove deprecated constants GIT_OBJ_XXX, use ObjectType

  • Remove deprecated constants GIT_REVPARSE_XXX, use RevSpecFlag

  • Remove deprecated constants GIT_REF_XXX, use ReferenceType

  • Remove deprecated ReferenceType.OID, use instead ReferenceType.DIRECT

  • Remove deprecated ReferenceType.LISTALL, use instead ReferenceType.ALL

... (truncated)

Commits
  • facaf22 Release 1.15.0
  • 0fca184 CI use macos-12
  • dabd40c Update to libgit2 1.8.1
  • 31ea782 Update to libgit2 1.8.1
  • b248587 Fix CheckoutNotify.IGNORED
  • 00b04be Remove unused code
  • 31aea66 Remove usage of deprecated Py_FileSystemDefaultEncoding
  • ea97961 Removing usage of deprecated Py_FileSystemDefaultEncoding
  • 730414b Remove deprecated Object.oid
  • d71f980 Deprecate IndexEntry.hex
  • Additional commits viewable in [compare view](https://github.com/libgit2/pygit2/compare/v1.14.0...v1.15.0)

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 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)

┆Issue is synchronized with this Jira Story

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python labels May 20, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.15.0 branch 5 times, most recently from 1b5a2d6 to 242adef Compare June 10, 2024 16:34
Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.14.0 to 1.15.0.
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: pygit2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.15.0 branch from 242adef to 45ced73 Compare June 10, 2024 17:55
@AdalbertoMoz AdalbertoMoz self-assigned this Jun 10, 2024
@AdalbertoMoz AdalbertoMoz self-requested a review June 10, 2024 18:03
@AdalbertoMoz AdalbertoMoz merged commit 8481a51 into main Jun 10, 2024
6 checks passed
@AdalbertoMoz AdalbertoMoz deleted the dependabot/pip/pygit2-1.15.0 branch June 10, 2024 18:31
@AdalbertoMoz AdalbertoMoz mentioned this pull request Jun 10, 2024
robdivincenzo added a commit that referenced this pull request Jun 12, 2024
robdivincenzo added a commit that referenced this pull request Jun 12, 2024
@data-sync-user
Copy link
Collaborator

➤ Simon Acosta Torres commented:

PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants