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

build: update setuptools-git-versioning requirement from <2 to <3 #895

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Updates the requirements on setuptools-git-versioning to permit the latest version.

Release notes

Sourced from setuptools-git-versioning's releases.

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: #94, #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}.

Changelog

Sourced from setuptools-git-versioning's changelog.

Changelog

2.0

.. changelog:: :version: 2.0.0 :released: 08.04.2024

.. change::
    :tags: config, breaking
Drop ``version_config`` keyword from ``setup.py``, which was deprecated since ``1.8.0``.

.. change:: :tags: config, breaking

Does not allow passing ``setuptools_git_versioning=False`` and ``setuptools_git_versioning=True`` to config.
Always use ``setuptools_git_versioning={&quot;enabled&quot;: True}``.

.. change:: :tags: core, breaking

Drop ``get_branch_tags`` function which was deprecated since ``1.8.0``.

.. change:: :tags: core, breaking :tickets: 97,94

``version_file`` option now have precedence over any tags in the current branch.

1.13

.. changelog:: :version: 1.13.6 :released: 30.01.2024

.. change::
    :tags: general, feature
Test Python 3.12 compatibility

.. change:: :tags: general, feature :tickets: 93

Remove useless warning if ``tag_filter``, ``tag_formatter`` or ``branch_formatter`` is a regexp instead of function reference.

... (truncated)

Commits

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 dkrako as a code owner November 11, 2024 14:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 11, 2024
@github-actions github-actions bot added the build label Nov 11, 2024
Copy link
Member

@SiQube SiQube left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SiQube SiQube enabled auto-merge (squash) November 11, 2024 15:24
Updates the requirements on [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning) to permit the latest version.
- [Release notes](https://github.com/dolfinus/setuptools-git-versioning/releases)
- [Changelog](https://github.com/dolfinus/setuptools-git-versioning/blob/master/CHANGELOG.rst)
- [Commits](dolfinus/setuptools-git-versioning@v0.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: setuptools-git-versioning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@SiQube SiQube force-pushed the dependabot/pip/setuptools-git-versioning-lt-3 branch from 231106b to 6dec0a5 Compare November 12, 2024 22:40
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (57733ad) to head (6dec0a5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #895   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           74        74           
  Lines         3372      3372           
  Branches       594       594           
=========================================
  Hits          3372      3372           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SiQube SiQube merged commit ddc59c8 into main Nov 12, 2024
24 checks passed
@SiQube SiQube deleted the dependabot/pip/setuptools-git-versioning-lt-3 branch November 12, 2024 22:49
SiQube pushed a commit that referenced this pull request Nov 17, 2024
Updates the requirements on [setuptools-git-versioning](https://github.com/dolfinus/setuptools-git-versioning) to permit the latest version.
- [Release notes](https://github.com/dolfinus/setuptools-git-versioning/releases)
- [Changelog](https://github.com/dolfinus/setuptools-git-versioning/blob/master/CHANGELOG.rst)
- [Commits](dolfinus/setuptools-git-versioning@v0.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: setuptools-git-versioning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant