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 dulwich from 0.19.16 to 0.20.5 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps dulwich from 0.19.16 to 0.20.5.

Changelog

Sourced from dulwich's changelog.

0.20.5 2020-06-22

  • Print a clearer exception when setup.py is executed on Python < 3.5. (Jelmer Vernooij, #783)

  • Send an empty pack to clients if they requested objects, even if they already have those objects. Thanks to Martijn Pieters for the detailed bug report. (Jelmer Vernooij, #781)

  • porcelain.pull: Don't ask for objects that we already have. (Jelmer Vernooij, #782)

  • Add LCA implementation. (Kevin Hendricks)

  • Add functionality for finding the merge base. (Kevin Hendricks)

  • Check for diverged branches during push. (Jelmer Vernooij, #494)

  • Check for fast-forward during pull. (Jelmer Vernooij, #666)

  • Return a SendPackResult object from GitClient.send_pack(). (Jelmer Vernooij)

  • GitClient.send_pack now sets the ref_status attribute on its return value to a dictionary mapping ref names to error messages. Previously, it raised UpdateRefsError if any of the refs failed to update. (Jelmer Vernooij, #780)

  • Add a porcelain.Error object that most errors in porcelain derive from. (Jelmer Vernooij)

  • Fix argument parsing in dulwich command-line app. (Jelmer Vernooij, #784)

0.20.3 2020-06-14

  • Add support for remembering remote refs after push/pull. (Jelmer Vernooij, #752)

  • Support passing tree and output encoding to dulwich.patch.unified_diff. (Jelmer Vernooij, #763)

  • Fix pushing of new refs over HTTP(S) when there are no new objects to be sent. (Jelmer Vernooij, #739)

  • Raise new error HTTPUnauthorized when the server sends back a 401. The client can then retry with credentials.

Commits
  • ba79362 Release 0.20.5
  • 68bbad1 Release 0.20.4
  • f572d9e Run setup.py with python3.
  • 160656c Fix argument parsing in dulwich command-line app. Fixes #784
  • b5629a2 Fix style.
  • 1d3df10 Add dulwich.porcelain.Error.
  • e306de8 Avoid UpdateRefsError.
  • d12011d Add .ref_status attribute to SendPackResult rather than raise UpdateRefsError.
  • 0d01a8a Update NEWS; don't ask for objects that we already have. Fixes #782
  • 27dbb6f Return a SendPackResult object from GitClient.send_pack.
  • 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.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 21, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/dulwich-0.20.5 branch 3 times, most recently from c0f31fb to 351fa0a Compare July 24, 2020 21:56
Bumps [dulwich](https://github.com/dulwich/dulwich) from 0.19.16 to 0.20.5.
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/dulwich/dulwich/blob/master/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.19.16...dulwich-0.20.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/dulwich-0.20.5 branch from 351fa0a to 661325a Compare July 25, 2020 09:01
@dependabot-preview
Copy link
Contributor Author

Superseded by #4.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/dulwich-0.20.5 branch September 1, 2020 08:11
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.

None yet

1 participant