Bug 2315546
Summary: | F42FailsToInstall: python3-poetry | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
Component: | poetry | Assignee: | Tomáš Hrnčiar <thrnciar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | mail, mhroncok, python-packagers-sig, thrnciar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | poetry-1.8.3-3.fc42 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-10-02 10:59:43 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2300529 |
Description
Fedora Fails To Install
2024-09-29 13:59:51 UTC
Likely caused by https://src.fedoraproject.org/rpms/python-dulwich/c/aa6199589cfe7f19dc483357ee8725eae79ffe4e?branch=rawhide Hello @mail, before updating a package, I'd like to kindly ask you to verify its impact on the whole ecosystem. It's not the first time your update broke one of my (or my colleagues) packages... Here[0] is a guide we use in our team to avoid such problems. At the very least, could you please perform the fast check and contact me or python-maint if there is any problem before shipping an update? In this case you'd see: ❯ repoquery -q --repo=rawhide{,-source} --requires -a | grep -E '\bdulwich\b' | grep '<' (python3.13dist(dulwich) < 0.22~~ with python3.13dist(dulwich) >= 0.21.2) (python3dist(dulwich) < 0.22~~ with python3dist(dulwich) >= 0.21.2) And then slow check revealing that poetry is affected: ❯ for pkg in $(repoquery -q --repo=rawhide{,-source} --whatrequires python3-dulwich); do repoquery -q --repo=rawhide{,-source} --requires $pkg | grep -E '\bdulwich\b' | grep '<' && echo -e "${pkg}\n"; done (python3dist(dulwich) < 0.22~~ with python3dist(dulwich) >= 0.21.2) poetry-0:1.8.3-1.fc42.src (python3.13dist(dulwich) < 0.22~~ with python3.13dist(dulwich) >= 0.21.2) python3-poetry-0:1.8.3-1.fc42.noarch Thank you. [0] https://hackmd.io/81DXky5lRj-cUiSTeiag2A?view#Fast-check FEDORA-2024-7307e9913b (poetry-1.8.3-3.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2024-7307e9913b FEDORA-2024-7307e9913b (poetry-1.8.3-3.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. Sure, I can do that. |