12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-qDrKCPvnqst5/seIycC6yTY0NWDtnsGLgqE6EsKNKrs=";
25 # https://github.com/python-hyper/h2/pull/1274
27 name = "fix-tests-in-python-3.11.patch";
28 url = "https://github.com/python-hyper/h2/commit/8952c91606cd014720ccf202a25b5ee1fbed1591.patch";
29 hash = "sha256-skAdAVHMZo1xJEqqKa6FOKPvoQQbGUgGsQjE11jIjtw=";
33 propagatedBuildInputs = [
45 "test_changing_max_frame_size"
48 pythonImportsCheck = [
54 description = "HTTP/2 State-Machine based protocol implementation";
55 homepage = "https://github.com/python-hyper/h2";
56 license = licenses.mit;
57 maintainers = with maintainers; [ ];