python311Packages.simple-salesforce 0 -> 1 attrpath: python311Packages.simple-salesforce 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/60inxg06mpx9wyhivi11zbj9kmhdh251-packages.json.drv building '/nix/store/60inxg06mpx9wyhivi11zbj9kmhdh251-packages.json.drv'... Going to be running update for following packages: - python3.11-simple-salesforce-1.12.5 Press Enter key to continue... Running update for: - python3.11-simple-salesforce-1.12.5: UPDATING ... - python3.11-simple-salesforce-1.12.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/simple-salesforce/default.nix b/pkgs/development/python-modules/simple-salesforce/default.nix index 10d5f64385a0..eb84f62dd8ea 100644 --- a/pkgs/development/python-modules/simple-salesforce/default.nix +++ b/pkgs/development/python-modules/simple-salesforce/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "simple-salesforce"; - version = "1.12.5"; + version = "1.12.6"; pyproject = true; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "simple-salesforce"; repo = "simple-salesforce"; rev = "refs/tags/v${version}"; - hash = "sha256-mj7lbBGEybsEzWo4TYmPrN3mBXItdo/JomVIYmzIDAY="; + hash = "sha256-nrfIyXftS2X2HuuLFRZpWLz/IbRasqUzv+r/HvhxfAw="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.12.5" not present in staging derivation file with contents: { lib , buildPythonPackage , cryptography , fetchFromGitHub , more-itertools , pendulum , pyjwt , pytestCheckHook , pythonOlder , pytz , requests , responses , setuptools , typing-extensions , zeep }: buildPythonPackage rec { pname = "simple-salesforce"; version = "1.12.6"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "simple-salesforce"; repo = "simple-salesforce"; rev = "refs/tags/v${version}"; hash = "sha256-nrfIyXftS2X2HuuLFRZpWLz/IbRasqUzv+r/HvhxfAw="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ cryptography more-itertools pendulum pyjwt requests typing-extensions zeep ]; nativeCheckInputs = [ pytestCheckHook pytz responses ]; pythonImportsCheck = [ "simple_salesforce" ]; meta = with lib; { description = "A very simple Salesforce.com REST API client for Python"; homepage = "https://github.com/simple-salesforce/simple-salesforce"; changelog = "https://github.com/simple-salesforce/simple-salesforce/blob/v${version}/CHANGES"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }