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

[🐛 Bug]: tags missing for 4.1.1-4.1.3 #10511

Closed
bollwyvl opened this issue Apr 5, 2022 · 5 comments
Closed

[🐛 Bug]: tags missing for 4.1.1-4.1.3 #10511

bollwyvl opened this issue Apr 5, 2022 · 5 comments

Comments

@bollwyvl
Copy link

bollwyvl commented Apr 5, 2022

What happened?

The official packages on e.g. PyPI have been updated with versions newer than 4.1.0, but the sources have not been tagged.

https://github.com/SeleniumHQ/selenium/tags

See also #9917: issues like these are making it harder for downstreams to package selenium.

How can we reproduce the issue?

- Visit PyPi
- pick a version
- download the wheel
- visit github
- try to find the commit from which the wheel was built

Relevant log output

n/a

Operating System

all

Selenium version

4.1.1+

What are the browser(s) and version(s) where you see this issue?

n/a

What are the browser driver(s) and version(s) where you see this issue?

n/a

Are you using Selenium Grid?

no

@github-actions
Copy link

github-actions bot commented Apr 5, 2022

@bollwyvl, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@diemol diemol added C-py and removed needs-triaging labels Apr 5, 2022
@titusfortner
Copy link
Member

For the mono-repo we are only creating tags that apply to the whole project. Each language releases a 4.1.0, but patch releases (e.g., 4.1.1) are for language binding specific updates.

Is there a particular use case you have in mind? Remember that some of the files in the released package are generated by the build process, and are not stored in the repo. If you need to see exactly what code is being used in the release, you should be able to just unzip the wheel file. Alternatively, you can look at the commit where the version has been updated in the code: https://github.com/SeleniumHQ/selenium/blame/trunk/py/BUILD.bazel#L8

@bollwyvl
Copy link
Author

bollwyvl commented Apr 5, 2022 via email

@AutomatedTester
Copy link
Member

@bollwyvl We can start stamping the wheels so that they have a some more build info in them. I haven't done this yet as it can impact the build caching but we can add it in if you think it help

@github-actions
Copy link

github-actions bot commented May 6, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants