python311Packages.pytest-httpserver 0 -> 1 attrpath: python311Packages.pytest-httpserver 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/mxd4j0kk1pn1d3d696cdvp82p83vjvcg-packages.json.drv building '/nix/store/mxd4j0kk1pn1d3d696cdvp82p83vjvcg-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-httpserver-1.0.8 Press Enter key to continue... Running update for: - python3.11-pytest-httpserver-1.0.8: UPDATING ... - python3.11-pytest-httpserver-1.0.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix index 2c825897edb1..fdb80362cebf 100644 --- a/pkgs/development/python-modules/pytest-httpserver/default.nix +++ b/pkgs/development/python-modules/pytest-httpserver/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pytest-httpserver"; - version = "1.0.8"; + version = "1.0.10"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "csernazs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-hbhS1kL5VNiGjvnYkDI1LwgkqqfBMqgcao3zy716q+A="; + hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder , requests , toml , werkzeug }: buildPythonPackage rec { pname = "pytest-httpserver"; version = "1.0.10"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "csernazs"; repo = "pytest-httpserver"; rev = "refs/tags/${version}"; hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ werkzeug ]; nativeCheckInputs = [ pytestCheckHook requests toml ]; __darwinAllowLocalNetworking = true; disabledTests = [ "test_wait_raise_assertion_false" # racy ]; pythonImportsCheck = [ "pytest_httpserver" ]; meta = with lib; { description = "HTTP server for pytest to test HTTP clients"; homepage = "https://www.github.com/csernazs/pytest-httpserver"; changelog = "https://github.com/csernazs/pytest-httpserver/blob/${version}/CHANGES.rst"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }