python-uvicorn fails to build with Python 3.10.0a4. The tests hang, but when timeout is added, the error is: Traceback (most recent call last): File "uvloop/handles/stream.pyx", line 829, in uvloop.loop.__uv_stream_on_read_impl File "/builddir/build/BUILD/uvicorn-0.12.2/uvicorn/protocols/http/h11_impl.py", line 162, in data_received self.handle_events() File "/builddir/build/BUILD/uvicorn-0.12.2/uvicorn/protocols/http/h11_impl.py", line 211, in handle_events self.handle_upgrade(event) File "/builddir/build/BUILD/uvicorn-0.12.2/uvicorn/protocols/http/h11_impl.py", line 288, in handle_upgrade protocol = self.ws_protocol_class( File "/builddir/build/BUILD/uvicorn-0.12.2/uvicorn/protocols/websockets/websockets_impl.py", line 57, in __init__ super().__init__(ws_handler=self.ws_handler, ws_server=self.ws_server) File "/usr/lib64/python3.10/site-packages/websockets/server.py", line 103, in __init__ super().__init__(**kwargs) File "/usr/lib64/python3.10/site-packages/websockets/protocol.py", line 235, in __init__ self._drain_lock = asyncio.Lock( File "/usr/lib64/python3.10/asyncio/locks.py", line 77, in __init__ super().__init__(loop=loop) File "/usr/lib64/python3.10/asyncio/mixins.py", line 17, in __init__ raise TypeError( TypeError: As of 3.10, the *loop* parameter was removed from Lock() since it is no longer necessary This comes from /usr/lib64/python3.10/site-packages/websockets/protocol.py For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01868465-python-uvicorn/ For all our attempts to build python-uvicorn with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-uvicorn/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34.
This is a mass-posted update. Sorry if it is not 100% accurate to this bugzilla. The Python 3.10 rebuild is in progress in a Koji side tag. If you manage to fix the problem, please commit the fix in the rawhide branch, but don't build the package in regular rawhide. You can either build the package in the side tag, with: $ fedpkg build --target=f35-python Or you can the build and we will eventually build it for you. Note that the rebuild is still in progress, so not all (build) dependencies of this package might be available right away. Thanks. See also https://fedoraproject.org/wiki/Changes/Python3.10 If you have general questions about the rebuild, please use this mailing list thread: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/G47SGOYIQLRDTWGOSLSWERZSSHXDEDH5/
The f35-python side tag has been merged to Rawhide. From now on, build as you would normally build.
This bug appears to have been reported against 'rawhide' during the Fedora 35 development cycle. Changing version to 35.
Could this be fixed, please? Upstream fixed it in https://github.com/aaugustin/websockets/pull/936 released as 10.0. Thnaks.
https://src.fedoraproject.org/rpms/python-websockets/pull-request/2
FEDORA-2021-389bdf883b has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-55adef54f6 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-55adef54f6
FEDORA-2021-55adef54f6 has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-55adef54f6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-55adef54f6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-55adef54f6 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.