python3Packages.python-glanceclient: 4.8.0 -> 4.9.0 (#424040)

This commit is contained in:
Sandro
2025-07-11 17:27:22 +02:00
committed by GitHub
@@ -13,7 +13,6 @@
oslo-i18n,
wrapt,
pyopenssl,
pythonOlder,
stestr,
testscenarios,
ddt,
@@ -22,7 +21,7 @@
}:
let
pname = "python-glanceclient";
version = "4.8.0";
version = "4.9.0";
disabledTests = [
# Skip tests which require networking.
@@ -49,12 +48,10 @@ buildPythonPackage {
inherit pname version;
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "python_glanceclient";
inherit version;
hash = "sha256-+FtvyB8ns02hyHSEswl2WdsFKavRxnWV0vD+fLFZA2w=";
hash = "sha256-+PANkCIO8wtLFgV64MfELMKdhHIcBntoVNU50sXdsVQ=";
};
postPatch = ''