Skip to content

Commit

Permalink
chore(deps): update dependency setuptools-git-versioning to v2 (#447)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[setuptools-git-versioning](https://setuptools-git-versioning.readthedocs.io)
([source](https://togithub.com/dolfinus/setuptools-git-versioning)) |
`<2` -> `<3` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/setuptools-git-versioning/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/setuptools-git-versioning/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/setuptools-git-versioning/1.13.6/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/setuptools-git-versioning/1.13.6/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dolfinus/setuptools-git-versioning
(setuptools-git-versioning)</summary>

###
[`v2.0.0`](https://togithub.com/dolfinus/setuptools-git-versioning/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/dolfinus/setuptools-git-versioning/compare/v1.13.6...v2.0.0)

#### core

- **\[breaking]** Drop `get_branch_tags` function which was deprecated
since `1.8.0`.

- **\[breaking]** `version_file` option now have precedence over any
tags in the current branch.

References:
[#&#8203;94](https://togithub.com/dolfinus/setuptools-git-versioning/issues/94),
[#&#8203;97](https://togithub.com/dolfinus/setuptools-git-versioning/issues/97)

#### config

- **\[breaking]** Drop `version_config` keyword from `setup.py`, which
was deprecated since `1.8.0`.

- **\[breaking]** Does not allow passing
`setuptools_git_versioning=False` and `setuptools_git_versioning=True`
to config.
    Always use `setuptools_git_versioning={"enabled": True}`.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/naa0yama/pythonboilerplate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkYXRhc291cmNlOnB5cGkiLCJkZXBUeXBlOmJ1aWxkLXN5c3RlbS5yZXF1aXJlcyIsIm1hbmFnZXI6cGVwNjIxIiwicmVub3ZhdGUiLCJ1cGRhdGUtbWFqb3IiLCJ2ZXJzaW9uaW5nOnBlcDQ0MCJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent e1d44f5 commit 155a7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ docslive = "task docs && sphinx-autobuild --watch src docs docs/_build"
[build-system]
requires = [
"poetry-core>=1.0.0",
"setuptools-git-versioning<2",
"setuptools-git-versioning<3",
"setuptools>=41",
"wheel",
]
Expand Down

0 comments on commit 155a7ed

Please sign in to comment.