python-zeep fails to build with Python 3.8.0b4 in Fedora 32. See the build failures at https://koji.fedoraproject.org/koji/search?match=glob&type=package&terms=python-zeep DEBUG util.py:593: Error: DEBUG util.py:593: Problem: conflicting requests DEBUG util.py:593: - nothing provides python(abi) = 3.7 needed by python3-aioresponses-0.6.0-2.fc31.noarch DEBUG util.py:593: - nothing provides python3.7dist(aiohttp) >= 2 needed by python3-aioresponses-0.6.0-2.fc31.noarch DEBUG util.py:593: - nothing provides python3.7dist(aiohttp) < 4 needed by python3-aioresponses-0.6.0-2.fc31.noarch It is not important whether the problem is caused by this package or another, this issue is blocking the Python 3.8 rebuild of this package. If this package won't build with 3.8, it won't be installable, along with all its dependent packages, in Fedora 32 and further. Furthermore, as it fails to install, its dependent packages will fail to install and/or build as well. Please rebuild the package in Fedora 32 (rawhide). Let us know here if you have any questions. Thank You!
What is the plan here? Do we try to keep the package or retire it?
I definitely want to keep it since it provides a convenient way to access WSDL web-services - such as the services the python-inema package is interacting with. I suggest to approach this from the practical side: temporarily disable the zeep tests that depend on python-aioresponses until either python-aioresponses fixed their Python 3.8 support or python-zeep migrates to something else. I can implement this approach next week at the earliest.
Sounds reasonable.