build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (hotfix/4.6) - autoclosed #534
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.13.0,<1.15.0
->>=1.16.0,<1.17.0
Release Notes
libgit2/pygit2 (pygit2)
v1.16.0
Compare Source
Add support for Python 3.13
Drop support for Python 3.9
New
Repository.hashfile(...)
#1298
New
Option.GET_MWINDOW_FILE_LIMIT
andOption.SET_MWINDOW_FILE_LIMIT
#1312
Fix overriding
certificate_check(...)
callback via argument toRemoteCallbacks(...)
#1321
Add py.typed
#1310
Fix
discover_repository(...)
annotation#1313
v1.15.1
Compare Source
New
Repository.revert(...)
#1297
New optional
depth
argument in submodulesadd()
andupdate()
methods#1296
Now
Submodule.url
returnsNone
when the submodule does not have a url#1294
Fix use after free bug in error reporting
#1299
Fix
Submodule.head_id
when the submodule is not in the current HEAD tree#1300
Fix
Submodule.open()
when subclassingRepository
#1295
Fix error in the test suite when running with address sanitizer
#1304
#1301
Annotations and documentation fixes
#1293
v1.15.0
Compare Source
Many deprecated features have been removed, see below
Upgrade to libgit2 v1.8.1
New
push_options
optional argument inRepository.push(...)
#1282
New support comparison of
Oid
with text stringFix
CheckoutNotify.IGNORED
#1288
Use default error handler when decoding/encoding paths
#537
Remove setuptools runtime dependency
#1281
Coding style with ruff
#1280
Add wheels for ppc64le
#1279
Fix tests on EPEL8 builds for s390x
#1283
Deprecations:
IndexEntry.hex
, usestr(IndexEntry.id)
Breaking changes:
Remove deprecated
oid.hex
, usestr(oid)
Remove deprecated
object.hex
, usestr(object.id)
Remove deprecated
object.oid
, useobject.id
Remove deprecated
Repository.add_submodule(...)
, useRepository.submodules.add(...)
Remove deprecated
Repository.lookup_submodule(...)
, useRepository.submodules[...]
Remove deprecated
Repository.init_submodules(...)
, useRepository.submodules.init(...)
Remove deprecated
Repository.update_submodule(...)
, useRepository.submodules.update(...)
Remove deprecated constants
GIT_OBJ_XXX
, useObjectType
Remove deprecated constants
GIT_REVPARSE_XXX
, useRevSpecFlag
Remove deprecated constants
GIT_REF_XXX
, useReferenceType
Remove deprecated
ReferenceType.OID
, use insteadReferenceType.DIRECT
Remove deprecated
ReferenceType.LISTALL
, use insteadReferenceType.ALL
Remove deprecated support for passing dicts to repository's
merge(...)
,merge_commits(...)
andmerge_trees(...)
. Instead passMergeFlag
forflags
, andMergeFileFlag
forfile_flags
.Remove deprecated support for passing a string for the favor argument to repository's
merge(...)
,merge_commits(...)
andmerge_trees(...)
. Instead passMergeFavor
.Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.