-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(datasource): Add python-version datasource #27583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Reduce fixture size, we don't need all existing versions.
- Fix failing tests
@rarkins this datasource seems pretty request hungry. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still waiting on a comment from @rarkins
re: request hungry This is data source is cached. And I see 3 requests if Python version is detected:
I don't see any way around it. No data source has all the data. Maybe python.org could be dropped in favour of using only containerbase/python, but this is the source of truth. |
Removed most of the version so only Python 3 is checked. We also filter against every case of pre-release in deperecated and supported versions
Co-authored-by: HonkingGoose <[email protected]>
Co-authored-by: HonkingGoose <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docs look okay to me. I'll let a maintainer check for technical accuracy.
Co-authored-by: Michael Kriese <[email protected]>
can you please create an issue to validate relative links with docs tests? |
Is there anything blocking release of this data source? |
I think we're good to go. |
🎉 This PR is included in version 37.366.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes
Adds Python releases as Datasource.
Context
#27581
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: