Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ Your package (poetry) Fails To Install in Fedora 42: can't install python3-poetry: - nothing provides (python3.13dist(dulwich) < 0.22~~ with python3.13dist(dulwich) >= 0.21.2) needed by python3-poetry-1.8.3-1.fc42.noarch If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks. P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock: $ mock -r fedora-42-x86_64 --config-opts mirrored=False install python3-poetry P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages Thanks!
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.