Merge pull request #59681 from r-ryantm/auto-update/python3.7-wsproto
python37Packages.wsproto: 0.13.0 -> 0.14.0
This commit is contained in:
commit
a5a9454749
@ -1,12 +1,12 @@
|
|||||||
{ buildPythonPackage, fetchPypi, h11, enum34, pytest }:
|
{ lib, buildPythonPackage, fetchPypi, h11, enum34, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "wsproto";
|
pname = "wsproto";
|
||||||
version = "0.13.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "fd6020d825022247053400306448e161d8740bdd52e328e5553cd9eee089f705";
|
sha256 = "1p24dmym6pfsqsyxps6m2cxfl36cmkri0kdy5y5q7s300j3xmhsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ h11 enum34 ];
|
propagatedBuildInputs = [ h11 enum34 ];
|
||||||
@ -17,4 +17,9 @@ buildPythonPackage rec {
|
|||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Pure Python, pure state-machine WebSocket implementation";
|
||||||
|
homepage = https://github.com/python-hyper/wsproto/;
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user