python3Packages.oslo-concurrency: 7.2.0 -> 7.3.0

This commit is contained in:
R. Ryantm
2026-01-12 16:35:42 +01:00
committed by Sandro Jäckel
parent b5ed4acb2d
commit b6f4fbf448
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "oslo-concurrency";
version = "7.2.0";
version = "7.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "oslo.concurrency";
tag = version;
hash = "sha256-72KatSWTCx4hyUel2Fu5yiqrdYveRGruvJDWWo1hkIk=";
hash = "sha256-vZWEeyYkdUl9EL4bw6AIbZgVpKXgakvRyFkQAT5GqJ4=";
};
postPatch = ''
@@ -38,6 +38,9 @@ buildPythonPackage rec {
--replace-fail "/bin/bash" "${bash}/bin/bash" \
--replace-fail "/bin/true" "${coreutils}/bin/true" \
--replace-fail "/bin/env" "${coreutils}/bin/env"
substituteInPlace pyproject.toml \
--replace-fail '"oslo_concurrency"' '"oslo_concurrency", "oslo_concurrency.fixture", "oslo_concurrency.tests"'
'';
env.PBR_VERSION = version;