Update to 1.3.0. Fixes bug #1769415
This commit is contained in:
parent
57875eeea1
commit
7cc715b387
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/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
|
/v1.2.0.tar.gz
|
||||||
|
/v1.3.0.tar.gz
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%global modname requests_oauthlib
|
%global modname requests_oauthlib
|
||||||
|
|
||||||
Name: python-requests-oauthlib
|
Name: python-requests-oauthlib
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 7%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: OAuthlib authentication support for Requests.
|
Summary: OAuthlib authentication support for Requests.
|
||||||
|
|
||||||
@ -125,6 +125,9 @@ rm -rf %{distname}.egg-info
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 27 2020 Kevin Fenzi <kevin@scrye.com> - 1.3.0-7
|
||||||
|
- Update to 1.3.0. Fixes bug #1769415
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (v1.2.0.tar.gz) = f684e3f8ff300eb58610deeb18b45ab411a5002bd15759e5f46ce174be8b76fb29583ccce6dd39965b31f53c0343ea8af2a1b6fa3d9d38342efdfbfb555f52f1
|
SHA512 (v1.3.0.tar.gz) = 0eebd209dad892567de7d37f1482b5c7523eced3a73a68054674b29447d090c885b2388fd6f2db26436f14098833051c8888ace8b137889a4012e010efb0e86b
|
||||||
|
Loading…
Reference in New Issue
Block a user