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.29 #344

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2022

Updates the requirements on versioneer to permit the latest version.

Release notes

Sourced from versioneer's releases.

0.28

Release Notes

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

What's Changed

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

Changelog

Sourced from versioneer's changelog.

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.

Release 0.25 (2-Sep-2022)

This release makes minor changes to the metadata, ensures tests run correctly from sdist packages, and uses non-vendored versioneer to version itself.

With thanks to Simão Afonso for contributions.

Release 0.24 (30-Aug-2022)

This release adds support for a non-vendored use of Versioneer.

... (truncated)

Commits
  • 83f20fd REL: 0.28
  • 9e7975f Merge pull request #348 from mgorny/tomllib
  • 59dceed Merge pull request #347 from mgorny/build-ext
  • cd227a3 MNT: enable testing on Python 3.11
  • a9a4e40 FIX: regenerate demo/ext.c using Cython 0.29.32 for py3.11+
  • b0a0afa ENH: support built-in tomllib for Python 3.11+
  • d33dff3 FIX: handle unset versionfile_build in build_ext
  • abe08e9 MNT: Update metadata and re-install
  • 759b365 REL: 0.27
  • d0861cf MNT: Move versioneer config to pyproject.toml
  • 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 28, 2022
@dependabot dependabot bot requested a review from grzanka October 28, 2022 05:18
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.29 branch from ef82bd6 to 2ce1a76 Compare December 6, 2022 10:36
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.29 branch from 2ce1a76 to d00f50b Compare January 19, 2023 18:32
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.29 branch 2 times, most recently from 87f42f2 to 984700a Compare March 6, 2023 15:39
@reviewpad reviewpad bot added small Pull request is small waiting-for-review docs labels Apr 6, 2023
@reviewpad
Copy link
Contributor

reviewpad bot commented Apr 6, 2023

Reviewpad Report

‼️ Errors

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

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]' (f0f6830)

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

⚠️ Warnings

  • Please link an issue to the pull request

@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.29 branch from 984700a to 226d767 Compare April 6, 2023 08:06
@reviewpad
Copy link
Contributor

reviewpad bot commented Apr 6, 2023

AI-Generated Pull Request Summary: This pull request updates the requirement for versioneer from <0.18 to <0.29 in tests/requirements-test.txt, allowing for the latest version of the package to be used. The patch includes the necessary changes to the requirements file with 1 insertion and 1 deletion.

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.28)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/versioneer-lt-0.29 branch from 226d767 to f0f6830 Compare April 14, 2023 07:44
@reviewpad
Copy link
Contributor

reviewpad bot commented Apr 14, 2023

AI-Generated Summary: This pull request updates the versioneer requirement from <0.18 to <0.29, allowing it to be compatible with the latest version. The change is made in the tests/requirements-test.txt file.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

Superseded by #399.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/pip/versioneer-lt-0.29 branch July 10, 2023 05:54
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