Aluerie / AluBot

šŸ¦¢ Personal Discord Bot
Mozilla Public License 2.0
7 stars 0 forks source link

Bump pygit2 from 1.13.3 to 1.14.0 #60

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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 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[bot] commented 10 months ago

Looks like pygit2 is up-to-date now, so this is no longer needed.