python3Packages.sanic-resting: 0.8.2 -> 22.3.0

This commit is contained in:
Martin Weinelt 2022-05-25 22:49:08 +02:00
parent 17273c5fcf
commit 1fda638640
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "sanic-testing";
version = "0.8.2";
version = "22.3.0";
src = fetchFromGitHub {
owner = "sanic-org";
repo = "sanic-testing";
rev = "v${version}";
sha256 = "17fbb78gvic5s9nlcgwj817fq1f9j9d1d7z6n2ahhinmvyzl9gc8";
sha256 = "sha256-ZsLQA8rP4RrbVSUy5n0WZs903fnF7jtFqrIe5JVuRIg=";
};
outputs = [
@ -23,11 +23,6 @@ buildPythonPackage rec {
"testsout"
];
postPatch = ''
substituteInPlace setup.py \
--replace "httpx>=0.18,<0.22" "httpx"
'';
propagatedBuildInputs = [
httpx
sanic