Bump pygit2 from 1.9.2 to 1.11.0
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
inRepository.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 inRemoteCallbacks.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
andGIT_OPT_SET_OWNER_VALIDATION
[#1150](https://github.com/libgit2/pygit2/issues/1150) <https://github.com/libgit2/pygit2/pull/1150>
_
... (truncated)
Commits
-
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 -
dd1dc75
Fix checkout options within stash options -
8cadbd9
Update changelog -
e6b483f
Drop support for Python 3.7 -
74dddbd
Fixing CI -
9987a05
Update GH actions - 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