Bug 2315546

Summary: F42FailsToInstall: python3-poetry
Product: [Fedora] Fedora Reporter: Fedora Fails To Install <fti-bugs>
Component: poetryAssignee: Tomáš Hrnčiar <thrnciar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
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!

Comment 2 Tomáš Hrnčiar 2024-09-30 08:27:34 UTC
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

Comment 3 Fedora Update System 2024-10-02 10:55:49 UTC
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

Comment 4 Fedora Update System 2024-10-02 10:59:43 UTC
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.

Comment 5 Fabian Affolter 2024-10-10 19:35:55 UTC
Sure, I can do that.