Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2022

Bumps check-manifest from 0.41 to 0.44.

Changelog

Sourced from check-manifest's changelog.

0.44 (2020-10-03)

  • Try to avoid passing --recurse-submodules to git ls if the project doesn't use git submodules (i.e. doesn't have a .gitsubmodules file). This should make check-manifest work again with older git versions, as long as you don't use submodules ([#124](https://github.com/mgedmin/check-manifest/issues/124) <https://github.com/mgedmin/check-manifest/issues/124>__).

0.43 (2020-09-21)

  • Fix collecting files versioned by git when a project has submodules and GIT_INDEX_FILE is set. This bug was triggered when check-manifest was run as part of a git hook ( [#122](https://github.com/mgedmin/check-manifest/issues/122) <https://github.com/mgedmin/check-manifest/issues/122>, [#123](https://github.com/mgedmin/check-manifest/issues/123) <https://github.com/mgedmin/check-manifest/pull/123>).

Note: check-manifest 0.43 requires git version 2.11 or later.

0.42 (2020-05-03)

  • Added -q/--quiet command line argument. This will reduce the verbosity of informational output, e.g. for use in a CI pipeline.

  • Rewrote the ignore logic to be more compatible with setuptools. This might have introduced some regressions, so please file bugs! One side effect of this is that --ignore (or the ignore setting in the config file) is now handled the same way as global-exclude in a MANIFEST.in, which means:

    • it's matched anywhere in the file tree
    • it's ignored if it matches a directory

    You can ignore directories only by ignoring every file inside it. You can use --ignore=dir/** to do that.

    This decision is not cast in stone: I may in the future change the handling of --ignore to match files and directories, because there's no reason it has to be setuptools-compatible.

  • Drop Python 2.7 support.

Commits
  • 90b6174 Preparing release 0.44
  • cc585ab Update changelog
  • 5394435 Merge pull request #125 from phijor/fix-old-git-ls-files
  • cc7c176 Only recurse into submodules if .submodules exists
  • ded21fe Mention git version requirement in the changelog
  • 0a4f4e4 Back to development: 0.44
  • 19db344 Preparing release 0.43
  • ccf4f1c Merge pull request #123 from phijor/fix-submodule-ls-files
  • 4319e50 Add bugfix of #122 to changelog
  • db14819 Remove add_prefix_to_each()
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [check-manifest](https://github.com/mgedmin/check-manifest) from 0.41 to 0.44.
- [Release notes](https://github.com/mgedmin/check-manifest/releases)
- [Changelog](https://github.com/mgedmin/check-manifest/blob/master/CHANGES.rst)
- [Commits](mgedmin/check-manifest@0.41...0.44)

---
updated-dependencies:
- dependency-name: check-manifest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 11, 2023

Superseded by #251.

@dependabot dependabot bot closed this Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/check-manifest-0.44 branch January 11, 2023 22:15
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant