From 9544bdaa84f2a681973de00468a4869bab789d25 Mon Sep 17 00:00:00 2001 From: kianli Date: Thu, 21 Sep 2023 20:22:36 +0800 Subject: [PATCH] Upgrade to 5.0.0 Signed-off-by: kianli --- python-oslo-context.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-oslo-context.spec b/python-oslo-context.spec index f49ba43..8770300 100644 --- a/python-oslo-context.spec +++ b/python-oslo-context.spec @@ -3,8 +3,8 @@ Summary: Oslo Context library Name: python-oslo-context -Version: 3.2.1 -Release: 4%{?dist} +Version: 5.0.0 +Release: 1%{?dist} License: Apache-2.0 URL: https://docs.openstack.org/%{pypi_name}/latest/ Source0: %{pypi_source} @@ -49,6 +49,9 @@ python3 setup.py test %{python3_sitelib}/* %changelog +* Thu Sep 21 2023 kianli - 5.0.0-1 +- Upgrade to 5.0.0 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 3.2.1-4 - Rebuilt for python 3.11 diff --git a/sources b/sources index 79cb219..61704ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (oslo.context-3.2.1.tar.gz) = 16ce7cdeee954112d3518c0e5b6ee777ea2b6ed60c0f45b202deed928e11c15a84b2782bfc04d2f24fcce8299bbc290cbf49a946a3d40af67f01a253d0d8c2dc +SHA512 (oslo.context-5.0.0.tar.gz) = 8a20e3bf94b018e2494712b7b72bc7d976af16db771338f76ef27a1d7b63cef77e5f5ae01fa6c42c3e2522a74b5f1c6dbd19a358bd74da4a3ef4398e3598b6b0 -- Gitee