Name: | python3-oauthlib |
---|---|
Version: | 2.1.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 755065 |
License: | BSD |
RPM: | python3-oauthlib-2.1.0-1.el8.noarch.rpm |
Source RPM: | python-oauthlib-2.1.0-1.el8.src.rpm |
Build Date: | Fri Mar 15 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/oauthlib/oauthlib |
Summary: | An implementation of the OAuth request-signing logic |
Description: | OAuthLib is a generic utility which implements the logic of OAuth without assuming a specific HTTP request object or web framework. Use it to graft OAuth client support onto your favorite HTTP library, or provider support onto your favourite web framework. If you're a maintainer of such a library, write a thin veneer on top of OAuthLib and get OAuth support for very little effort. |
- upgrade to latest upstream 2.1.0 - Resolves: rhbz#1612380
- Restore use of bcond for python conditionals
- Unify spec file between Fedora and RHEL
- Conditionalize the python2 subpackage
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Cleanup spec file conditionals
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- fix dependency on python2-jwt, should be python-jwt
- add spaces around the >= for Requires
- Upgrade to upstream 2.0.1 - port from jwt to jwcrypto (conditional build) - bring into alignment with rhel spec file