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 dulwich requirement from <=0.20.33,>=0.19.16 to >=0.19.16,<0.20.47 #33

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2022

Updates the requirements on dulwich to permit the latest version.

Release notes

Sourced from dulwich's releases.

0.20.46

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

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

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

  • Drop support for running without setuptools. (Jelmer Vernooij)

  • Ensure configuration is loaded when running "dulwich clone". (Jelmer Vernooij)

  • Build 32 bit wheels for Windows. (Benjamin Parzella)

  • tests: Ignore errors when deleting GNUPG home directory. Fixes spurious errors racing gnupg-agent. Thanks, Matěj Cepl. Fixes #1000

  • config: Support closing brackets in quotes in section names. (Jelmer Vernooij, #10124)

  • Various and formatting fixes. (Kian-Meng Ang)

  • 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. (Jakub Kulík)

  • status: return posix-style untracked paths instead of nt-style paths on win32 (Daniele Trifirò)

  • Honour PATH environment when running C Git for testing. (Stefan Sperling)

  • Split out exception for symbolic reference loops.

... (truncated)

Changelog

Sourced from dulwich's changelog.

0.20.46 2022-09-06

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

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

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

  • Drop support for running without setuptools. (Jelmer Vernooij)

  • Ensure configuration is loaded when running "dulwich clone". (Jelmer Vernooij)

  • Build 32 bit wheels for Windows. (Benjamin Parzella)

  • tests: Ignore errors when deleting GNUPG home directory. Fixes spurious errors racing gnupg-agent. Thanks, Matěj Cepl. Fixes #1000

  • config: Support closing brackets in quotes in section names. (Jelmer Vernooij, #10124)

  • Various and formatting fixes. (Kian-Meng Ang)

  • 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. (Jakub Kulík)

  • status: return posix-style untracked paths instead of nt-style paths on win32 (Daniele Trifirò)

  • Honour PATH environment when running C Git for testing. (Stefan Sperling)

  • Split out exception for symbolic reference loops.

... (truncated)

Commits
  • b66c25e Release 0.20.46.
  • 4c064a8 Test is flaky, so skip rather than marking as known failure.
  • 742ab78 Mark intermittently failing test_send_remove_branch test as known failing.
  • 27b0ee5 Update NEWS.
  • 3d4322c Merge pull request #1031 from jelmer/rsync-apply-instead-of
  • e3a58bc Merge pull request #1030 from jelmer/connection-reset-error
  • 9cf53c8 Apply insteadOf to rsync-style location strings as well
  • 0877eb1 Handle ConnectionResetError explicitly.
  • 6b1189b Merge pull request #1029 from jelmer/drop-certifi
  • 0f684ce Drop use of certifi to find ca certificate path.
  • Additional commits viewable in compare view

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)

Updates the requirements on [dulwich](https://github.com/dulwich/dulwich) to permit the latest version.
- [Release notes](https://github.com/dulwich/dulwich/releases)
- [Changelog](https://github.com/jelmer/dulwich/blob/master/NEWS)
- [Commits](jelmer/dulwich@dulwich-0.19.16...dulwich-0.20.46)

---
updated-dependencies:
- dependency-name: dulwich
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2022
@dependabot dependabot bot requested a review from domdfcoding October 17, 2022 11:09
@coveralls
Copy link

coveralls commented Oct 17, 2022

Pull Request Test Coverage Report for Build 3264609568

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.902%

Totals Coverage Status
Change from base Build 3220424401: 0.0%
Covered Lines: 117
Relevant Lines: 122

💛 - Coveralls

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 31, 2022

A newer version of dulwich exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@stale stale bot added the stale label May 20, 2023
@domdfcoding
Copy link
Owner

@dependabot recreate

@stale stale bot removed the stale label Nov 20, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 20, 2023

Superseded by #38.

@dependabot dependabot bot closed this Nov 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/dulwich-gte-0.19.16-and-lt-0.20.47 branch November 20, 2023 23:29
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

2 participants