python310Packages.python-socketio: 5.7.1 -> 5.7.2
Diff: https://github.com/miguelgrinberg/python-socketio/compare/v5.7.1...v5.7.2 Changelog: https://github.com/miguelgrinberg/python-socketio/blob/v5.7.2/CHANGES.md
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-socketio";
|
||||
version = "5.7.1";
|
||||
version = "5.7.2";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@@ -23,17 +23,24 @@ buildPythonPackage rec {
|
||||
owner = "miguelgrinberg";
|
||||
repo = "python-socketio";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-KVaBSBWLeFJYiNJYTwoExExUmUaeNJ40c/WTgTc2Y/w=";
|
||||
hash = "sha256-mSFs/k+3Lp5w4WdOLKj65kOA5b+Nc1uuksVmeeqV58E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
bidict
|
||||
python-engineio
|
||||
requests
|
||||
websocket-client
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
client = [
|
||||
requests
|
||||
websocket-client
|
||||
];
|
||||
asyncio_client = [
|
||||
aiohttp
|
||||
];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
mock
|
||||
msgpack
|
||||
|
||||
Reference in New Issue
Block a user