python311Packages.requests-mock 0 -> 1 attrpath: python311Packages.requests-mock 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] Going to be running update for following packages: - python3.11-requests-mock-1.11.0 Press Enter key to continue... Running update for: - python3.11-requests-mock-1.11.0: UPDATING ... - python3.11-requests-mock-1.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/requests-mock/default.nix b/pkgs/development/python-modules/requests-mock/default.nix index 4e72ce67364a..95d9ebd3225f 100644 --- a/pkgs/development/python-modules/requests-mock/default.nix +++ b/pkgs/development/python-modules/requests-mock/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "requests-mock"; - version = "1.11.0"; + version = "1.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-7xC1crSJpfKOCbcIaXIIxKOyuJ74Cp8BWENA6jV+w8Q="; + hash = "sha256-6eEuMztSUVboKjyFLyIBa5FYIg0vR0VN6crop303FAE="; }; propagatedBuildInputs = [ requests six ]; No auto update branch exists Old version 1.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , fixtures , purl , pytestCheckHook , requests , requests-futures , setuptools , setuptools-scm , testtools }: buildPythonPackage rec { pname = "requests-mock"; version = "1.12.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-6eEuMztSUVboKjyFLyIBa5FYIg0vR0VN6crop303FAE="; }; build-system = [ setuptools setuptools-scm ]; dependencies = [ requests ]; nativeCheckInputs = [ fixtures purl pytestCheckHook requests-futures testtools ]; meta = with lib; { description = "Mock out responses from the requests package"; homepage = "https://requests-mock.readthedocs.io"; changelog = "https://github.com/jamielennox/requests-mock/releases/tag/${version}"; license = licenses.asl20; maintainers = [ ]; }; }