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

Update setuptools-scm requirement from <2.0,>=1.15 to >=1.15,<6.0 #17

Merged
merged 1 commit into from
Dec 24, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 14, 2020

Updates the requirements on setuptools-scm to permit the latest version.

Changelog

Sourced from setuptools-scm's changelog.

v5.0.1

  • fix #509: support SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} for pyproject.toml

v5.0.0

Breaking changes:

  • fix #339: strict errors on missing scms when parsing a scm dir to avoid false version lookups
  • fix #337: if relative_to is a directory instead of a file, consider it as direct target instead of the containing folder and print a warning

Bugfixes:

  • fix #352: add support for generally ignoring specific vcs roots
  • fix #471: better error for version bump failing on complex but accepted tag
  • fix #479: raise indicative error when tags carry non-parsable information
  • Add no-guess-dev which does no next version guessing, just adds .post1.devN in case there are new commits after the tag
  • add python3.9
  • enhance documentation
  • consider SOURCE_DATE_EPOCH for versioning
  • add a version_tuple to write_to templates
  • fix #321: add suppport for the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} env var to target the pretend key
  • fix #142: clearly list supported scm
  • fix #213: better error message for non-zero dev numbers in tags
  • fix #356: add git branch to version on describe failure

v4.1.2

  • disallow git tags without dots by default again - #449

v4.1.1

  • drop jaraco.windows from pyproject.toml, allows for wheel builds on python2

v4.1.0

  • include python 3.9 via the deadsnakes action
  • return release_branch_semver scheme (it got dropped in a bad rebase)
  • undo the devendoring of the samefile backport for python2.7 on windows
  • re-enable the building of universal wheels
  • fix handling of missing git/hg on python2.7 (python 3 exceptions where used)
  • correct the tox flake8 invocation
  • trigger builds on tags again

v4.0.0

Commits
  • 03690ec Merge pull request #509 from RonnyPfannschmidt/fix-507-dist-metadata-passover
  • cf54011 pytest 6.2.0 support
  • f6e2adf python2 fixups for dist_name passing
  • 212090f fix #507 - use dist.metadata.name and add pyproject support for dist_name
  • b7e655c Merge pull request #506 from MarkusH/patch-1
  • 7b59687 Fix formatting in changelog
  • de7c159 Merge pull request #505 from RonnyPfannschmidt/fix-337-relative-to-directory
  • 91d7ed7 fix #337: if relative_to is given as folder instead of file consider it directly
  • 404094f Merge branch 'hbasria/master' into master
  • 5caa8e0 add test and changelog for #356
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 14, 2020
@coveralls
Copy link

coveralls commented Dec 14, 2020

Coverage Status

Coverage remained the same at 96.903% when pulling df6db36 on dependabot/pip/setuptools-scm-gte-1.15-and-lt-6.0 into 4de1860 on master.

Updates the requirements on [setuptools-scm](https://github.com/pypa/setuptools_scm) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools_scm/blob/master/CHANGELOG.rst)
- [Commits](pypa/setuptools-scm@1.15.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/setuptools-scm-gte-1.15-and-lt-6.0 branch from df6db36 to b0caa9d Compare December 24, 2020 08:46
@wheerd wheerd merged commit 1be959e into master Dec 24, 2020
@wheerd wheerd deleted the dependabot/pip/setuptools-scm-gte-1.15-and-lt-6.0 branch December 24, 2020 09:30
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.

2 participants