Skip to content

Bump pygit2 from 1.9.2 to 1.11.1

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

Bumps pygit2 from 1.9.2 to 1.11.1.

Changelog

Sourced from pygit2's changelog.

1.11.1 (2022-11-09)

  • Fix Linux wheels, downgrade to manylinux 2_24 [#1176](https://github.com/libgit2/pygit2/issues/1176) <https://github.com/libgit2/pygit2/issues/1176>_

  • Windows wheels for Python 3.11 [#1177](https://github.com/libgit2/pygit2/issues/1177) <https://github.com/libgit2/pygit2/pull/1177>_

  • CI: Use 3.11 final release for testing [#1178](https://github.com/libgit2/pygit2/issues/1178) <https://github.com/libgit2/pygit2/pull/1178>_

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

... (truncated)

Commits
  • 1e426fa Release 1.11.1
  • fcaae91 Fixing Linux wheels, downgrade to manylinux_2_24
  • 9cf4a0b Merge remote-tracking branch 'skshetry/3.11-final'
  • 35b36a2 ci: use 3.11 final release for testing
  • 66d1557 ci/appveyor: build Python3.11 wheel for Windows
  • 1a871f9 Release 1.11.0
  • eccc648 tests: remove unused code
  • d97aa20 Test RemoteCollection.names()
  • feda946 Merge remote-tracking branch 'agausmann/remote-names'
  • 06e66f0 Fix Signature memory leak
  • Additional commits viewable in compare view


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