From 462a3cb3a59e1a92bdbd6f4f524d76d888f5cc6b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 20:22:47 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-oauthlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 6df6ab0..016e364 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -3,7 +3,7 @@ Name: python-oauthlib Version: 3.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An implementation of the OAuth request-signing logic License: BSD-3-Clause @@ -74,6 +74,9 @@ echo 'import pytest; __getattr__ = lambda _: pytest.skip("this test needs jwt")' %doc README.rst %changelog +* Wed Jun 14 2023 Python Maint - 3.2.1-5 +- Rebuilt for Python 3.12 + * Mon May 08 2023 Major Hayden - 3.2.1-4 - Migrated to SPDX license