askap-craco / CELEBI

The CRAFT Effortless Localisation and Enhanced Burst Inspection Pipeline
MIT License
4 stars 2 forks source link

:arrow_up: Bump setuptools-scm from 6.4.2 to 7.1.0 #410

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps setuptools-scm from 6.4.2 to 7.1.0.

Release notes

Sourced from setuptools-scm's releases.

v7.1.0

No release notes provided.

v7.0.5

No release notes provided.

v7.0.4

No release notes provided.

v7.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/setuptools_scm/compare/v7.0.2...v7.0.3

v7.0.2

No release notes provided.

v7.0.1

No release notes provided.

v7.0.0

No release notes provided.

Changelog

Sourced from setuptools-scm's changelog.

v7.1.0

  • #748: use tomllib from stdlib
  • fix #762: handle non-ascii in setup.cfg
  • #752: implement fallback file finders for archives
  • #765: removed coding header in python template
  • declared Python 3.11 support
  • fix #759: update .git_archival.txt templates match git-describe invocation
  • fix #772: fix handling of .git-archival.txt from tagged commit

v7.0.5

  • fixes #742 , #745: correctly hande accidentally released archival files

v7.0.4

  • fix #727: correctly handle incomplete archivals from setuptools_scm_git_archival
  • fix #691: correctly handle specifying root in pyproject.toml
  • correct root override check condition (to ensure absolute path matching)
  • allow root by the cli to be considered relative to the cli (using abspath)

v7.0.3

  • fix mercurial usage when pip primes a isolated environment
  • fix regression for branch names on git + add a test

v7.0.2

  • fix #723 and #722: remove bootstrap dependencies
  • bugfix: ensure we read the distribution name from setup.cfg if needed even for pyproject

v7.0.1

  • fix #718: Avoid ModuleNotFoundError by requiring importlib_metadata in python < 3.8

v7.0.0

  • drop python 3.6 support
  • include git archival support
  • fix #707: support git version detection even when git protects against mistmatched owners (common with misconfigured containers, thanks @​chrisburr )

... (truncated)

Commits
  • a5acb68 Remove Python 2 pip. Ref #795. (#796)
  • 476f193 Update changelog
  • 7f39c1d Merge pull request #789 from kwinkunks/patch-1
  • 0431f4e [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1a174ea Adding note about dynamic version, fixes #756
  • a70d44b Merge pull request #772 from dlitz/for-upstream
  • 5a87b76 Merge pull request #779 from RonnyPfannschmidt/pre-commit-upgrade
  • a0e39fa pre-commit hooks upgrade
  • 0e4def7 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 501d80c Fix #759: Update .git_archival.txt templates to more closely match how we inv...
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.