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