Skip to content

Bump pygit2 from 1.9.2 to 1.11.0

HIFIS Bot requested to merge dependabot-pip-pygit2-1.11.0 into main

Bumps pygit2 from 1.9.2 to 1.11.0.

Changelog

Sourced from pygit2's changelog.

1.11.0 (2022-11-06)

  • Drop support for Python 3.7

  • Update Linux wheels to manylinux 2_28 [#1136](https://github.com/libgit2/pygit2/issues/1136) <https://github.com/libgit2/pygit2/issues/1136>_

  • Fix crash in signature representation [#1162](https://github.com/libgit2/pygit2/issues/1162) <https://github.com/libgit2/pygit2/pull/1162>_

  • Fix memory leak in Signature [#1173](https://github.com/libgit2/pygit2/issues/1173) <https://github.com/libgit2/pygit2/pull/1173>_

  • New optional argument raise_error in Repository.applies(...) [#1166](https://github.com/libgit2/pygit2/issues/1166) <https://github.com/libgit2/pygit2/pull/1166>_

  • New notify/progress callbacks for checkout and stash [#1167](https://github.com/libgit2/pygit2/issues/1167) <https://github.com/libgit2/pygit2/pull/1167>_ [#1169](https://github.com/libgit2/pygit2/issues/1169) <https://github.com/libgit2/pygit2/pull/1169>_

  • New Repository.remotes.names() [#1159](https://github.com/libgit2/pygit2/issues/1159) <https://github.com/libgit2/pygit2/pull/1159>_

  • Now refname argument in RemoteCallbacks.push_update_reference(...) is a string, not bytes [#1168](https://github.com/libgit2/pygit2/issues/1168) <https://github.com/libgit2/pygit2/pull/1168>_

  • Add missing newline at end of pygit2/decl/pack.h [#1163](https://github.com/libgit2/pygit2/issues/1163) <https://github.com/libgit2/pygit2/pull/1163>_

1.10.1 (2022-08-28)

  • Fix segfault in Signature repr [#1155](https://github.com/libgit2/pygit2/issues/1155) <https://github.com/libgit2/pygit2/pull/1155>_

  • Linux and macOS wheels for Python 3.11 [#1154](https://github.com/libgit2/pygit2/issues/1154) <https://github.com/libgit2/pygit2/pull/1154>_

1.10.0 (2022-07-24)

  • Upgrade to libgit2 1.5

  • Add support for GIT_OPT_GET_OWNER_VALIDATION and GIT_OPT_SET_OWNER_VALIDATION [#1150](https://github.com/libgit2/pygit2/issues/1150) <https://github.com/libgit2/pygit2/pull/1150>_

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports