Merge pull request #173836 from r-ryantm/auto-update/python3.10-python-novaclient

python310Packages.python-novaclient: 17.7.0 -> 18.0.0
This commit is contained in:
Fabian Affolter 2022-05-21 09:49:48 +02:00 committed by GitHub
commit aff88dd8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@
, oslo-serialization
, pbr
, prettytable
, pythonOlder
, requests-mock
, stestr
, testscenarios
@ -16,11 +17,14 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "17.7.0";
version = "18.0.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Trwn9M4GwVW46ZGkRGO5NYWW5oVs8XHJr43HVo2Gi+0=";
hash = "sha256-6esqm9ukZNggwQB3XDwvZJMIjfZq8T37kyXMa4ZcjSM=";
};
propagatedBuildInputs = [