gitfs icon indicating copy to clipboard operation
gitfs copied to clipboard

Bump pygit2 from 0.28.2 to 1.6.1

Open dependabot-preview[bot] opened this issue 3 years ago • 1 comments

Bumps pygit2 from 0.28.2 to 1.6.1.

Changelog

Sourced from pygit2's changelog.

1.6.1 (2021-06-19)

  • Fix a number of reference leaks
  • Review custom object backends

Breaking changes:

  • In custom backends the callbacks have been renamed from read to read_cb, write to write_cb, and so on.

1.6.0 (2021-06-01)

  • New optional proxy argument in Remote methods #642 #1063 #1069
  • New GIT_MERGE_PREFERENCE constants #1071
  • Don't require cached-property with Python 3.8 or later #1066
  • Add wheels for aarch64 #1077 #1078
  • Documentation fixes #1068 #1072
  • Refactored build and CI, new build.sh script

Breaking changes:

  • Remove deprecated GIT_CREDTYPE_XXX contants, use GIT_CREDENTIAL_XXX instead.
  • Remove deprecated Patch.patch getter, use Patch.text instead.

1.5.0 (2021-01-23)

  • New PackBuilder class and Repository.pack(...) #1048
  • New Config.delete_multivar(...) #1056
  • New Repository.is_shallow #1058
  • New optional message argument in Repository.create_reference(...) #1061 #1062
  • Fix truncated diff when there are nulls #1047 #1043
  • Unit tests & Continuous integration #1039 #1052

Breaking changes:

  • Fix Index.add(...) raise TypeError instead of AttributeError when arguments are of unexpected type

1.4.0 (2020-11-06)

  • Upgrade to libgit2 1.1, new GIT_BLAME_IGNORE_WHITESPACE constant #1040
  • Add wheels for Python 3.9 #1038
  • Drop support for PyPy3 7.2
  • New optional flags argument in Repository.__init__(...), new GIT_REPOSITORY_OPEN_* constants #1044
  • Documentation #509 #752 #1037 #1045

1.3.0 (2020-09-18)

... (truncated)

Commits
  • e2c0fdb Release 1.6.1
  • 712b5bd Fix reference leak in submodules
  • 64e9acd Review custom object backends
  • 8a1fc7f Custom backends, not found is an expected condition
  • dc56024 Fix reference leak in custom object backends
  • 5ce0843 Fixing reference leak in custom object backends
  • 8b54b3d Fix reference leak in OdbBackend_read_prefix
  • 3b415ad Update Makefile to use build.sh
  • 227fc6c Fix reference leak in OdbBackend_build_as_iter
  • 134ae28 Fix reference leak in Repository.notes(..)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jun 21 '21 03:06 dependabot-preview[bot]

https://github.com/presslabs/gitfs/pull/379 includes this change

taylorjacklespriggs avatar Oct 18 '21 17:10 taylorjacklespriggs