QGIS-Contribution / QGIS-ResourceSharing

QGIS Resource Sharing Plugin
http://qgis-contribution.github.io/QGIS-ResourceSharing/
GNU Affero General Public License v3.0
38 stars 18 forks source link

Update dulwich requirement from <0.21,>=0.20 to >=0.21.7,<0.22 in /requirements #290

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 1 year ago

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.

Guts commented 5 months ago

@dependabot rebase

Guts commented 5 months ago

@dependabot rebase

Guts commented 5 months ago

@dependabot recreate

dependabot[bot] commented 5 months ago

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.

Guts commented 5 months ago

@dependabot reopen

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

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

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/QGIS-Contribution/QGIS-ResourceSharing/pull/290/graphs/tree.svg?width=650&height=150&src=pr&token=KPTF55GIR7&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://app.codecov.io/gh/QGIS-Contribution/QGIS-ResourceSharing/pull/290?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ 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](https://app.codecov.io/gh/QGIS-Contribution/QGIS-ResourceSharing/pull/290/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)