Merge ~cjwatson/launchpad:python-openid2 into launchpad:master
Proposed by
Colin Watson
on 2020-07-22
Status: | Merged |
---|---|
Approved by: | Colin Watson on 2020-08-12 |
Approved revision: | ac8b30ac3de0fcfc1f69b82926f76e77083655b5 |
Merge reported by: | Otto Co-Pilot |
Merged at revision: | not available |
Proposed branch: | ~cjwatson/launchpad:python-openid2 |
Merge into: | launchpad:master |
Diff against target: |
342 lines (+38/-53) 15 files modified
constraints.txt (+1/-4) lib/launchpad_loggerhead/app.py (+1/-5) lib/launchpad_loggerhead/wsgi.py (+0/-5) lib/lp/scripts/utilities/test.py (+0/-18) lib/lp/services/openid/browser/openiddiscovery.py (+4/-2) lib/lp/services/openid/extensions/macaroon.py (+6/-2) lib/lp/services/openid/extensions/tests/test_macaroon.py (+2/-0) lib/lp/services/openid/fetcher.py (+13/-1) lib/lp/services/webapp/login.py (+0/-4) lib/lp/testopenid/browser/server.py (+1/-7) lib/lp/testopenid/interfaces/server.py (+3/-1) lib/lp/testopenid/stories/basics.txt (+1/-1) lib/lp/testopenid/testing/helpers.py (+3/-2) lib/lp_sitecustomize.py (+2/-0) setup.py (+1/-1) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thiago F. Pappacena | 2020-07-22 | Approve on 2020-08-11 | |
Review via email:
|
Commit message
Upgrade to python-openid2 3.2
Description of the change
This adds Python 3 support.
Our fork is no longer needed, because as of e6d54f6311 we force the OpenID fetcher to Urllib2Fetcher in loggerhead as well as in lp.services.
I've removed several patches for problems with python-openid that have been fixed in python-openid2.
Dependencies MP: https:/
To post a comment you must log in.
~cjwatson/launchpad:python-openid2
updated
on 2020-08-10
- ac8b30a... by Colin Watson on 2020-08-10
LGTM