Bug 1940231

Summary: FTI in Fedora 35: python3-uvicorn+standard
Product: [Fedora] Fedora Reporter: Ben Beasley <code>
Component: python-uvicornAssignee: Carl George šŸ¤  <carl>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: carl, mhroncok, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-uvicorn-0.13.4-1.fc35 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-20 01:27:17 UTC Type: Bug
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: 1931114    
Bug Blocks: 1927313    

Description Ben Beasley 2021-03-17 20:55:58 UTC
Description of problem:

The metapackage for the ā€œstandardā€ extra fails to install in Rawhide (F35).

Version-Release number of selected component (if applicable): 0.13.3-1.fc34


How reproducible:


Steps to Reproduce:
1. mock -r fedora-rawhide-x86_64 --clean
2. mock -r fedora-rawhide-x86_64 -i 'python3-uvicorn+standard'

Actual results:

Error: 
 Problem: conflicting requests
  - nothing provides (python3.9dist(watchgod) < 0.7 with python3.9dist(watchgod) >= 0.6) needed by python3-uvicorn+standard-0.13.3-1.fc34.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Expected results:

Successful installation

Additional info:

The watchgod package was updated in F35 yesterday: https://src.fedoraproject.org/rpms/python-watchgod/c/685bf6e3923233c96cbc89d2a3929fc4a0114e5d?branch=rawhide

Fix this by updating to 0.13.4 (https://bugzilla.redhat.com/show_bug.cgi?id=1931114), or if there is some reason to delay, relax the requirement in setup.py as upstream did in https://github.com/encode/uvicorn/pull/946.

Comment 1 Fedora Update System 2021-03-20 01:27:17 UTC
FEDORA-2021-e78c7c5cd7 has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 2 Ben Beasley 2021-03-20 15:24:39 UTC
Thanks! I can build python-fastapi in Rawhide again now.

Comment 3 Carl George šŸ¤  2021-03-21 18:18:32 UTC
Of course, thanks for reporting the issue.