From 07e5f0464220898ff79e790b66ec8a2cb3ad63d7 Mon Sep 17 00:00:00 2001 From: jackeyji Date: Fri, 4 Aug 2023 12:41:03 +0800 Subject: [PATCH] upgrade to 3.2.2 Signed-off-by: jackeyji --- python-oauthlib.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index a4bfdc1..4ed3894 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,7 +1,7 @@ Summary: An implementation of the OAuth request-signing logic Name: python-oauthlib -Version: 3.2.1 -Release: 3%{?dist} +Version: 3.2.2 +Release: 1%{?dist} License: BSD URL: https://github.com/oauthlib/oauthlib Source0: https://github.com/oauthlib/oauthlib/archive/v%{version}/%{name}-%{version}.tar.gz @@ -60,6 +60,9 @@ rm jwt.py %doc README.rst %changelog +* Fri Aug 04 2023 jackeyji - 3.2.2-1 +- upgrade to 3.2.2 + * Fri Apr 28 2023 OpenCloudOS Release Engineering - 3.2.1-3 - Rebuilt for OpenCloudOS Stream 23.05 diff --git a/sources b/sources index 7f484ef..bcf7d59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-oauthlib-3.2.1.tar.gz) = 7f4ad43adc0b3d6f49c0c4224c92f59f7c1a3dfaae2a7f63403cbb93208898a3388cde1d4e87af5942d80d0390fb49b03ed2b78804f22d0f12225190f6bc7f65 +SHA512 (python-oauthlib-3.2.2.tar.gz) = c776cf6132d2155cd31c34e677984d9f5b2d113cf80232e6a28c92f43bbbfb9f1e4dc6fff4e94208438d65a4d182907cc4f2bef968d6c6c5c74f55323c3decc4 -- Gitee