python311Packages.responses 0 -> 1 attrpath: python311Packages.responses 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/2585wqvkm87j5540hdygi4vp64gx93i2-packages.json.drv building '/nix/store/2585wqvkm87j5540hdygi4vp64gx93i2-packages.json.drv'... Going to be running update for following packages: - python3.11-responses-0.24.1 Press Enter key to continue... Running update for: - python3.11-responses-0.24.1: UPDATING ... - python3.11-responses-0.24.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/responses/default.nix b/pkgs/development/python-modules/responses/default.nix index 37294dba1e21..4d238e452029 100644 --- a/pkgs/development/python-modules/responses/default.nix +++ b/pkgs/development/python-modules/responses/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "responses"; - version = "0.24.1"; + version = "0.25.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-fvfEHJioyjQoEvIgZZKt9/AKtzTgo0APGUK7lDrbahs="; + hash = "sha256-FHtuZ6NUmCveAJOXEajfTLRMR8W1Jz/pjFKdE6PHW2g="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.24.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , fetchpatch2 , pytest-asyncio , pytest-httpserver , pytestCheckHook , pythonOlder , pyyaml , requests , setuptools , tomli , tomli-w , types-pyyaml , types-toml , urllib3 }: buildPythonPackage rec { pname = "responses"; version = "0.25.0"; pyproject = true; disabled = pythonOlder "3.8"; __darwinAllowLocalNetworking = true; src = fetchFromGitHub { owner = "getsentry"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-FHtuZ6NUmCveAJOXEajfTLRMR8W1Jz/pjFKdE6PHW2g="; }; patches = [ (fetchpatch2 { # adds missing pytest asyncio markers url = "https://github.com/getsentry/responses/commit/d5e7402f1782692d04742562370abaca8d54a972.patch"; hash = "sha256-A/DYSKvuangolkcQX4k/uom//AQ9in7BsTmVtlCqmXQ="; }) ]; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pyyaml requests types-pyyaml types-toml urllib3 ]; nativeCheckInputs = [ pytest-asyncio pytest-httpserver pytestCheckHook tomli-w ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; pythonImportsCheck = [ "responses" ]; meta = with lib; { description = "Python module for mocking out the requests Python library"; homepage = "https://github.com/getsentry/responses"; changelog = "https://github.com/getsentry/responses/blob/${version}/CHANGES"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }