Switch from python-oauth to python-oauthlib
Bug #1077083 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
piston-mini-client |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
In order to prepare for a Python 3 port, and the transition of task:desktop to Python 3, we need to drop the dependencies on python-oauth, which is Python 2 and abandonware. oauthlib is the recommended successor, supports v1 and v2 (draft) and is both Python 2 and Python 3 compatible.
I will work on switching to oauthlib, with this bug tracking progress.
Related branches
lp://staging/~barry/piston-mini-client/lp1077083
- Michael Vogt (community): Approve
-
Diff: 165 lines (+44/-27)6 files modifiedREADME (+1/-2)
doc/index.rst (+2/-2)
piston_mini_client/auth.py (+28/-16)
piston_mini_client/tests/test_auth.py (+0/-5)
piston_mini_client/tests/test_serializers.py (+12/-1)
setup.py (+1/-1)
Changed in piston-mini-client: | |
assignee: | nobody → Barry Warsaw (barry) |
Changed in piston-mini-client: | |
status: | New → In Progress |
importance: | Undecided → High |
Changed in piston-mini-client: | |
status: | In Progress → Fix Committed |
Changed in piston-mini-client: | |
milestone: | none → 0.7.4 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.