Pathspec

Latest version: v0.12.1

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 7

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-pathspec/issues/30
.. _`Issue 31`: https://github.com/cpburnz/python-pathspec/issues/31
.. _`Issue 34`: https://github.com/cpburnz/python-pathspec/issues/34

0.7.0

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

- `Pull 28`_: Add support for Python 3.8, and drop Python 3.4.
- `Pull 29`_: Publish bdist wheel.

.. _`Pull 28`: https://github.com/cpburnz/python-pathspec/pull/28
.. _`Pull 29`: https://github.com/cpburnz/python-pathspec/pull/29

0.6.0

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

- `Pull 24`_: Drop support for Python 2.6, 3.2, and 3.3.
- `Pull 25`_: Update README.rst.
- `Pull 26`_: Method to escape gitwildmatch.

.. _`Pull 24`: https://github.com/cpburnz/python-pathspec/pull/24
.. _`Pull 25`: https://github.com/cpburnz/python-pathspec/pull/25
.. _`Pull 26`: https://github.com/cpburnz/python-pathspec/pull/26

0.5.9

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

- Fixed file system error handling.

0.5.8

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

- Improved type checking.
- Created scripts to test Python 2.6 because Tox removed support for it.
- Improved byte string handling in Python 3.
- `Issue 22`_: Handle dangling symlinks.

.. _`Issue 22`: https://github.com/cpburnz/python-pathspec/issues/22

0.5.7

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

- `Issue 21`_: Fix collections deprecation warning.

.. _`Issue 21`: https://github.com/cpburnz/python-pathspec/issues/21

Page 3 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.