gitfs
gitfs copied to clipboard
Bump pygit2 from 0.28.2 to 1.6.1
Bumps pygit2 from 0.28.2 to 1.6.1.
Changelog
Sourced from pygit2's changelog.
1.6.1 (2021-06-19)
- Fix a number of reference leaks
- Review custom object backends
Breaking changes:
- In custom backends the callbacks have been renamed from
readtoread_cb,writetowrite_cb, and so on.1.6.0 (2021-06-01)
- New optional
proxyargument inRemotemethods #642 #1063 #1069- New GIT_MERGE_PREFERENCE constants #1071
- Don't require cached-property with Python 3.8 or later #1066
- Add wheels for aarch64 #1077 #1078
- Documentation fixes #1068 #1072
- Refactored build and CI, new
build.shscriptBreaking changes:
- Remove deprecated
GIT_CREDTYPE_XXXcontants, useGIT_CREDENTIAL_XXXinstead.- Remove deprecated
Patch.patchgetter, usePatch.textinstead.1.5.0 (2021-01-23)
- New
PackBuilderclass andRepository.pack(...)#1048- New
Config.delete_multivar(...)#1056- New
Repository.is_shallow#1058- New optional
messageargument inRepository.create_reference(...)#1061 #1062- Fix truncated diff when there are nulls #1047 #1043
- Unit tests & Continuous integration #1039 #1052
Breaking changes:
- Fix
Index.add(...)raiseTypeErrorinstead ofAttributeErrorwhen arguments are of unexpected type1.4.0 (2020-11-06)
- Upgrade to libgit2 1.1, new
GIT_BLAME_IGNORE_WHITESPACEconstant #1040- Add wheels for Python 3.9 #1038
- Drop support for PyPy3 7.2
- New optional
flagsargument inRepository.__init__(...), newGIT_REPOSITORY_OPEN_*constants #1044- Documentation #509 #752 #1037 #1045
1.3.0 (2020-09-18)
... (truncated)
Commits
e2c0fdbRelease 1.6.1712b5bdFix reference leak in submodules64e9acdReview custom object backends8a1fc7fCustom backends, not found is an expected conditiondc56024Fix reference leak in custom object backends5ce0843Fixing reference leak in custom object backends8b54b3dFix reference leak in OdbBackend_read_prefix3b415adUpdate Makefile to use build.sh227fc6cFix reference leak in OdbBackend_build_as_iter134ae28Fix reference leak in Repository.notes(..)- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
https://github.com/presslabs/gitfs/pull/379 includes this change