Date: Sat, 30 Jul 2016 10:57:50 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 206045] deskutils/gcalcli: Backport fix for oauth2client > 1.4.12 Message-ID: <bug-206045-21822-mi9htf3cre@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206045-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-206045-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206045 --- Comment #12 from commit-hook@freebsd.org --- A commit references this bug: Author: koobs Date: Sat Jul 30 10:57:14 UTC 2016 New revision: 419307 URL: https://svnweb.freebsd.org/changeset/ports/419307 Log: MFH: r419306: deskutils/gcalcli: Fix for oauth2client > 1.4.12 gcalcli requires a dependency on oauth2client <=3D 1.4.12 to work correctly, as higher versions replaced the run() method with run_flow(). The version of oauth2client in ports is 2.2.0 at the time of writing. Fixes for the issue [1][2][3] have been submitted upstream in multiple cases, although upstream has closed them as duplicates of a refactor issue [4] that is yet to be committed/resolved. This commit commits the proposed change in issue #229 [2]. While I'm here: * Explicitly specify (and limit) supported Python versions to -2.x * Add python to CATEGORIES * Group, re-order and sort USE{s}, NO_* and files/plist sections * Capitalize OPTIONS descriptions [1] https://github.com/insanum/gcalcli/pull/211 [2] https://github.com/insanum/gcalcli/issues/229 [3] https://github.com/insanum/gcalcli/issues/244 [4] https://github.com/insanum/gcalcli/issues/165 PR: 206045 Submitted by: Lawrence Chen <beastie tardisi com> Approved by: portmgr (maintainer timeout, 6+ months) Approved by: ports-secteam (blanket) Changes: _U branches/2016Q3/ branches/2016Q3/deskutils/gcalcli/Makefile branches/2016Q3/deskutils/gcalcli/files/ --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206045-21822-mi9htf3cre>