Update dependency pathspec to v0.12.0 #109
No reviewers
Labels
No Label
blocked
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
linting
question
security
type
bugfix
type
dependencies
type
feature
type
other
unit-tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/webexmemebot#109
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pathspec-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==0.11.2
->==0.12.0
Release Notes
cpburnz/python-pathspec (pathspec)
v0.12.0
Compare Source
Major changes:
Pull #​82
_.API changes:
pathspec.pathspec.PathSpec._match_file()
has been changed fromdef _match_file(patterns: Iterable[Pattern], file: str) -> bool
todef _match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -> Tuple[Optional[bool], Optional[int]]
.New features:
pathspec.pathspec.PathSpec.check_*()
methods. These methods behave similarly to.match_*()
but return additional information in thepathspec.util.CheckResult
objects (e.g.,CheckResult.index
indicates the index of the last pattern that matched the file).pathspec.pattern.RegexPattern.pattern
attribute which stores the original, uncompiled pattern.Bug fixes:
Issue #​81
_: GitIgnoreSpec behaviors differ from git.Pull #​83
_: Fix ReadTheDocs builds.Improvements:
Pull #​82
_.pathspec.pathspec.PathSpec.match_tree_entries()
.pathspec.util.iter_tree_entries()
... _
Issue #​81
: https://github.com/cpburnz/python-pathspec/issues/81.. _
Pull #​82
: https://github.com/cpburnz/python-pathspec/pull/82.. _
Pull #​83
: https://github.com/cpburnz/python-pathspec/pull/83Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
No Duplication information