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

Bump pygit2 from 0.28.2 to 1.6.0 #366

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pygit2 from 0.28.2 to 1.6.0.

Changelog

Sourced from pygit2's changelog.

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)

  • 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

... (truncated)

Commits
  • 5c33d86 Release 1.6.0
  • e352728 Setup: add project URLs
  • 17d5bb1 Update Changelog
  • 96d5e6b Remove deprecated code
  • aa3c079 Merge remote-tracking branch 'odidev/odidev_pygit2'
  • 2d7e9d0 Add linux aarch64 wheel support
  • f46e141 Docs: Update (fix) description of GIT_SORT constants
  • fadfdde Fix proxy specified
  • 7cdd043 Fix garbled mirror configuration in recipe for git clone --mirror
  • a2f2554 Fix AppVeyor upload to pypi
  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 2, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #369.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pygit2-1.6.0 branch June 21, 2021 03:32
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.

0 participants