Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2021

Bumps setuptools-scm from 6.0.1 to 6.3.2.

Changelog

Sourced from setuptools-scm's changelog.

6.3.2

  • fix #629: correctly convert Version data in tags_to_version parser to avoid errors

6.3.1

  • fix #625: restore tomli in install_requires after the regression changes in took it out and some users never added it even tho they have pyproject.toml files

6.3.0

.. warning::

This release explicitly warns on unsupported setuptools. This unfortunately has to happen as the legacy setup_requires mechanism incorrectly configures the setuptools working-set when a more recent setuptools version than available is required.

As all releases of setuptools are affected as the historic mechanism for ensuring a working setuptools setup was shipping a ez_setup file next to setup.py, which would install the required version of setuptools.

This mechanism has long since been deprecated and removed as most people haven't been using it

  • fix #612: depend on packaging to ensure version parsing parts
  • fix #611: correct the typo that hid away the toml extra and add it in setup.py as well
  • fix #615: restore support for the git_archive plugin which doesn't pass over the config
  • restore the ability to run on old setuptools while to avoid breaking pipelines

v6.2.0

  • fix #608: resolve tomli dependency issue by making it a hard dependency as all intended/supported install options use pip/wheel this is only a feature release
  • ensure python 3.10 works

v6.1.1

  • fix #605: completely disallow bdist_egg - modern enough setuptools>=45 uses pip
  • fix #606: re-integrate and harden toml parsing
  • fix #597: harden and expand support for figuring the current distribution name from pyproject.toml (project.name or tool.setuptools_scm.dist_name) section or setup.cfg (metadata.name)

v6.1.0

... (truncated)

Commits
  • 831255c Update CHANGELOG.rst
  • 50e3f13 Merge pull request #629 from musicmrman99/fix-version-typeerror
  • e2d9f97 Fix TypeError with setuptools_scm_git_archive
  • a289b76 Merge pull request #627 from webknjaz/patch-2
  • aa00b0a Merge pull request #628 from RonnyPfannschmidt/fix-regressions
  • c530526 prepare for the 6.3.1 release
  • 72c0447 fix #625: add tomli to install_requires again
  • e02873f Merge pull request #626 from webknjaz/patch-1
  • 8f33184 Make twine check strict in GHA
  • 4ff632a Fix a typo in the sdist+wheel job name
  • 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 [setuptools-scm](https://github.com/pypa/setuptools_scm) from 6.0.1 to 6.3.2.
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.rst)
- [Commits](pypa/setuptools-scm@v6.0.1...v6.3.2)

---
updated-dependencies:
- dependency-name: setuptools-scm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2021
@jupe jupe merged commit 2373d8b into master Nov 10, 2021
@jupe jupe deleted the dependabot/pip/setuptools-scm-6.3.2 branch November 10, 2021 13:59
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