From aef499b1540d41a79dc9c84557fa6dd74065de5c Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Thu, 21 Nov 2024 07:46:42 +0100 Subject: [PATCH] python/stevedore: update to 5.4.0 --- components/python/stevedore/.gitignore | 2 +- components/python/stevedore/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/python/stevedore/.gitignore b/components/python/stevedore/.gitignore index 843d1323c7..1501bb7cf8 100644 --- a/components/python/stevedore/.gitignore +++ b/components/python/stevedore/.gitignore @@ -1 +1 @@ -/stevedore-5.3.0/ +/stevedore-5.4.0/ diff --git a/components/python/stevedore/Makefile b/components/python/stevedore/Makefile index 9b073504c6..6ce672c2bf 100644 --- a/components/python/stevedore/Makefile +++ b/components/python/stevedore/Makefile @@ -19,11 +19,11 @@ BUILD_STYLE = setup.py include ../../../make-rules/shared-macros.mk COMPONENT_NAME = stevedore -HUMAN_VERSION = 5.3.0 +HUMAN_VERSION = 5.4.0 COMPONENT_SUMMARY = Manage dynamic plugins for Python applications COMPONENT_PROJECT_URL = https://docs.openstack.org/stevedore/latest/ COMPONENT_ARCHIVE_HASH = \ - sha256:9a64265f4060312828151c204efbe9b7a9852a0d9228756344dbc7e4023e375a + sha256:79e92235ecb828fe952b6b8b0c6c87863248631922c8e8e0fa5b17b232c4514d COMPONENT_LICENSE = Apache-2.0 COMPONENT_LICENSE_FILE = LICENSE -- 2.11.4.GIT