Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 2, 2020

Bumps pygit2 from 0.28.2 to 1.2.1.

Changelog

Sourced from pygit2's changelog.

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)

  • Fix crash in tree iteration #984 #980
  • Do not include the docs in dist files, so they're much smaller now

1.1.0 (2020-03-01)

  • Upgrade to libgit2 0.99 #959
  • Continued work on custom odb backends #948
  • New Diff.patchid getter #960 #877
  • New settings.disable_pack_keep_file_checks(...) #908
  • New GIT_DIFF_ and GIT_DELTA_ constants #738
  • Fix crash in iteration of config entries #970
  • Travis: fix printing features when building Linux wheels #977
  • Move _pygit2 to pygit2._pygit2 #978

Requirements changes:

  • Now libgit2 0.99 is required
  • New requirement: cached-property
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 Jul 2, 2020
Bumps [pygit2](https://github.com/libgit2/pygit2) from 0.28.2 to 1.2.1.
- [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.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/pygit2-1.2.1 branch from a9afa4c to 11730a9 Compare July 3, 2020 15:38
@dependabot-preview
Copy link
Contributor Author

Superseded by #342.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pygit2-1.2.1 branch September 21, 2020 03:30
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