python311Packages.atlassian-python-api 0 -> 1 attrpath: python311Packages.atlassian-python-api 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/r974r5w2ahl0hzvgbhdwi3l1qadc7nck-packages.json.drv building '/nix/store/r974r5w2ahl0hzvgbhdwi3l1qadc7nck-packages.json.drv'... Going to be running update for following packages: - python3.11-atlassian-python-api-3.41.3 Press Enter key to continue... Running update for: - python3.11-atlassian-python-api-3.41.3: UPDATING ... - python3.11-atlassian-python-api-3.41.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix index 45f61e63c10c..5d9c36e7b3d8 100644 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "atlassian-python-api"; - version = "3.41.3"; + version = "3.41.11"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-MIzBuIeQfAVlllaU02htx1eufRlpe+V9Kzo+EFF45ME="; + hash = "sha256-yQqy+pFl5TK4CEUM+vpwl+pkUjBuc0xvqC9o1ZC5m7c="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.41.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , deprecated , oauthlib , requests , requests-oauthlib , six , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "atlassian-python-api"; version = "3.41.11"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "atlassian-api"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-yQqy+pFl5TK4CEUM+vpwl+pkUjBuc0xvqC9o1ZC5m7c="; }; propagatedBuildInputs = [ deprecated oauthlib requests requests-oauthlib six ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "atlassian" ]; meta = with lib; { description = "Python Atlassian REST API Wrapper"; homepage = "https://github.com/atlassian-api/atlassian-python-api"; changelog = "https://github.com/atlassian-api/atlassian-python-api/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ arnoldfarkas ]; }; }