rpdelaney-archive / pwstore

a cli password manager in python
GNU General Public License v3.0
3 stars 1 forks source link

Bump dulwich from 0.19.15 to 0.20.3 #63

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps dulwich from 0.19.15 to 0.20.3.

Changelog

Sourced from dulwich's changelog.

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. (Jelmer Vernooij, #691)

  • Move the guts of bin/dulwich to dulwich.cli, so it is easier to test or import. (Jelmer Vernooij)

  • Install dulwich script from entry_points when setuptools is available, making it slightly easier to use on Windows. (Jelmer Vernooij, #540)

  • Set python_requires>=3.5 in setup.py. (Manuel Jacob)

0.20.2 2020-06-01

  • Brown bag release to fix uploads of Windows wheels.

0.20.1 2020-06-01

  • Publish binary wheels for: Windows, Linux, Mac OS X. (Jelmer Vernooij, #711, #710, #629)

0.20.0 2020-06-01

  • Drop support for Python 2. (Jelmer Vernooij)

  • Only return files from the loose store that look like git objects. (Nicolas Dandrimont)

  • Ignore agent= capability if sent by client. (Jelmer Vernooij)

  • Don't break when encountering block devices. (Jelmer Vernooij)

  • Decode URL paths in HttpGitClient using utf-8 rather than file system encoding. (Manuel Jacob)

  • Fix pushing from a shallow clone.

... (truncated)
Commits
  • 47b121a Release 0.20.3
  • ef06f58 Update NEWS.
  • 7ed2c71 Add python_requires metadata to setup.py.
  • e297ced Strip newlines in hangup output.
  • 41798c3 Add definitions for two more capabilities.
  • 1a3a792 Improve error message in HangoutException.
  • 95b4c3b Fix use of dulwich.cli.
  • 81f4929 Another attempt at fixing type checking on Windows.
  • 266be89 Only install SIGQUIT handler when SIGQUIT is available.
  • ca5e00b Fix python 3.5 compatibility.
  • 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](https://app.dependabot.com): - 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] commented 4 years ago

Superseded by #64.