diff --git a/python-oauthlib.spec b/python-oauthlib.spec index c6dd884..ca57d28 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,7 +1,7 @@ %global modname oauthlib Name: python-oauthlib Version: 3.1.1 -Release: 1 +Release: 2 Summary: Python Framework for OAuth1 & OAuth2 License: BSD URL: https://github.com/oauthlib/oauthlib @@ -19,6 +19,7 @@ and get OAuth support for very little effort. %package -n python3-oauthlib Summary: Python3 package for oauthlib +%{?python_provide:%python_provide python3-%{modname}} BuildRequires: python3-devel python3-setuptools python3-mock BuildRequires: python3-blinker python3-jwt python3-cryptography Requires: python3-jwt python3-cryptography @@ -49,6 +50,9 @@ rm -rf %{modname}.egg-info %changelog +* Tue Mar 29 2022 wangjiang 3.1.1-2 +- Provides python-oauthlib + * Fri Dec 17 2021 renhongxun - 3.1.1-1 - Type: bugfix - ID: NA