Merge pull request #303220 from fabaff/pytenable-bump

python312Packages.pytenable: 1.4.21 -> 1.4.22
This commit is contained in:
Fabian Affolter 2024-04-11 08:09:19 +02:00 committed by GitHub
commit 4e2a77fea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 27 deletions

View File

@ -1,26 +1,27 @@
{ 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";