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

chore(deps): bump pathspec from 0.9.0 to 0.10.2 #345

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps pathspec from 0.9.0 to 0.10.2.

Release notes

Sourced from pathspec's releases.

v0.10.1

Release v0.10.1. See CHANGES.rst.

v0.10.0

Release v0.10.0. See CHANGES.rst.

Changelog

Sourced from pathspec's changelog.

0.10.2 (2022-11-12)

Bug fixes:

  • Fix failing tests on Windows.
  • Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_entries().
  • Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_files().
  • Type hint on root parameter on pathspec.util.iter_tree_entries().
  • Type hint on root parameter on pathspec.util.iter_tree_files().
  • Issue [#64](https://github.com/cpburnz/python-pathspec/issues/64)_: IndexError with my .gitignore file when trying to build a Python package.

Improvements:

  • Issue [#58](https://github.com/cpburnz/python-pathspec/issues/58)_: CI: add GitHub Actions test workflow.

.. _Issue [#58](https://github.com/cpburnz/python-pathspec/issues/58): cpburnz/python-pathspec#58 .. _Issue [#64](https://github.com/cpburnz/python-pathspec/issues/64): cpburnz/python-pathspec#64

0.10.1 (2022-09-02)

Bug fixes:

  • Fix documentation on pathspec.pattern.RegexPattern.match_file().
  • Issue [#60](https://github.com/cpburnz/python-pathspec/issues/60)_: Remove redundant wheel dep from pyproject.toml.
  • Issue [#61](https://github.com/cpburnz/python-pathspec/issues/61)_: Dist failure for Fedora, CentOS, EPEL.
  • Issue [#62](https://github.com/cpburnz/python-pathspec/issues/62)_: Since version 0.10.0 pure wildcard does not work in some cases.

Improvements:

  • Restore support for legacy installations using setup.py. See Issue [#61](https://github.com/cpburnz/python-pathspec/issues/61)_.

.. _Issue [#60](https://github.com/cpburnz/python-pathspec/issues/60): cpburnz/python-pathspec#60 .. _Issue [#61](https://github.com/cpburnz/python-pathspec/issues/61): cpburnz/python-pathspec#61 .. _Issue [#62](https://github.com/cpburnz/python-pathspec/issues/62): cpburnz/python-pathspec#62

0.10.0 (2022-08-30)

Major changes:

  • Dropped support of EOL Python 2.7, 3.5, 3.6. See Issue [#47](https://github.com/cpburnz/python-pathspec/issues/47)_.
  • The gitwildmatch pattern dir/* is now handled the same as dir/. This means dir/* will now match all descendants rather than only direct children. See Issue [#19](https://github.com/cpburnz/python-pathspec/issues/19)_.
  • Added pathspec.GitIgnoreSpec class (see new features).
  • Changed build system to pyproject.toml_ and build backend to setuptools.build_meta_ which may have unforeseen consequences.

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.9.0 to 0.10.2.
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](https://github.com/cpburnz/python-pathspec/commits)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2022

Superseded by #371.

@dependabot dependabot bot closed this Dec 12, 2022
@dependabot dependabot bot deleted the dependabot/pip/pathspec-0.10.2 branch December 12, 2022 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants