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.21,>=0.20 to >=0.21.7,<0.22 in /requirements #290

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on dulwich to permit the latest version.

Release notes

Sourced from dulwich's releases.

0.21.2

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

Sourced from dulwich's changelog.

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)

  • honor no_proxy environment variable (#1098, afaul)

  • In HTTP Git Client, allow missing Content-Type. (Jelmer Vernooij)

  • Fix --pure builds (Jelmer Vernooij, #1093)

  • Allow passing abbrev to describe (#1084, Seppo Yli-Olli)

0.20.50 2022-10-30

  • Add --deltify option to dulwich pack-objects which enables deltification, and add initial support for reusing suitable

... (truncated)

Commits
  • 98aa519 Release 0.21.2.
  • 140843f Update NEWS.
  • be33277 Merge pull request #1130 from jelmer/inline-move-in-pack
  • 51af836 Inline _move_in_pack, only used once.
  • 4763ba9 Merge pull request #1127 from jelmer/pack-windows
  • f9d0cc5 Factor out a common _complete_pack.
  • 46fa53a Merge pull request #1129 from jelmer/various
  • 5e79204 Make ObjectStore._move_in_pack private, don't reopen files.
  • 26593ab Merge pull request #1128 from jelmer/various
  • 02fdaf6 Stop closing file in extend_pack + trivial refactoring.
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.20.0...dulwich-0.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@Guts
Copy link
Contributor

Guts commented Jan 10, 2024

@dependabot rebase

1 similar comment
@Guts
Copy link
Contributor

Guts commented Jan 10, 2024

@dependabot rebase

@Guts
Copy link
Contributor

Guts commented Jan 10, 2024

@dependabot recreate

@Guts Guts closed this Jan 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/requirements/dulwich-gte-0.20-and-lt-0.22 branch January 10, 2024 19:40
@Guts
Copy link
Contributor

Guts commented Jan 10, 2024

@dependabot reopen

@dependabot dependabot bot reopened this Jan 10, 2024
@dependabot dependabot bot restored the dependabot/pip/requirements/dulwich-gte-0.20-and-lt-0.22 branch January 10, 2024 19:40
@Guts Guts changed the title Update dulwich requirement from <0.21,>=0.20 to >=0.20,<0.22 in /requirements Update dulwich requirement from <0.21,>=0.20 to >=0.21.7,<0.22 in /requirements Jan 10, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f87a1a8) 27.43% compared to head (083229f) 1.53%.
Report is 4 commits behind head on master.

❗ Current head 083229f differs from pull request most recent head 52dbbed. Consider uploading reports for the commit 52dbbed to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #290       +/-   ##
==========================================
- Coverage   27.43%   1.53%   -25.91%     
==========================================
  Files          80      35       -45     
  Lines       11933    2213     -9720     
  Branches     2389     335     -2054     
==========================================
- Hits         3274      34     -3240     
+ Misses       8544    2175     -6369     
+ Partials      115       4      -111     

see 79 files with indirect coverage changes

@Guts Guts self-assigned this Jan 10, 2024
@Guts Guts added this to the Grant Oslandia (2024T1) milestone Jan 10, 2024
@Guts Guts merged commit ce904c5 into master Jan 10, 2024
6 checks passed
@Guts Guts deleted the dependabot/pip/requirements/dulwich-gte-0.20-and-lt-0.22 branch January 10, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants