Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Bump check-manifest from 0.31 to 0.47 #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 22, 2021

Bumps check-manifest from 0.31 to 0.47.

Changelog

Sourced from check-manifest's changelog.

0.47 (2021-09-22)

  • Fix setuptools_scm workaround for packages with dashes in the name ([#145](https://github.com/mgedmin/check-manifest/issues/145) <https://github.com/mgedmin/check-manifest/issues/145>_).

0.46 (2021-01-04)

  • The pre-commit <https://pre-commit.com>__ hook now always uses Python 3.

0.45 (2020-10-31)

  • Add Python 3.9 support.

  • Drop Python 3.5 support.

  • Switch from pep517 to python-build <https://pypi.org/p/build>__ ( [#128](https://github.com/mgedmin/check-manifest/issues/128) <https://github.com/mgedmin/check-manifest/pull/128>__).

  • Add --no-build-isolation option so check-manifest can succeed building pep517-based distributions without an internet connection. With --no-build-isolation, you must preinstall the build-system.requires beforehand. ( [#128](https://github.com/mgedmin/check-manifest/issues/128) <https://github.com/mgedmin/check-manifest/pull/128>__).

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.

... (truncated)

Commits
  • b50638c Preparing release 0.47
  • de873d4 Update changelog
  • 4beeefb Merge pull request #146 from zobayer1/fix_145
  • b7b2228 Fix for extracting version incorrectly from sdist filename containing dashes ...
  • 7c4403a New mypy requires me to install typestubs explicitly
  • f6ae339 Update to newer release.mk
  • 320db17 Merge pull request #142 from jugmac00/patch-1
  • 593db20 fix typo
  • 405fd63 Workaround for mypy 0.800 ignoring setup.cfg
  • 1fe56c9 Fix coveralls integration
  • Additional commits viewable in compare view

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 [check-manifest](https://github.com/mgedmin/check-manifest) from 0.31 to 0.47.
- [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.31...0.47)

---
updated-dependencies:
- dependency-name: check-manifest
  dependency-type: direct:production
  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 Sep 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants