python311Packages.pytest-httpx 0.25.0 -> 0.28.0 https://repology.org/project/python:pytest-httpx/versions attrpath: python311Packages.pytest-httpx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/03qvhwhg2xvgwrsmgzlx93cwgqaqq5nr-packages.json.drv building '/nix/store/03qvhwhg2xvgwrsmgzlx93cwgqaqq5nr-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-httpx-0.25.0 Press Enter key to continue... Running update for: - python3.11-pytest-httpx-0.25.0: UPDATING ... - python3.11-pytest-httpx-0.25.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-httpx/default.nix b/pkgs/development/python-modules/pytest-httpx/default.nix index dbcfafc0a5fe..ca0a93dbc9df 100644 --- a/pkgs/development/python-modules/pytest-httpx/default.nix +++ b/pkgs/development/python-modules/pytest-httpx/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-httpx"; - version = "0.25.0"; + version = "0.28.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "Colin-b"; repo = "pytest_httpx"; rev = "refs/tags/v${version}"; - hash = "sha256-8cuXsHyS9OaYXzKXgwan+mBFocyr39B9G8wr8I1pmg4="; + hash = "sha256-xTMz83aHncF5cOlAHahF5YLytZPxxpFpWF5VPJxtTaU="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.25.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , httpx , pytest , pytest-asyncio , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , setuptools }: buildPythonPackage rec { pname = "pytest-httpx"; version = "0.27.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Colin-b"; repo = "pytest_httpx"; rev = "refs/tags/v${version}"; hash = "sha256-5CDmIjehW9/aBxoFVbo8W2fAwgIrPPxEqHQjxsTPlpY="; }; nativeBuildInputs = [ pythonRelaxDepsHook setuptools ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ httpx ]; pythonRelaxDeps = [ "httpx" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "pytest_httpx" ]; meta = with lib; { description = "Send responses to httpx"; homepage = "https://github.com/Colin-b/pytest_httpx"; changelog = "https://github.com/Colin-b/pytest_httpx/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }