From c5bb1a3352649b9dfdd152cb0716486bfc56a30e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:07:22 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- python-oauthlib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index cbebb67..df64344 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -3,7 +3,7 @@ Name: python-oauthlib Version: 3.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: An implementation of the OAuth request-signing logic License: BSD-3-Clause @@ -74,6 +74,10 @@ echo 'import pytest; __getattr__ = lambda _: pytest.skip("this test needs jwt")' %doc README.rst %changelog +* Tue Oct 29 2024 Troy Dawson - 3.2.2-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Jul 3 2024 Tomas Halman - 3.2.2-5 - Add gating tests