Changed build backend to flit_core.buildapi_ from setuptools.build_meta. Building with setuptools through setup.py is still supported for distributions that need it. See Issue [#72](https://github.com/cpburnz/python-pathspec/issues/72).
Improvements:
Issue [#72](https://github.com/cpburnz/python-pathspec/issues/72)/Pull [#73](https://github.com/cpburnz/python-pathspec/issues/73): Please consider switching the build-system to flit_core to ease setuptools bootstrap.
Added utility function pathspec.util.append_dir_sep() to aid in distinguishing between directories and files on the file-system. See Issue [#65](https://github.com/cpburnz/python-pathspec/issues/65)_.
Bug fixes:
Issue [#66](https://github.com/cpburnz/python-pathspec/issues/66)/Pull [#67](https://github.com/cpburnz/python-pathspec/issues/67): Package not marked as py.typed.
Issue [#68](https://github.com/cpburnz/python-pathspec/issues/68)_: Exports are considered private.
Issue [#70](https://github.com/cpburnz/python-pathspec/issues/70)/Pull [#71](https://github.com/cpburnz/python-pathspec/issues/71): 'Self' string literal type is Unknown in pyright.
Improvements:
Issue [#65](https://github.com/cpburnz/python-pathspec/issues/65)_: Checking directories via match_file() does not work on Path objects.
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 from 0.9.0 to 0.11.0.
Release notes
Sourced from pathspec's releases.
Changelog
Sourced from pathspec's changelog.
... (truncated)
Commits
a8ac206
Release v0.11.09ad260f
Include missing files in sdistf81afa7
Update CHANGES33a3fc6
Merge pull request #73 from mgorny/flit_core8608ab5
Switch the build system to flit_core5861e35
Remove setuptools mention from README8a7c8fc
Release v0.10.35cd8392
Add limited feature for #650ce4533
Fix #68cd959e1
Update CHANGESDependabot 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)