python310Packages.kbcstorage 0 -> 1 attrpath: python310Packages.kbcstorage 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/1jp64hba55l0j1x0c37h6ikgqvkc9cq4-packages.json.drv building '/nix/store/1jp64hba55l0j1x0c37h6ikgqvkc9cq4-packages.json.drv'... Going to be running update for following packages: - python3.10-sapi-python-client-0.5.0 Press Enter key to continue... Running update for: - python3.10-sapi-python-client-0.5.0: UPDATING ... - python3.10-sapi-python-client-0.5.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/kbcstorage/default.nix b/pkgs/development/python-modules/kbcstorage/default.nix index 199ab908efd7..162d530bd4bb 100644 --- a/pkgs/development/python-modules/kbcstorage/default.nix +++ b/pkgs/development/python-modules/kbcstorage/default.nix @@ -17,7 +17,7 @@ }: buildPythonPackage rec { pname = "sapi-python-client"; - version = "0.5.0"; + version = "0.7.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "keboola"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-79v9quhzeNRXcm6Z7BhD76lTZtw+Z0T1yK3zhrdreXw="; + hash = "sha256-74sChw6eMkBtfHV6hiaaLNOr/J0Sa73LB93Z8muLaiI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 0.5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build , setuptools , setuptools-git-versioning , setuptools-scm # propagates , azure-storage-blob , boto3 , requests # tests , responses , unittestCheckHook }: buildPythonPackage rec { pname = "sapi-python-client"; version = "0.7.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "keboola"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-74sChw6eMkBtfHV6hiaaLNOr/J0Sa73LB93Z8muLaiI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools setuptools-git-versioning setuptools-scm ]; propagatedBuildInputs = [ azure-storage-blob boto3 requests ]; # Requires API token and an active Keboola bucket # ValueError: Root URL is required. doCheck = false; nativeCheckInputs = [ unittestCheckHook responses ]; pythonImportsCheck = [ "kbcstorage" "kbcstorage.buckets" "kbcstorage.client" "kbcstorage.tables" ]; meta = with lib; { description = "Keboola Connection Storage API client"; homepage = "https://github.com/keboola/sapi-python-client"; changelog = "https://github.com/keboola/sapi-python-client/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ mrmebelman ]; }; }