python311Packages.python-openstackclient: 7.1.2 -> 7.2.0

https://github.com/openstack/python-openstackclient/compare/7.1.2...7.2.0
This commit is contained in:
Anthony ROUSSEL 2024-10-23 20:27:19 +02:00
parent 55131d78ae
commit fd4c19a213

View File

@ -22,6 +22,7 @@
python-watcherclient,
python-zaqarclient,
python-zunclient,
pythonOlder,
requests-mock,
requests,
setuptools,
@ -33,12 +34,14 @@
buildPythonPackage rec {
pname = "python-openstackclient";
version = "7.1.2";
version = "7.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-hLbxcm/LkqMU2dyTMYhIB12iR7eYMUhC0bFS8zZEGl0=";
hash = "sha256-9je3W78PU3iZJjzVMSPXPxBZ0vMYY5xSLJA9zBJ7O5I=";
};
build-system = [