mozilla / wpt-sync

Two-way repository sync between web-platform-tests and gecko
Other
9 stars 11 forks source link

Bump pygit2 from 1.14.1 to 1.15.0 #2279

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 5 months ago

Bumps pygit2 from 1.14.1 to 1.15.0.

Changelog

Sourced from pygit2's changelog.

1.15.0 (2024-05-18)

  • 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

... (truncated)

Commits
  • facaf22 Release 1.15.0
  • 0fca184 CI use macos-12
  • dabd40c Update to libgit2 1.8.1
  • 31ea782 Update to libgit2 1.8.1
  • b248587 Fix CheckoutNotify.IGNORED
  • 00b04be Remove unused code
  • 31aea66 Remove usage of deprecated Py_FileSystemDefaultEncoding
  • ea97961 Removing usage of deprecated Py_FileSystemDefaultEncoding
  • 730414b Remove deprecated Object.oid
  • d71f980 Deprecate IndexEntry.hex
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

jgraham commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

Superseded by #2340.