Update to 1.2.0. Fixes bug #1697439
This commit is contained in:
parent
f0d5e3d331
commit
f654f8349e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/requests-oauthlib-0.5.0.tar.gz
|
/requests-oauthlib-0.5.0.tar.gz
|
||||||
/v0.8.0.tar.gz
|
/v0.8.0.tar.gz
|
||||||
/v1.0.0.tar.gz
|
/v1.0.0.tar.gz
|
||||||
|
/v1.2.0.tar.gz
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
%global modname requests_oauthlib
|
%global modname requests_oauthlib
|
||||||
|
|
||||||
Name: python-requests-oauthlib
|
Name: python-requests-oauthlib
|
||||||
Version: 1.0.0
|
Version: 1.2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OAuthlib authentication support for Requests.
|
Summary: OAuthlib authentication support for Requests.
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -125,6 +125,9 @@ rm -rf %{distname}.egg-info
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 29 2019 Kevin Fenzi <kevin@scrye.com> - 1.2.0-1
|
||||||
|
- Update to 1.2.0. Fixes bug #1697439
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.0.0.tar.gz) = 5ceac61f14044b7c7ec4c26f68fc7b4ab6eda1529c367fead3e8aa5049b4aad12c76511861c13f2d62d11ec7ecd1d870ff69c7261bd51bcb01aa6d2e3ba5aa99
|
SHA512 (v1.2.0.tar.gz) = f684e3f8ff300eb58610deeb18b45ab411a5002bd15759e5f46ce174be8b76fb29583ccce6dd39965b31f53c0343ea8af2a1b6fa3d9d38342efdfbfb555f52f1
|
||||||
|
Loading…
Reference in New Issue
Block a user