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

Update dependency dulwich to ^0.22.0 #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dulwich ^0.20.45 -> ^0.22.0 age adoption passing confidence

Release Notes

dulwich/dulwich (dulwich)

v0.22.1: 0.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-0.22.0...dulwich-0.22.1

v0.22.0: 0.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-0.21.7...dulwich-0.22.0

v0.21.7: 0.21.7

Compare Source

  • Fix NameError when encountering errors during HTTP operation.
    (Jelmer Vernooij, #​1208)

  • Raise exception when default identity can't be found.
    (Jelmer Vernooij)

  • Add a dedicated exception class for unresolved
    deltas. (Jelmer Vernooij, #​1221)

  • Support credentials in proxy URL. (Jelmer Vernooij, #​1227)

  • Add dulwich.porcelain.for_each_ref. (Daniele Trifirò)

v0.21.6: 0.21.6

Compare Source

What's Changed

New Contributors

Full Changelog: jelmer/dulwich@dulwich-0.21.5...dulwich-0.21.6

v0.21.5: 0.21.5

  • Be more tolerant to non-3-length tuple versions.
    (Jelmer Vernooij)

v0.21.3: 0.21.3

Compare Source

  • 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)

v0.21.2: 0.21.2

Compare Source

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

v0.21.1: 0.21.1

Compare Source

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

v0.21.0: 0.21.0

Compare Source

  • 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)

  • Bump minimum python version to 3.7. (@​jelmer)

  • honor no_proxy environment variable (#​1098, @​afaul )

  • In HTTP Git Client, allow missing Content-Type.
    (@​jelmer)

  • Fix --pure builds (@​jelmer, #​1093)

  • Allow passing abbrev to describe (#​1084, @​nanonyme )

v0.20.50: 0.20.50

Compare Source

  • Fix Repo.reset_index.
    Previously, it instead took the union with the given tree.
    (@​sattlerc , #​1072)

  • Add -b argument to dulwich clone.
    (@​jelmer

  • On Windows, provide a hint about developer mode
    when creating symlinks fails due to a permission
    error. (@​jelmer, #​1005)

  • Add new ObjectID type in dulwich.objects,
    currently just an alias for bytes.
    (@​jelmer)

  • Support repository format version 1.
    (@​jelmer, #​1056)

  • Support \r\n line endings with continuations when parsing
    configuration files. (@​jelmer)

  • Fix handling of SymrefLoop in RefsContainer.setitem.
    (@​domdfcoding, @​jelmer)

v0.20.46: 0.20.46

Compare Source

  • Apply insteadOf to rsync-style location strings
    (previously it was just applied to URLs).
    (@​jelmer, python-poetry/poetry#6329)

  • Drop use of certifi, instead relying on urllib3's default
    code to find system CAs. (@​jelmer , #​1025)

  • Implement timezone parsing in porcelain.
    (@​springheeledjack0 , #​1026)

  • Drop support for running without setuptools.
    (@​jelmer )

  • Ensure configuration is loaded when
    running "dulwich clone".
    (@​jelmer )

  • Build 32 bit wheels for Windows.
    (@​bparzella)

  • tests: Ignore errors when deleting GNUPG
    home directory. Fixes spurious errors racing
    gnupg-agent. Thanks, @​mcepl . Fixes #​1000

  • config: Support closing brackets in quotes in section
    names. (@​jelmer , #​10124)

  • Various and formatting fixes. (@​kianmeng )

  • Document basic authentication in dulwich.porcelain.clone.
    (@​TuringTux )

  • Flush before calling fsync, ensuring buffers
    are filled. (@​wernha )

  • Support GPG commit signing. (@​springheeledjack0 )

  • Add python 3.11 support. (Saugat Pachhai))

  • Allow missing GPG during tests. (@​kulikjak)

  • status: return posix-style untracked paths instead of nt-style paths on
    win32 (@​dtrifiro)

  • Honour PATH environment when running C Git for testing.
    (@​stspdotname )

  • Split out exception for symbolic reference loops.
    (@​jelmer)

  • Move various long-deprecated methods.
    (@​jelmer)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dulwich-0.x branch 2 times, most recently from 22cdf03 to 51a7ba1 Compare April 3, 2023 16:22
@renovate renovate bot force-pushed the renovate/dulwich-0.x branch 2 times, most recently from 15474d7 to 71769a8 Compare June 11, 2023 19:32
@renovate renovate bot changed the title Update dependency dulwich to ^0.21.0 Update dependency dulwich to ^0.22.0 Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants