On 8/10/22 04:55, Stuart Henderson wrote:
> On 2022/07/26 16:38, George Rosamond wrote:
>> from pkg/DESCR:
>>
>> websockets is a library for building WebSocket servers and clients
>> in Python with a focus on correctness, simplicity, robustness, and
>> performance.
>>
>> Built on top of asyncio, Python's standard asynchronous I/O framework,
>> it provides an elegant coroutine-based API.
>>
>> ***
>>
>> This is a very common websocket implementation as per
>> https://repology.org/project/python:websockets/versions.
>>
>> ***
>>
>> `python3.9 -m unittest` runs fine from ${WRKDIST} with:
>>
>> Ran 1016 tests in 4.833s
>>
>> FAILED (failures=9)
>>
>> ***
>>
>> Note that the PyPi and Github versions are out of sync. PyPi has version
>> 10.3 on 20220417, while Github moved to 10.4 at the same time:
>
> They're not out of sync, 10.4 hasn't been released yet
Ah. Thanks sthen
>
>> https://github.com/aaugustin/websockets/commit/3742b429a25d5f51511b626435c6a1acdd9027a3
>
> these are just various post-10.3 commits
>
> I would go with pypi
New tarball attached with pypi for version 10.3.
Appreciated.
g
No comments:
Post a Comment