python311Packages.python-watcherclient: 4.4.0 -> 4.5.0

https://github.com/openstack/python-watcherclient/compare/4.4.0...4.5.0
This commit is contained in:
Anthony ROUSSEL 2024-10-23 20:51:58 +02:00
parent cb45976be1
commit 290c4406b2

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-watcherclient";
version = "4.4.0";
version = "4.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -66,7 +66,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "watcherclient" ];
meta = {
homepage = "https://opendev.org/openstack/python-watcherclient";
homepage = "https://github.com/openstack/python-watcherclient";
description = "Client library for OpenStack Watcher API";
license = lib.licenses.asl20;
mainProgram = "watcher";