Skip to content

Commit

Permalink
python312Packages.pytenable: 1.5.0 -> 1.5.1 (NixOS#342897)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 19, 2024
2 parents 5538a4d + f3bb712 commit ebda2e2
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pkgs/development/python-modules/pytenable/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
lib,
buildPythonPackage,
cryptography,
defusedxml,
fetchFromGitHub,
gql,
graphql-core,
marshmallow,
pytest-cov-stub,
pytest-datafiles,
pytest-vcr,
pytestCheckHook,
python-box,
python-dateutil,
pythonOlder,
requests,
requests-pkcs12,
requests-toolbelt,
requests,
responses,
restfly,
semver,
Expand All @@ -22,7 +26,7 @@

buildPythonPackage rec {
pname = "pytenable";
version = "1.5.0";
version = "1.5.1";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -31,17 +35,23 @@ buildPythonPackage rec {
owner = "tenable";
repo = "pyTenable";
rev = "refs/tags/${version}";
hash = "sha256-uLZ1TQx5awHOOF+IR3aWTwwYTd71O/V+EHaDrb1LAXU=";
hash = "sha256-xiFpwwlQfhpljRbJeytO3Sjh4ue0cSpKgJ9bqUul7rk=";
};

pythonRelaxDeps = [ "defusedxml" ];
pythonRelaxDeps = [
"cryptography"
"defusedxml"
];

build-system = [ setuptools ];

dependencies = [
defusedxml
marshmallow
python-box
cryptography
gql
graphql-core
python-dateutil
requests
requests-toolbelt
Expand All @@ -51,6 +61,7 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
pytest-cov-stub
pytest-datafiles
pytest-vcr
pytestCheckHook
Expand Down

0 comments on commit ebda2e2

Please sign in to comment.