python311Packages.simple-salesforce 1.12.4 -> 1.12.5 https://repology.org/project/python:simple-salesforce/versions 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/a4vd8hddw2j54m9vgmkx8j0w4sb0x3s9-packages.json.drv building '/nix/store/a4vd8hddw2j54m9vgmkx8j0w4sb0x3s9-packages.json.drv'... Going to be running update for following packages: - python3.11-simple-salesforce-1.12.4 Press Enter key to continue... Running update for: - python3.11-simple-salesforce-1.12.4: UPDATING ... - python3.11-simple-salesforce-1.12.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/simple-salesforce/default.nix b/pkgs/development/python-modules/simple-salesforce/default.nix index 8598f04918c3..5da242e7b4c3 100644 --- a/pkgs/development/python-modules/simple-salesforce/default.nix +++ b/pkgs/development/python-modules/simple-salesforce/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "simple-salesforce"; - version = "1.12.4"; + version = "1.12.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-nYL2kSDS6DSrBzAKbg7Wj6boSZ52+T/yX+NYnYQ9rQo="; + hash = "sha256-mj7lbBGEybsEzWo4TYmPrN3mBXItdo/JomVIYmzIDAY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.12.4" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , authlib , requests , nose , pyjwt , pythonOlder , pytz , responses , zeep }: buildPythonPackage rec { pname = "simple-salesforce"; version = "1.12.5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-mj7lbBGEybsEzWo4TYmPrN3mBXItdo/JomVIYmzIDAY="; }; propagatedBuildInputs = [ authlib pyjwt requests zeep ]; nativeCheckInputs = [ nose pytz responses ]; checkPhase = '' runHook preCheck nosetests -v runHook postCheck ''; 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; [ ]; }; }