fix(pypi): update dependency pygit2 to v1.20.0 - #435
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.19.3→==1.20.0Release Notes
libgit2/pygit2 (pygit2)
v1.20.0Compare Source
New
RemoteCallbacks.custom_headers()#1465
New rebase API:
Repository.rebase_init(...),Repository.rebase_open(...),Rebase, andRebaseOperation#1483
Fix
Config.snapshot()for non-repository configs, allowPathLikeinConfig.__init__(), and improve config documentation#1468
Fix
UnicodeDecodeErrorwith non-UTF-8 file paths inRepository.status(),DiffFile.path, index paths, checkout callbacks, and related APIs#1451
#1469
Fix
enums.CheckoutStrategy.CONFLICT_STYLE_ZDIFF3, which was mistakenlybound to the
DIFF3constant#1483
Fix crashes and reference-lifetime bugs in custom refdb backends
#1471
#1474
#1475
#1476
Update wheels to libgit2 1.9.6 and OpenSSL 3.5.7
Add riscv64 wheels
#1463
Breaking changes:
Remove deprecated
pygit2.legacyenumsmodule andGIT_*constants,use
pygit2.enumsinsteadRemove deprecated support for passing
strtoRepository.merge(...),pass a
Commit,Oid, orReferenceobject insteadRepository.merge_file_from_index(...)now returnsMergeFileResultbydefault; pass
use_deprecated=Truefor the previous string return, nowdeprecated.
Remove deprecated
Remote.ls_remotes(...), useRemote.list_heads(...)instead
Remove
pygit2.to_bytes(...)andpygit2.to_str(...); they were undocumentedaccidental public APIs
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.