Skip to content

build(deps): update pygit2 requirement from <1.6.0,>=1.2.1 to >=1.2.1,<1.7.0 - #27

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pygit2-gte-1.2.1-and-lt-1.7.0
Closed

build(deps): update pygit2 requirement from <1.6.0,>=1.2.1 to >=1.2.1,<1.7.0#27
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pygit2-gte-1.2.1-and-lt-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2021

Copy link
Copy Markdown

Updates the requirements on pygit2 to permit the latest version.

Changelog

Sourced from pygit2's changelog.

1.6.0 (2021-06-01)

  • New optional proxy argument in Remote methods [#642](https://github.com/libgit2/pygit2/issues/642) <https://github.com/libgit2/pygit2/issues/642>_ [#1063](https://github.com/libgit2/pygit2/issues/1063) <https://github.com/libgit2/pygit2/pull/1063>_ [#1069](https://github.com/libgit2/pygit2/issues/1069) <https://github.com/libgit2/pygit2/issues/1069>_

  • New GIT_MERGE_PREFERENCE constants [#1071](https://github.com/libgit2/pygit2/issues/1071) <https://github.com/libgit2/pygit2/pull/1071>_

  • Don't require cached-property with Python 3.8 or later [#1066](https://github.com/libgit2/pygit2/issues/1066) <https://github.com/libgit2/pygit2/pull/1066>_

  • Add wheels for aarch64 [#1077](https://github.com/libgit2/pygit2/issues/1077) <https://github.com/libgit2/pygit2/issues/1077>_ [#1078](https://github.com/libgit2/pygit2/issues/1078) <https://github.com/libgit2/pygit2/pull/1078>_

  • Documentation fixes [#1068](https://github.com/libgit2/pygit2/issues/1068) <https://github.com/libgit2/pygit2/pull/1068>_ [#1072](https://github.com/libgit2/pygit2/issues/1072) <https://github.com/libgit2/pygit2/pull/1072>_

  • Refactored build and CI, new build.sh script

Breaking changes:

  • Remove deprecated GIT_CREDTYPE_XXX contants, use GIT_CREDENTIAL_XXX instead.

  • Remove deprecated Patch.patch getter, use Patch.text instead.

1.5.0 (2021-01-23)

  • New PackBuilder class and Repository.pack(...) [#1048](https://github.com/libgit2/pygit2/issues/1048) <https://github.com/libgit2/pygit2/pull/1048>_

  • New Config.delete_multivar(...) [#1056](https://github.com/libgit2/pygit2/issues/1056) <https://github.com/libgit2/pygit2/pull/1056>_

  • New Repository.is_shallow [#1058](https://github.com/libgit2/pygit2/issues/1058) <https://github.com/libgit2/pygit2/pull/1058>_

  • New optional message argument in Repository.create_reference(...) [#1061](https://github.com/libgit2/pygit2/issues/1061) <https://github.com/libgit2/pygit2/issues/1061>_ [#1062](https://github.com/libgit2/pygit2/issues/1062) <https://github.com/libgit2/pygit2/pull/1062>_

  • Fix truncated diff when there are nulls [#1047](https://github.com/libgit2/pygit2/issues/1047) <https://github.com/libgit2/pygit2/pull/1047>_

... (truncated)

Commits
  • 5c33d86 Release 1.6.0
  • e352728 Setup: add project URLs
  • 17d5bb1 Update Changelog
  • 96d5e6b Remove deprecated code
  • aa3c079 Merge remote-tracking branch 'odidev/odidev_pygit2'
  • 2d7e9d0 Add linux aarch64 wheel support
  • f46e141 Docs: Update (fix) description of GIT_SORT constants
  • fadfdde Fix proxy specified
  • 7cdd043 Fix garbled mirror configuration in recipe for git clone --mirror
  • a2f2554 Fix AppVeyor upload to pypi
  • 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 [pygit2](https://github.com/libgit2/pygit2) to permit the latest version.
- [Release notes](https://github.com/libgit2/pygit2/releases)
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst)
- [Commits](libgit2/pygit2@v1.2.1...v1.6.0)

---
updated-dependencies:
- dependency-name: pygit2
  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 Jun 2, 2021
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #27 (7c73786) into master (bcd59c8) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   55.00%   55.00%           
=======================================
  Files         124      124           
  Lines        7243     7243           
  Branches      752      752           
=======================================
  Hits         3984     3984           
  Misses       3128     3128           
  Partials      131      131           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcd59c8...7c73786. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Oct 11, 2021

Copy link
Copy Markdown
Author

Superseded by #44.

@dependabot dependabot Bot closed this Oct 11, 2021
@dependabot
dependabot Bot deleted the dependabot/pip/pygit2-gte-1.2.1-and-lt-1.7.0 branch October 11, 2021 04:03
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.

1 participant