python311Packages.pytest-socket 0 -> 1 attrpath: python311Packages.pytest-socket 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/zh3cjl99wynim07aaz2bhdc850rmniw1-packages.json.drv building '/nix/store/zh3cjl99wynim07aaz2bhdc850rmniw1-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-socket-0.6.0 Press Enter key to continue... Running update for: - python3.11-pytest-socket-0.6.0: UPDATING ... - python3.11-pytest-socket-0.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-socket/default.nix b/pkgs/development/python-modules/pytest-socket/default.nix index 67ee191b85cb..76833dab7810 100644 --- a/pkgs/development/python-modules/pytest-socket/default.nix +++ b/pkgs/development/python-modules/pytest-socket/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pytest-socket"; - version = "0.6.0"; + version = "0.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "miketheman"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-RPHpqknjpuAMXYg4nFOtLp8CXh10/w0RuO/bseTBN5o="; + hash = "sha256-19YF3q85maCVdVg2HOOPbN45RNjBf6kiFAhLut8B2tQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pytest , pythonOlder , setuptoolsBuildHook }: buildPythonPackage rec { pname = "pytest-socket"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "miketheman"; repo = "pytest-socket"; rev = "refs/tags/${version}"; hash = "sha256-19YF3q85maCVdVg2HOOPbN45RNjBf6kiFAhLut8B2tQ="; }; nativeBuildInputs = [ poetry-core ]; buildInputs = [ pytest ]; # pytest-socket require network for majority of tests doCheck = false; pythonImportsCheck = [ "pytest_socket" ]; meta = with lib; { description = "Pytest Plugin to disable socket calls during tests"; homepage = "https://github.com/miketheman/pytest-socket"; changelog = "https://github.com/miketheman/pytest-socket/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }