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
read
toread_cb
,write
towrite_cb
, and so on.1.6.0 (2021-06-01)
- New optional
proxy
argument inRemote
methods #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.sh
scriptBreaking changes:
- Remove deprecated
GIT_CREDTYPE_XXX
contants, useGIT_CREDENTIAL_XXX
instead.- Remove deprecated
Patch.patch
getter, usePatch.text
instead.1.5.0 (2021-01-23)
- New
PackBuilder
class andRepository.pack(...)
#1048- New
Config.delete_multivar(...)
#1056- New
Repository.is_shallow
#1058- New optional
message
argument 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(...)
raiseTypeError
instead ofAttributeError
when arguments are of unexpected type1.4.0 (2020-11-06)
- Upgrade to libgit2 1.1, new
GIT_BLAME_IGNORE_WHITESPACE
constant #1040- Add wheels for Python 3.9 #1038
- Drop support for PyPy3 7.2
- New optional
flags
argument inRepository.__init__(...)
, newGIT_REPOSITORY_OPEN_*
constants #1044- Documentation #509 #752 #1037 #1045
1.3.0 (2020-09-18)
... (truncated)
Commits
e2c0fdb
Release 1.6.1712b5bd
Fix reference leak in submodules64e9acd
Review custom object backends8a1fc7f
Custom backends, not found is an expected conditiondc56024
Fix reference leak in custom object backends5ce0843
Fixing reference leak in custom object backends8b54b3d
Fix reference leak in OdbBackend_read_prefix3b415ad
Update Makefile to use build.sh227fc6c
Fix reference leak in OdbBackend_build_as_iter134ae28
Fix 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will 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