Fri, 19 Apr 2024 21:36:05 UTC | login

Information for build python-oauth2-1.5.211-8.el6

ID7177
Package Namepython-oauth2
Version1.5.211
Release8.el6
Epoch
SummaryPython support for improved oauth
DescriptionOauth2 was originally forked from Leah Culver and Andy Smith's oauth.py code. Some of the tests come from a fork by Vic Fryzel, while a revamped Request class and more tests were merged in from Mark Paschal's fork. A number of notable differences exist between this code and its forefathers: - 100% unit test coverage. - The DataStore object has been completely ripped out. While creating unit tests for the library I found several substantial bugs with the implementation and confirmed with Andy Smith that it was never fully baked. - Classes are no longer prefixed with OAuth. - The Request class now extends from dict. - The library is likely no longer compatible with Python 2.3. - The Client class works and extends from httplib2. It's a thin wrapper that handles automatically signing any normal HTTP request you might wish to make.
Built byarrfab
State complete
Volume DEFAULT
StartedWed, 28 Oct 2015 08:49:59 UTC
CompletedWed, 28 Oct 2015 08:52:06 UTC
Taskbuild (infrastructure6-el6, python-oauth2-1.5.211-8.el6.src.rpm)
Tags
infrastructure6-testing
RPMs
src
python-oauth2-1.5.211-8.el6.src.rpm (info) (download)
noarch
python-oauth2-1.5.211-8.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Wed Oct 08 2014 Tom Callaway <spot@fedoraproject.org> - 1.5.211-8 - actually apply patch to fix CVE-2013-4347 (thanks to Jason Green, Matt Wilson) * Fri Sep 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.5.211-7 - Fix CVE-2013-4346 and CVE-2013-4347 (thanks to Philippe Makowski) * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.211-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.211-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.211-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.211-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Feb 27 2012 Tom Callaway <spot@fedoraproject.org> - 1.5.211-2 - do not package the "tests", resolves conflicts (bz797812) * Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> - 1.5.211-1 - update to 1.5.211 - add multiple GET fix from Jason Connor (bz 784426) * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.170-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Sep 07 2011 Tom Callaway <spot@fedoraproject.org> - 1.5.170-2 - add Requires: python-httplib2 (bz736133) * Mon Jul 18 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 1.5.170-1 - New upstream release - Match current guidelines * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Oct 22 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.1-1 - Initial package for Fedora