Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (hotfix/4.6) - autoclosed #534

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pygit2 (changelog) >=1.13.0,<1.15.0 -> >=1.16.0,<1.17.0 age adoption passing confidence

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 and Option.SET_MWINDOW_FILE_LIMIT
    #​1312

  • Fix overriding certificate_check(...) callback via argument to RemoteCallbacks(...)
    #​1321

  • Add py.typed
    #​1310

  • Fix discover_repository(...) annotation
    #​1313

v1.15.1

Compare Source

  • New Repository.revert(...)
    #​1297

  • New optional depth argument in submodules add() and update() methods
    #​1296

  • Now Submodule.url returns None 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 subclassing Repository
    #​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 in Repository.push(...)
    #​1282

  • New support comparison of Oid with text string

  • Fix 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:

  • Deprecate IndexEntry.hex, use str(IndexEntry.id)

Breaking changes:

  • Remove deprecated oid.hex, use str(oid)

  • Remove deprecated object.hex, use str(object.id)

  • Remove deprecated object.oid, use object.id

  • Remove deprecated Repository.add_submodule(...), use Repository.submodules.add(...)

  • Remove deprecated Repository.lookup_submodule(...), use Repository.submodules[...]

  • Remove deprecated Repository.init_submodules(...), use Repository.submodules.init(...)

  • Remove deprecated Repository.update_submodule(...), use Repository.submodules.update(...)

  • Remove deprecated constants GIT_OBJ_XXX, use ObjectType

  • Remove deprecated constants GIT_REVPARSE_XXX, use RevSpecFlag

  • Remove deprecated constants GIT_REF_XXX, use ReferenceType

  • Remove deprecated ReferenceType.OID, use instead ReferenceType.DIRECT

  • Remove deprecated ReferenceType.LISTALL, use instead ReferenceType.ALL

  • Remove deprecated support for passing dicts to repository's merge(...),
    merge_commits(...) and merge_trees(...). Instead pass MergeFlag for flags, and
    MergeFileFlag for file_flags.

  • Remove deprecated support for passing a string for the favor argument to repository's
    merge(...), merge_commits(...) and merge_trees(...). Instead pass MergeFavor.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 10 times, most recently from 693ad1b to 0e42800 Compare October 24, 2024 22:30
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 4 times, most recently from d14862c to 02777d2 Compare November 12, 2024 15:23
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 2 times, most recently from 3bd23a3 to 9591404 Compare November 21, 2024 15:55
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 4 times, most recently from dcbfb77 to 928450f Compare November 28, 2024 17:04
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 6 times, most recently from 4f9929f to 9da4495 Compare December 11, 2024 15:10
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch 3 times, most recently from 319012d to 9b7ce30 Compare December 13, 2024 14:13
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch from 9b7ce30 to d452a37 Compare December 13, 2024 16:41
@renovate renovate bot changed the title build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (main) Dec 17, 2024
@renovate renovate bot force-pushed the renovate/pygit2-1.x branch from d452a37 to a9b71a5 Compare December 17, 2024 21:25
@renovate renovate bot changed the title build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (main) build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (hotfix/4.6) Dec 17, 2024
@renovate renovate bot changed the base branch from main to hotfix/4.6 December 17, 2024 21:25
@renovate renovate bot changed the title build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (hotfix/4.6) build(deps): update dependency pygit2 to >=1.16.0,<1.17.0 (hotfix/4.6) - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/pygit2-1.x branch December 17, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants