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

Update versioneer requirement from <0.18 to <0.30 #399

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2023

Updates the requirements on versioneer to permit the latest version.

Release notes

Sourced from versioneer's releases.

0.29

Release Notes

This release allows for pyproject.toml-only build systems to allow versioneer to find the project root, despite an absense of a setup.py. Provides some error message support when the pyproject.toml is malformed. Finally we added basic type-hinting to the project, which should help users of type-checking systems ensure correct code when vendoring.

With thanks to Dimitri Papadopoulos Orfanos, Mike Taves, '@​gamecss' and '@​GCS-ZHN' for contributions.

What's Changed

Full Changelog: python-versioneer/python-versioneer@0.28...0.29

Changelog

Sourced from versioneer's changelog.

Release 0.29 (7-Jul-2023)

This release allows for pyproject.toml-only build systems to allow versioneer to find the project root, despite an absense of a setup.py. Provides some error message support when the pyproject.toml is malformed. Finally we added basic type-hinting to the project, which should help users of type-checking systems ensure correct code when vendoring.

With thanks to Dimitri Papadopoulos Orfanos, Mike Taves, '@​gamecss' and '@​GCS-ZHN' for contributions.

Release 0.28 (27-Oct-2022)

This release adds official support for Python 3.11, including using the built-in tomllib instead of the third-party tomli, when available.

With thanks to Michał Górny for contributions.

Release 0.27 (19-Oct-2022)

This release fixes a bug with non-isolated builds of Versioneer and for packages that provide their own sdist command.

With thanks to Dimitri Papadopoulos and Michał Górny for contributions.

Release 0.26 (6-Sep-2022)

This release adds support for configuring versioneer through pyproject.toml and removes itself from the list of explicit build requirements, which caused problems with --no-binary installations.

... (truncated)

Commits
  • 28c613d Merge pull request #373 from Callek/callek/release-0.29
  • 4af0f0a Update self-vendored _version.py to what we ship in 0.29
  • e5f5c61 Update Docs for Release of 0.29
  • d44860e Add @​Callek as maintainer
  • 07c584f Update README and Metadata to include py3.11
  • 6caeee1 Merge pull request #371 from gamecss/master
  • 0dc0592 Detect pyproject.toml as project root
  • 8493ad0 Merge pull request #367 from Callek/typing-versioneer-py
  • 754e634 Type check the root setup.py for versioneer
  • c3495b7 Add type information to 'installer.py'
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [versioneer](https://github.com/python-versioneer/python-versioneer) to permit the latest version.
- [Release notes](https://github.com/python-versioneer/python-versioneer/releases)
- [Changelog](https://github.com/python-versioneer/python-versioneer/blob/master/NEWS.md)
- [Commits](python-versioneer/python-versioneer@0.1...0.29)

---
updated-dependencies:
- dependency-name: versioneer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 10, 2023
@dependabot dependabot bot requested a review from grzanka July 10, 2023 05:54
@reviewpad reviewpad bot added small Pull request is small waiting-for-review docs labels Jul 10, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Jul 10, 2023

Reviewpad Report

‼️ Errors

  • Unconventional commit detected: 'Update versioneer requirement from <0.18 to <0.30

Updates the requirements on versioneer to permit the latest version.


updated-dependencies:

  • dependency-name: versioneer
    dependency-type: direct:production
    ...

Signed-off-by: dependabot[bot] [email protected]' (9a20ac6)

  • Unconventional title detected: 'Update versioneer requirement from <0.18 to <0.30' illegal 'U' character in commit message type: col=00

⚠️ Warnings

  • Please link an issue to the pull request

@reviewpad
Copy link
Contributor

reviewpad bot commented Jul 10, 2023

AI-Generated Summary: This pull request updates the version requirement for the versioneer module from <0.18 to <0.30 in the requirements-test.txt file. This change will allow the usage of more recent versions of versioneer. It also includes the relevant documentation links for the new version. The change was made by the bot 'dependabot'.

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 docs python Pull requests that update Python code small Pull request is small waiting-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants