python311Packages.oslo-utils: 7.2.0 -> 7.3.0

https://github.com/openstack/oslo.utils/compare/7.2.0...7.3.0
This commit is contained in:
Anthony ROUSSEL
2024-08-26 20:58:54 +02:00
parent 366d83771e
commit 1e06b69110
2 changed files with 7 additions and 3 deletions
@@ -15,6 +15,7 @@
pbr,
pyparsing,
pytz,
qemu,
setuptools,
stestr,
testscenarios,
@@ -26,13 +27,13 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "7.2.0";
version = "7.3.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.utils";
inherit version;
hash = "sha256-lPgFM5GjNQLatNhEZUAyYsoZ/9jP0poaXqPIqmIO9hA=";
hash = "sha256-WaXT5Oe7x42AHM68K4I+QptiTBK7bjtudvccKfK/Id8=";
};
postPatch = ''
@@ -63,6 +64,7 @@ buildPythonPackage rec {
eventlet
fixtures
oslotest
qemu
stestr
testscenarios
pyyaml
+3 -1
View File
@@ -9747,7 +9747,9 @@ self: super: with self; {
oslo-serialization = callPackage ../development/python-modules/oslo-serialization { };
oslo-utils = callPackage ../development/python-modules/oslo-utils { };
oslo-utils = callPackage ../development/python-modules/oslo-utils {
qemu = pkgs.qemu;
};
oslotest = callPackage ../development/python-modules/oslotest { };