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.13.3 to 1.14.0 #11779

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps pygit2 from 1.13.3 to 1.14.0.

Changelog

Sourced from pygit2's changelog.

1.14.0 (2024-01-26)

  • Drop support for Python 3.8
  • Add Linux wheels for musl on x86_64 #1266
  • New Repository.submodules namespace #1250
  • New Repository.listall_mergeheads(), Repository.message, Repository.raw_message and Repository.remove_message() #1261
  • New pygit2.enums supersedes the GIT_ constants #1251
  • Now Repository.status(), Repository.status_file(), Repository.merge_analysis(), DiffFile.flags, DiffFile.mode, DiffDelta.flags and DiffDelta.status return enums #1263
  • Now repository's merge(), merge_commits() and merge_trees() take enums/flags for their favor, flags and file_flags arguments. #1271 #1272
  • Fix crash in filter cleanup #1259
  • Documentation fixes #1255 #1258 #1268 #1270

Breaking changes:

  • Remove deprecated Repository.create_remote(...) function, use instead Repository.remotes.create(...)

Deprecations:

  • Deprecate Repository.add_submodule(...), use Repository.submodules.add(...)
  • Deprecate Repository.lookup_submodule(...), use Repository.submodules[...]
  • Deprecate Repository.init_submodules(...), use Repository.submodules.init(...)
  • Deprecate Repository.update_submodule(...), use Repository.submodules.update(...)
  • Deprecate GIT_* constants, use pygit2.enums
  • Passign dicts to repository's merge(...), merge_commits(...) and merge_trees(...) is deprecated. Instead pass MergeFavor for the favor argument, MergeFlag for flags, and MergeFileFlag for file_flags.
Commits
  • 988eb95 Release 1.14.0
  • 6c098b4 Fix default value for file_flag in Repository.merge_commits
  • dde14c8 Reformat .rst files to markdown
  • a7905c7 Update copyright years
  • 69fd542 Update Changelog
  • 0fbf892 Build musl wheels only for x86_64 arch
  • 82b1cb1 CI: Update versions
  • ac55662 Build musl wheels only for x86_64 arch
  • c4840d2 Make merge API consistent with new enums
  • 92bb8d1 Drop support for Python 3.8 (AppVeyor)
  • 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 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 backend dependencies Pull requests that update a dependency file engineering labels Jan 29, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.14.0 branch 20 times, most recently from a5c4bd4 to 4bba07c Compare February 7, 2024 12:06
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.14.0 branch from 4bba07c to ed3bc5b Compare February 7, 2024 12:25
Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.13.3 to 1.14.0.
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.13.3...v1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.14.0 branch from ed3bc5b to 4d3994a Compare February 7, 2024 12:59
@jhonatan-lopes jhonatan-lopes merged commit 51b12ca into main Feb 7, 2024
6 checks passed
@jhonatan-lopes jhonatan-lopes deleted the dependabot/pip/pygit2-1.14.0 branch February 7, 2024 13:31
@jhonatan-lopes jhonatan-lopes mentioned this pull request Feb 7, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant