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.1 #58

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps dulwich from 0.19.15 to 0.20.1.

Changelog

Sourced from dulwich's changelog.

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. (Brecht Machiels, #705)

0.19.16 2020-04-17

  • Don't send "deepen None" to server if graph walker supports shallow. (Jelmer Vernooij, #747)

  • Support tweaking the compression level for loose objects through the "core.looseCompression" and "core.compression" settings. (Jelmer Vernooij)

  • Support tweaking the compression level for pack objects through the "core.packCompression" and "core.compression" settings. (Jelmer Vernooij)

  • Add a "dulwich.contrib.diffstat" module. (Kevin Hendricks)

Commits
  • 8000e83 Only upload manylinux wheels on Linux.
  • 9590b30 Remove travis configuration, replaced by github actions.
  • 227d897 Release 0.20.1
  • 6b77a64 Enable automatic publish.
  • ebc04a4 Skip building on python 3.5 on windows due to path encoding issues.
  • 4da7031 Fix os name typo.
  • 32c037b Update NEWS, add builds or more python versions.
  • 52bbabf Attempt to fix pythonpublish on Linux.
  • 89bd716 Release 0.20.0
  • 7c92497 Upload new packages for all tags.
  • 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 #59.