From b9ae80563c5e1dcbb80b69c2943696be46142f94 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 12 Mar 2024 15:02:41 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-oauthlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 80ab7c7..1f28e15 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global modname oauthlib Name: python-oauthlib @@ -64,6 +64,9 @@ echo 'import pytest; __getattr__ = lambda _: pytest.skip("this test needs jwt")' %doc README.rst %changelog +* Tue Mar 12 2024 Zhao Hang - 3.2.2-2 +- Rebuild with python3.11 + * Wed Sep 20 2023 Funda Wang - 3.2.2-1 - New version 3.2.2 -- Gitee