python3Packages.atlassian-python-api: 3.41.21 -> 4.0.4 (#404118)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-06 03:23:34 +02:00
committed by GitHub
@@ -11,13 +11,14 @@
requests-kerberos,
requests-oauthlib,
six,
typing-extensions,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.41.21";
version = "4.0.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -26,10 +27,10 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = "atlassian-python-api";
tag = version;
hash = "sha256-m8B6t9tTlef8cdsh/wnsc0iyNLsB0RYjUhq/bA9MeII=";
hash = "sha256-iF4gjF/5QbdjJKCWMdElc+gdIy2+D7TV6gpoPZsTv14=";
};
propagatedBuildInputs = [
dependencies = [
beautifulsoup4
deprecated
jmespath
@@ -39,6 +40,7 @@ buildPythonPackage rec {
requests-kerberos
requests-oauthlib
six
typing-extensions
];
nativeCheckInputs = [ pytestCheckHook ];