Unverified Commit 75ab7d5c authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

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

parents 6bd4d7b4 75d912f0
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 ];