python3Packages.aodhclient: 3.10.1 -> 3.11.0, rename from python3Packages.python-aodhclient to match python metadata (#546717)
This commit is contained in:
+4
-4
@@ -30,15 +30,15 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "python-aodhclient";
|
||||
version = "3.10.1";
|
||||
pname = "aodhclient";
|
||||
version = "3.11.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openstack";
|
||||
repo = "python-aodhclient";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-xm42ZicdBxxm4LTDHPhEIeNU6evBZtp2PGvGy6V2t8c=";
|
||||
hash = "sha256-vyrs7QewZknxB1fovZQRhOJe3G9J5YEN4cIHeLrnvrU=";
|
||||
};
|
||||
|
||||
env.PBR_VERSION = finalAttrs.version;
|
||||
@@ -94,7 +94,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Client library for OpenStack AOodh API";
|
||||
homepage = "https://docs.openstack.org/python-aodhclient/latest/";
|
||||
downloadPage = "https://github.com/openstack/python-aodhclientz /releases/tag/${finalAttrs.src.tag}";
|
||||
downloadPage = "https://github.com/openstack/python-aodhclient/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
mainProgram = "aodh";
|
||||
teams = [ lib.teams.openstack ];
|
||||
@@ -9,7 +9,7 @@
|
||||
osc-lib,
|
||||
osc-placement,
|
||||
pbr,
|
||||
python-aodhclient,
|
||||
aodhclient,
|
||||
python-barbicanclient,
|
||||
python-cinderclient,
|
||||
python-designateclient,
|
||||
@@ -98,8 +98,8 @@ buildPythonPackage (finalAttrs: {
|
||||
optional-dependencies = {
|
||||
# See https://github.com/openstack/python-openstackclient/blob/master/doc/source/contributor/plugins.rst
|
||||
cli-plugins = [
|
||||
aodhclient
|
||||
osc-placement
|
||||
python-aodhclient
|
||||
python-barbicanclient
|
||||
python-designateclient
|
||||
python-heatclient
|
||||
|
||||
@@ -555,6 +555,7 @@ mapAliases {
|
||||
pytestcov = throw "'pytestcov' has been renamed to/replaced by 'pytest-cov'"; # Converted to throw 2025-10-29
|
||||
pytestquickcheck = throw "'pytestquickcheck' has been renamed to/replaced by 'pytest-quickcheck'"; # Converted to throw 2025-10-29
|
||||
pytestrunner = throw "'pytestrunner' has been renamed to/replaced by 'pytest-runner'"; # Converted to throw 2025-10-29
|
||||
python-aodhclient = aodhclient; # added 2026-07-28
|
||||
python-bring-api = throw "python-bring-api was removed because Home Assistant switched to bring-api"; # added 2025-10-03
|
||||
python-clementine-remote = throw "'python-clementine-remote' was removed because Home Assistant dropped the integration"; # Added 2026-06-04
|
||||
python-ethtool = throw "'python-ethtool' has been renamed to/replaced by 'ethtool'"; # Converted to throw 2025-10-29
|
||||
|
||||
@@ -1179,6 +1179,8 @@ self: super: with self; {
|
||||
|
||||
aocd-example-parser = callPackage ../development/python-modules/aocd-example-parser { };
|
||||
|
||||
aodhclient = callPackage ../development/python-modules/aodhclient { };
|
||||
|
||||
apache-beam = callPackage ../development/python-modules/apache-beam { };
|
||||
|
||||
apache-tvm-ffi = callPackage ../development/python-modules/apache-tvm-ffi { };
|
||||
@@ -16378,8 +16380,6 @@ self: super: with self; {
|
||||
|
||||
python-aidot = callPackage ../development/python-modules/python-aidot { };
|
||||
|
||||
python-aodhclient = callPackage ../development/python-modules/python-aodhclient { };
|
||||
|
||||
python-apt = callPackage ../development/python-modules/python-apt { };
|
||||
|
||||
python-arango = callPackage ../development/python-modules/python-arango { };
|
||||
|
||||
Reference in New Issue
Block a user