Provides python-oauthlib

This commit is contained in:
wangjiang 2022-03-29 19:28:26 +08:00
parent b69ca7596c
commit 80f22366d6

View File

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