chore(deps): update dependency pygit2 to v1.18.2 #1064
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.16.0->==1.18.2==1.15.0->==1.18.2Release Notes
libgit2/pygit2 (pygit2)
v1.18.2Compare Source
Add support for almost all global options
#1409
Now it's possible to set
Submodule.url = url#1395
New
RemoteCallbacks.push_negotiation(...)#1396
New optional boolean argument
connectinRemote.ls_remotes(...)#1396
New
Remote.list_heads(...)returns a list ofRemoteHeadobjects#1397
#1410
Documentation fixes
#1388
Typing improvements
#1387
#1389
#1390
#1391
#1392
#1393
#1394
#1398
#1399
#1400
#1402
#1403
#1406
#1407
#1408
Deprecations:
Remote.ls_remotes(...)is deprecated, useRemote.list_heads(...):Before
Now
v1.18.1Compare Source
Update wheels to libgit2 1.9.1 and OpenSSL 3.3
New
Index.remove_directory(...)#1377
New
Index.add_conflict(...)#1382
Now
Repository.merge_file_from_index(...)returns aMergeFileResultobject whencalled with
use_deprecated=False#1376
Typing improvements
#1369
#1370
#1371
#1373
#1384
#1386
Deprecations:
Before
Now
At some point in the future
use_deprecated=Falsewill be the default.v1.18.0Compare Source
Upgrade Linux Glibc wheels to
manylinux_2_28Add
RemoteCallbacks.push_transfer_progress(...)callback#1345
New
bool(oid)#1347
Now
Repository.merge(...)accepts a commit or reference object#1348
New
threadsoptional argument inRemote.push(...)#1352
New
proxyoptional argument inclone_repository(...)#1354
New optional arguments
context_linesandinterhunk_linesinBlob.diff(...); andnow
Repository.diff(...)honors these two arguments when the objects diffed are blobs.#1360
Now
Tree.diff_to_workdir(...)accepts keyword arguments, not just positional.Fix when a reference name has non UTF-8 chars
#1329
Fix condition check in
Repository.remotes.rename(...)#1342
Add codespell workflow, fix a number of typos
#1344
Documentation and typing
#1343
#1347
#1356
CI: Use ARM runner for tests and wheels
#1346
Build and CI updates
#1363
#1365
Deprecations:
Repository.merge(...)is deprecated,instead pass an oid object (or a commit, or a reference)
#1349
Breaking changes:
flaghas been renamed toflagsinBlob.diff(...)andBlob.diff_to_buffer(...)v1.17.0Compare Source
Upgrade to libgit2 1.9
Add
certificate_checkcallback toRemote.ls_remotes(...)#1326
Fix build with GCC 14
#1324
Release wheels for PyPy
#1336
#1339
CI: update tests for macOS to use OpenSSL 3
#1335
Documentation: fix typo in
Repository.status(...)docstring#1327
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.