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

Check if an update will cause breakage #592

Open
mattiaverga opened this issue Mar 10, 2024 · 1 comment
Open

Check if an update will cause breakage #592

mattiaverga opened this issue Mar 10, 2024 · 1 comment

Comments

@mattiaverga
Copy link

I think it would be super useful if in the update ticket filed to Bugzilla we could have details about breaking dependencies if the package is updated.

For example:

python-referencing-0.33.0 is available
Releases retrieved: 0.33.0
Upstream release that is considered latest: 0.33.0
Current version/release in rawhide: 0.31.1-1.fc40

$ fedrq wrsrc -F narmsrc:python-referencing python-referencing
python-jsonschema.src : python3dist(referencing) >= 0.28.4
python-jsonschema-path.src : (python3dist(referencing) < 0.32~~ with python3dist(referencing) >= 0.28)
python-jsonschema-specifications.src : python3dist(referencing) >= 0.31
python-jupyter-events.src : python3dist(referencing)
python3-jsonschema.noarch : python3.12dist(referencing) >= 0.28.4
python3-jsonschema-path.noarch : (python3.12dist(referencing) < 0.32~~ with python3.12dist(referencing) >= 0.28)
python3-jsonschema-specifications.noarch : python3.12dist(referencing) >= 0.31
python3-jupyter-events.noarch : python3.12dist(referencing)

### Updating python-referencing to 0.33 will break python-jsonschema-path! ###

Or something similar...

@Zlopez
Copy link
Contributor

Zlopez commented Mar 11, 2024

I wasn't aware of fedrq command at all and this looks like something helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants