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

Pin build-time requirements versions, renovatebot will take care of the updates #8689

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Apr 20, 2024

Maintainer merge checklist

  • Title is descriptive/clear for inclusion in release notes.
  • Applied a Component: xxx label.
  • Applied the api-deprecation or api-break label.
  • Applied the release-highlight label to be highlighted in release notes.
  • Added to the milestone version it was merged into.
  • Unittests are included in PR.
  • Properly documented, including versionadded, versionchanged as needed.

In past we left dependencies (both build-time and run-time) dependencies unpinned.

That led to CI/CD pipeline breakages (Like https://github.com/kivy/kivy/actions/runs/8765819880/job/24057222737) and users finding out something was not working as expected with newer (and untested) versions of a dependency.

By starting out with built-time dependencies, the idea is to migrate to pinned dependencies, and leave renovatebot (#8688) try out new versions and open PRs for us.

@misl6 misl6 changed the title Pin build requirements, renovate bot will take care of them Pin build requirements, renovatebot will take care of them Apr 20, 2024
@misl6 misl6 changed the title Pin build requirements, renovatebot will take care of them Pin build-time requirements versions, renovatebot will take care of them Apr 20, 2024
@misl6 misl6 added this to the 3.0.0 milestone Apr 20, 2024
@misl6 misl6 added the Component: distribution Wheels, apt PPA, conda, end user install issues label Apr 20, 2024
@misl6 misl6 changed the title Pin build-time requirements versions, renovatebot will take care of them Pin build-time requirements versions, renovatebot will take care of the updates Apr 20, 2024
@misl6 misl6 merged commit e910b6e into kivy:master Apr 20, 2024
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: distribution Wheels, apt PPA, conda, end user install issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant