mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.flask-socketio: 5.0.1 -> 5.1.1
This commit is contained in:
parent
5eb123c365
commit
f6e6d95100
1 changed files with 6 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Flask-SocketIO";
|
pname = "Flask-SocketIO";
|
||||||
version = "5.0.1";
|
version = "5.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "miguelgrinberg";
|
owner = "miguelgrinberg";
|
||||||
repo = "Flask-SocketIO";
|
repo = "Flask-SocketIO";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "01zf6cy95pgc4flgn0740z2my90l7rxwliahp6rb2xbp7rh32cng";
|
sha256 = "sha256-PnNJEtcWaisOlt6OmYUl97TlZb9cK2ORvtEcmGPxSB0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -28,6 +28,10 @@ buildPythonPackage rec {
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pytestFlagsArray = [
|
||||||
|
"test_socketio.py"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "flask_socketio" ];
|
pythonImportsCheck = [ "flask_socketio" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue