python3Packages.hypercorn: 0.17.3 -> 0.18.0
https://github.com/pgjones/hypercorn/blob/0.18.0/CHANGELOG.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
pythonOlder,
|
||||
aioquic,
|
||||
cacert,
|
||||
h11,
|
||||
h2,
|
||||
httpx,
|
||||
@@ -12,7 +11,7 @@
|
||||
trio,
|
||||
uvloop,
|
||||
wsproto,
|
||||
poetry-core,
|
||||
pdm-backend,
|
||||
pytest-asyncio,
|
||||
pytest-trio,
|
||||
pytestCheckHook,
|
||||
@@ -20,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hypercorn";
|
||||
version = "0.17.3";
|
||||
version = "0.18.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11"; # missing taskgroup dependency
|
||||
@@ -29,14 +28,14 @@ buildPythonPackage rec {
|
||||
owner = "pgjones";
|
||||
repo = "Hypercorn";
|
||||
tag = version;
|
||||
hash = "sha256-AtSMURz1rOr6VTQ7L2EQ4XZeKVEGTPXTbs3u7IhnZo8";
|
||||
hash = "sha256-RNurpDq5Z3N9Wv9Hq/l6A3yKUriCCKx9BrbrWGwBsUk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/^addopts/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
dependencies = [
|
||||
h11
|
||||
|
||||
Reference in New Issue
Block a user