Merge pull request #290797 from fabaff/pytest-httpx-bump

python311Packages.pytest-httpx: 0.27.0 -> 0.30.0
This commit is contained in:
Fabian Affolter 2024-02-24 13:13:50 +01:00 committed by GitHub
commit b66514c14e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,12 @@
, pythonOlder , pythonOlder
, pythonRelaxDepsHook , pythonRelaxDepsHook
, setuptools , setuptools
, setuptools-scm
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-httpx"; pname = "pytest-httpx";
version = "0.27.0"; version = "0.30.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -21,12 +22,13 @@ buildPythonPackage rec {
owner = "Colin-b"; owner = "Colin-b";
repo = "pytest_httpx"; repo = "pytest_httpx";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-5CDmIjehW9/aBxoFVbo8W2fAwgIrPPxEqHQjxsTPlpY="; hash = "sha256-JfyqeOCHNHO4IEHVrh47TdWvb8lcy/1Prqnfphs0ufM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pythonRelaxDepsHook pythonRelaxDepsHook
setuptools setuptools
setuptools-scm
]; ];
buildInputs = [ buildInputs = [