Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pathspec to 0.8.0 #118

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Apr 9, 2020

This PR updates pathspec from 0.7.0 to 0.8.0.

Changelog

0.8.0

------------------

- `Issue 30`_: Expose what patterns matched paths. Added `util.detailed_match_files()`.
- `Issue 31`_: `match_tree()` doesn't return symlinks.
- `Issue 34`_: Support `pathlib.Path`\ s.
- Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to support directories and symlinks.
- API change: `match_tree()` has been renamed to `match_tree_files()`. The old name `match_tree()` is still available as an alias.
- API change: `match_tree_files()` now returns symlinks. This is a bug fix but it will change the returned results.

.. _`Issue 30`: https://github.com/cpburnz/python-path-specification/issues/30
.. _`Issue 31`: https://github.com/cpburnz/python-path-specification/issues/31
.. _`Issue 34`: https://github.com/cpburnz/python-path-specification/issues/34
Links

@rehandalal
Copy link
Owner

bors r+

@bors
Copy link
Contributor

bors bot commented Apr 20, 2020

@bors bors bot merged commit c25967a into master Apr 20, 2020
@codecov-io
Copy link

Codecov Report

Merging #118 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #118   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          908       908           
=========================================
  Hits           908       908           

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 bf8ea24...bda1dc9. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants