Unverified Commit 4e2a77fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #303220 from fabaff/pytenable-bump

python312Packages.pytenable: 1.4.21 -> 1.4.22
parents 09e987c5 8a36964e
Loading
Loading
Loading
Loading
+24 −27
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, defusedxml
, fetchFromGitHub
, marshmallow
, pytest-datafiles
, pytest-vcr
, pytestCheckHook
, python-box
, python-dateutil
, pythonOlder
, requests
, requests-pkcs12
, responses
, restfly
, semver
, setuptools
, typing-extensions
{
  lib,
  buildPythonPackage,
  defusedxml,
  fetchFromGitHub,
  marshmallow,
  pytest-datafiles,
  pytest-vcr,
  pytestCheckHook,
  python-box,
  python-dateutil,
  pythonOlder,
  requests,
  requests-pkcs12,
  responses,
  restfly,
  semver,
  setuptools,
  typing-extensions,
}:

buildPythonPackage rec {
  pname = "pytenable";
  version = "1.4.21";
  version = "1.4.22";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -29,14 +30,12 @@ buildPythonPackage rec {
    owner = "tenable";
    repo = "pyTenable";
    rev = "refs/tags/${version}";
    hash = "sha256-+P+6EmKpR+qlvLMgeg6iIxSx7jtC995v2eijkjJdc70=";
    hash = "sha256-acMafLlO0yGEnW+0XeBWUpDWvOPFAB4RK/XyAb2JbPw=";
  };

  nativeBuildInputs = [
    setuptools
  ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    defusedxml
    marshmallow
    python-box
@@ -71,9 +70,7 @@ buildPythonPackage rec {
    "test_events_list_vcr"
  ];

  pythonImportsCheck = [
    "tenable"
  ];
  pythonImportsCheck = [ "tenable" ];

  meta = with lib; {
    description = "Python library for the Tenable.io and TenableSC API";