From c4ff89b0002b9da9e7d97aeaa2774590f6922f41 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Thu, 1 Aug 2024 23:21:20 +0200 Subject: python311Packages.python-zaqarclient: init at 2.7.0 https://opendev.org/openstack/python-zaqarclient https://docs.openstack.org/python-zaqarclient/latest/ --- pkgs/development/python-modules/python-openstackclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/python-openstackclient') diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 3a1a3a56ae95..d54b7d906d2f 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -17,6 +17,7 @@ python-mistralclient, python-neutronclient, python-openstackclient, + python-zaqarclient, requests-mock, requests, setuptools, @@ -79,6 +80,7 @@ buildPythonPackage rec { python-manilaclient python-mistralclient python-neutronclient + python-zaqarclient ]; }; tests.version = testers.testVersion { -- cgit v1.2.3 From 3ac0b617b418d580706df53249454d5348feab6e Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Sun, 4 Aug 2024 17:06:09 +0200 Subject: python311Packages.python-zunclient: init at 5.0.0 https://opendev.org/openstack/python-zunclient https://docs.openstack.org/python-zunclient/latest/ --- pkgs/development/python-modules/python-openstackclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/python-openstackclient') diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index d54b7d906d2f..ffa0017a6e2f 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -18,6 +18,7 @@ python-neutronclient, python-openstackclient, python-zaqarclient, + python-zunclient, requests-mock, requests, setuptools, @@ -81,6 +82,7 @@ buildPythonPackage rec { python-mistralclient python-neutronclient python-zaqarclient + python-zunclient ]; }; tests.version = testers.testVersion { -- cgit v1.2.3 From d9ebc910b23a158b59f5ca30586ed6d9ee6b7bc7 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Sun, 4 Aug 2024 17:21:22 +0200 Subject: python311Packages.python-watcherclient: init at 4.4.0 https://opendev.org/openstack/python-watcherclient https://wiki.openstack.org/wiki/Watcher --- pkgs/development/python-modules/python-openstackclient/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/python-openstackclient') diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index ffa0017a6e2f..890fc02a1a88 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -17,6 +17,7 @@ python-mistralclient, python-neutronclient, python-openstackclient, + python-watcherclient, python-zaqarclient, python-zunclient, requests-mock, @@ -81,6 +82,7 @@ buildPythonPackage rec { python-manilaclient python-mistralclient python-neutronclient + python-watcherclient python-zaqarclient python-zunclient ]; -- cgit v1.2.3