From ac39df27b45af5434cc10ac216b30a80e5e71fe4 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Wed, 13 Mar 2024 13:46:54 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: mgb01105731 --- python-google-auth.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-google-auth.spec b/python-google-auth.spec index 34a3288..1171fb7 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %{?python_enable_dependency_generator} @@ -69,5 +69,8 @@ The %{name}-doc package contains documentation files for %{name}. %doc README.rst CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTORS.md %changelog +* Wed Mar 13 2024 mgb01105731 - 2.16.3-2 +- Rebuild with python3.11 + * Tue Mar 28 2023 yuanhui - 2.16.3-1 - Init package from upstream -- Gitee