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

fix: bump dulwich from 0.20.46 to 0.21.3 #6

Open
wants to merge 1 commit into
base: automation
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps dulwich from 0.20.46 to 0.21.3.

Release notes

Sourced from dulwich's releases.

0.21.3

  • Add support for worktreeconfig extension. (Jelmer Vernooij)

  • Deprecate Commit.extra; the Git project specifically discourages adding custom lines, and the contents of Commit.extra are unpredictable as contents may be different between different versions of Dulwich with support for different headers.

    Commit._extra still exists. (Jelmer Vernooij)

0.21.2

  • Fix early file close bug in dulwich.pack.extend_pack. (@​jelmer)

0.21.1

  • Factor out dulwich.pack.extend_pack. (@​jelmer)

0.21.0

  • Pack internals have been significantly refactored, including significant low-level API changes.

    As a consequence of this, Dulwich now reuses pack deltas when communicating with remote servers, which brings a big boost to network performance. (@​jelmer)

  • Add 'pack-refs' command. (@​danchr)

  • Handle more errors when trying to read a ref (@​danchr )

  • Allow for reuse of existing deltas while creating pack files (@​stspdotname )

  • cli: fix argument parsing for pack-objects --stdout (@​stspdotname)

  • cli: open pack-objects output files in binary mode to avoid write() error (@​stspdotname)

... (truncated)

Changelog

Sourced from dulwich's changelog.

0.21.3 2023-02-17

  • Add support for worktreeconfig extension. (Jelmer Vernooij)

  • Deprecate Commit.extra; the Git project specifically discourages adding custom lines, and the contents of Commit.extra are unpredictable as contents may be different between different versions of Dulwich with support for different headers.

    Commit._extra still exists. (Jelmer Vernooij)

0.21.2 2023-01-18

  • Fix early file close bug in dulwich.pack.extend_pack. (Jelmer Vernooij)

0.21.1 2023-01-17

  • Factor out dulwich.pack.extend_pack. (Jelmer Vernooij)

0.21.0 2023-01-16

  • Pack internals have been significantly refactored, including significant low-level API changes.

    As a consequence of this, Dulwich now reuses pack deltas when communicating with remote servers, which brings a big boost to network performance. (Jelmer Vernooij)

  • Add 'pack-refs' command. (Dan Villiom Podlaski Christiansen)

  • Handle more errors when trying to read a ref (Dan Villiom Podlaski Christiansen)

  • Allow for reuse of existing deltas while creating pack files (Stefan Sperling)

  • cli: fix argument parsing for pack-objects --stdout (Stefan Sperling)

  • cli: open pack-objects output files in binary mode to avoid write() error (Stefan Sperling)

  • Bump minimum python version to 3.7. (Jelmer Vernooij)

... (truncated)

Commits
  • d78de71 Release 0.21.3.
  • 17a4a5e Merge pull request #1146 from skshetry/no-strip-url
  • fda52d4 client: preserve original url during clone
  • 01d0eba Merge pull request #1144 from jelmer/move-switch-readme
  • 6c8008e Move swift README to contrib directory.
  • 4a97b84 Merge pull request #1143 from jelmer/teyit
  • a25d3d2 reformatted dulwich/tests/test_client.py
  • cc4d72f Merge pull request #1142 from jelmer/commit-extra
  • e439305 Access Commit._extra rather than deprecated Commit.extra
  • 1812282 Merge pull request #1141 from jelmer/isort
  • 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)

Bumps [dulwich](https://github.com/dulwich/dulwich) from 0.20.46 to 0.21.3.
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.20.46...dulwich-0.21.3)

---
updated-dependencies:
- dependency-name: dulwich
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 20, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants