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

Bump setuptools-scm[toml] from 7.1.0 to 8.1.0 #42

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps setuptools-scm[toml] from 7.1.0 to 8.1.0.

Release notes

Sourced from setuptools-scm[toml]'s releases.

v8.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from setuptools-scm[toml]'s changelog.

Unreleased

Changed

  • inclusion of __all__ in autogenerated version.py files to aid IDE autoimports

v8.0.4

Changed

  • introduce scriv for changelog management
  • reconfigure local build backend to use an attribute instead of star imports from setuptools
  • introduce ruff as a linter
  • ensure the setuptools version keyword correctly load pyproject.toml configuration
  • add build and wheel to the test requirements for regression testing
  • move internal toml handling to own module

Fixed

  • fix #925: allow write_to to be an absolute path when it's a subdirectory of the root
  • fix #932: ensure type annotations in version file don't cause linter issues
  • fix #930: temporary restore DEFAULT_VERSION_SCHEME and DEFAULT_LOCAL_SCHEME on the setuptools-scm package

v8.0.3

bugfix

  • fix #918 for good - remove external importlib-metadata to avoid source only loop
  • fix #926: ensure mypy on python3.8 works with the version file

v8.0.2

bugfix

  • fix #919: restore legacy version-file behaviour for external callers + add Deprecation warning
  • fix #918: use packaging from setuptools for self-build
  • fix #914: ignore the deprecated git archival plugin as its integrated now
  • fix #912: ensure mypy safety of the version template + regression test
  • fix #913: use 240s timeout instead of 20 for git unshallow to account for large repos or slow connections

v8.0.1

bugfix

  • update version file template to work on older python versions by using type comments
  • ensure tag regex from setup.py is parsed into regex

... (truncated)

Commits
  • 234b74f Merge pull request #1039 from ap--/fix-timezone-error
  • 3e613cd [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 49a89c9 setuptools_scm.git: fix handling of dates in isoformat ending with Z
  • 9645373 tests: add git get_head_date test for isoformat dates ending with Z
  • d75201a Merge pull request #1024 from danchr/hg-archive-branch
  • d8d2b86 Merge pull request #1033 from LecrisUT/fix/git_archival
  • 9ea57a0 Make .git_archival.txt more reproducible
  • d081257 Merge pull request #1027 from pypa/pre-commit-ci-update-config
  • c9b3860 [pre-commit.ci] pre-commit autoupdate
  • 1ac50c2 Merge pull request #1026 from pypa/pre-commit-ci-update-config
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner December 1, 2024 02:56
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Dec 1, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-scm-toml--8.1.0 branch from 2018739 to 7f92b76 Compare December 2, 2024 08:05
llucax
llucax previously approved these changes Dec 2, 2024
@llucax llucax added this pull request to the merge queue Dec 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 2, 2024
Bumps [setuptools-scm[toml]](https://github.com/pypa/setuptools_scm) from 7.1.0 to 8.1.0.
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v7.1.0...v8.1.0)

---
updated-dependencies:
- dependency-name: setuptools-scm[toml]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-scm-toml--8.1.0 branch from 7f92b76 to 83b58ca Compare December 2, 2024 09:14
@llucax llucax enabled auto-merge December 2, 2024 09:17
@llucax llucax added this pull request to the merge queue Dec 2, 2024
@llucax llucax self-assigned this Dec 2, 2024
Merged via the queue into v1.x.x with commit cd08b76 Dec 2, 2024
15 checks passed
@llucax llucax deleted the dependabot/pip/setuptools-scm-toml--8.1.0 branch December 2, 2024 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant