Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps pygit2 from 0.28.2 to 1.3.0.

Changelog

Sourced from pygit2's changelog.

1.3.0 (2020-09-18)

  • New Repository.add_submodule(...) #1011
  • New Repository.applies(...) #1019
  • New Repository.revparse(...) and Repository.revparse_ext(...) #1022
  • New optional flags and file_flags arguments in Repository.merge_commits and Repository.merge_trees #1008
  • New Reference.raw_target, Repository.raw_listall_branches(...) and Repository.raw_listall_references(); allow bytes in Repository.lookup_branch(...) and Repository.diff(...) #1029
  • New GIT_BLAME_FIRST_PARENT and GIT_BLAME_USE_MAILMAP constants #1031
  • New IndexEntry supports repr(), str(), == and != #1009
  • New Object supports repr() #1022
  • New accept tuples of strings (not only lists) in a number of places #1025
  • Fix compatibility with old macOS 10.9 #1026 #1027
  • Fix check argument type in Repository.apply(...) #1033
  • Fix raise exception if error in Repository.listall_submodules() commit 32133974
  • Fix a couple of refcount errors in OdbBackend.refresh() and Worktree_is_prunable commit fed0c19c
  • Unit tests #800 #1015
  • Documentation #705

1.2.1 (2020-05-01)

  • Fix segfault in Object.raw_name when not reached through a tree #1002
  • Internal: Use @ffi.def_extern instead of @ffi.callback #899
  • Internal: callbacks code refactored
  • Test suite completely switched to pytest #824
  • New unit tests #538 #996
  • Documentation changes #999

Deprecations:

  • Deprecate Repository.create_remote(...), use instead Repository.remotes.create(...)
  • Deprecate GIT_CREDTYPE_XXX contants, use GIT_CREDENTIAL_XXX instead.

1.2.0 (2020-04-05)

  • Drop support for Python 3.5 #991
  • Upgrade to libgit2 1.0 #982
  • New support for custom reference database backends #982
  • New support for path objects #990 #955
  • New index optional parameter in Repository.checkout_index #987
  • New MacOS wheels #988
  • Fix re-raise exception from credentials callback in clone_repository #996
  • Fix warning with pip install pygit2 #986
  • Tests: disable global Git config #989

1.1.1 (2020-03-06)

Commits
  • 649f141 Release 1.3.0
  • 239e890 Update docs
  • 031f785 Update changelog
  • 23a4dd6 Check argument type in Repository.apply
  • c20cce8 Add missing GIT_BLAME_* constants
  • 0462c5c Allow bytes in Repository.__whatever_to_tree_or_blob()
  • 27810cf Add Repository.raw_listall_references()
  • 2b20dcb Add Repository.raw_listall_branches()
  • 754ee31 Allow bytes in Repository.lookup_branch()
  • 98dd6eb Add Reference.raw_target()
  • 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)

Bumps [pygit2](https://github.com/libgit2/pygit2) from 0.28.2 to 1.3.0.
- [Release notes](https://github.com/libgit2/pygit2/releases)
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst)
- [Commits](libgit2/pygit2@v0.28.2...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 21, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #348.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pygit2-1.3.0 branch November 9, 2020 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant