[Python-modules-commits] [python-social-auth] 191/322: Merge branch 'master' of github.com:omab/python-social-auth into khan-academy-backend

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit 71661be8de94a06d1460d06734130cd4a22a6338
Merge: a2e22cb c9d68d3
Author: Anna Warzecha <anna.warzecha at gmail.com>
Date:   Tue Mar 24 16:26:53 2015 +0100

    Merge branch 'master' of github.com:omab/python-social-auth into khan-academy-backend

 .gitignore                                         |   3 +-
 Changelog                                          | 243 ++++++++++++++++++++-
 README.rst                                         |  16 +-
 docs/backends/coursera.rst                         |  26 +++
 docs/backends/dribbble.rst                         |  20 ++
 docs/backends/eveonline.rst                        |  21 ++
 docs/backends/github.rst                           |  22 +-
 docs/backends/google.rst                           | 121 +++++-----
 docs/backends/index.rst                            |   4 +
 docs/backends/khanacademy.rst                      |  25 +++
 docs/backends/launchpad.rst                        |  11 +
 docs/backends/nationbuilder.rst                    |  30 +++
 docs/backends/oauth.rst                            |   4 +-
 docs/backends/qiita.rst                            |  19 ++
 docs/backends/slack.rst                            |  19 ++
 docs/backends/wunderlist.rst                       |  13 ++
 docs/backends/yahoo.rst                            |  13 +-
 docs/backends/zotero.rst                           |  25 +++
 docs/configuration/django.rst                      |   8 +
 docs/configuration/settings.rst                    |   3 +-
 docs/intro.rst                                     |   4 +-
 docs/pipeline.rst                                  |   7 +-
 docs/use_cases.rst                                 |   2 +-
 .../cherrypy_example/local_settings.py.template    |   2 +
 examples/django_example/example/settings.py        |   8 +-
 examples/django_me_example/example/settings.py     |   2 +
 examples/flask_example/__init__.py                 |  15 +-
 examples/flask_example/manage.py                   |   8 +-
 examples/flask_example/models/user.py              |  23 +-
 examples/flask_example/requirements.txt            |   3 +-
 examples/flask_example/settings.py                 |  11 +-
 examples/flask_me_example/settings.py              |   2 +
 examples/pyramid_example/example/__init__.py       |   1 +
 examples/pyramid_example/example/auth.py           |   4 +-
 examples/pyramid_example/example/models.py         |   1 -
 examples/pyramid_example/example/settings.py       |   2 +
 examples/pyramid_example/setup.py                  |   1 +
 examples/tornado_example/settings.py               |   2 +
 examples/webpy_example/app.py                      |   2 +
 requirements-python3.txt                           |   4 +-
 requirements.txt                                   |   4 +-
 setup.py                                           |   6 +-
 site/index.html                                    |   2 +-
 social/__init__.py                                 |   2 +-
 social/actions.py                                  |   8 +-
 .../django_app/default/migrations/0001_initial.py  |   6 +-
 social/apps/django_app/default/models.py           |   1 +
 social/apps/flask_app/default/models.py            | 103 +++++----
 social/apps/pyramid_app/models.py                  |   2 -
 social/backends/base.py                            |   3 +
 social/backends/coursera.py                        |  39 ++++
 social/backends/dribbble.py                        |  62 ++++++
 social/backends/eveonline.py                       |  41 ++++
 social/backends/facebook.py                        |   8 +
 social/backends/jawbone.py                         |  10 +
 social/backends/kakao.py                           |  10 +-
 social/backends/launchpad.py                       |  11 +
 social/backends/mendeley.py                        |  12 +-
 social/backends/mineid.py                          |   3 -
 social/backends/nationbuilder.py                   |  48 ++++
 social/backends/oauth.py                           |  45 ++--
 social/backends/open_id.py                         |  22 +-
 social/backends/orkut.py                           |  50 -----
 social/backends/professionali.py                   |  55 +++++
 social/backends/qiita.py                           |  66 ++++++
 social/backends/reddit.py                          |   1 +
 social/backends/slack.py                           |  64 ++++++
 social/backends/spotify.py                         |   3 +
 social/backends/weibo.py                           |  24 +-
 social/backends/wunderlist.py                      |  29 +++
 social/backends/yahoo.py                           | 119 +++++++++-
 social/backends/zotero.py                          |  29 +++
 social/p3.py                                       |   7 +-
 social/pipeline/social_auth.py                     |   4 +-
 social/pipeline/user.py                            |  23 +-
 social/storage/django_orm.py                       |   9 +-
 social/storage/sqlalchemy_orm.py                   |  25 ++-
 social/strategies/django_strategy.py               |   3 +-
 social/strategies/tornado_strategy.py              |   5 +-
 social/tests/backends/oauth.py                     |   5 +-
 social/tests/backends/open_id.py                   |   4 +-
 social/tests/backends/test_coursera.py             |  38 ++++
 .../backends/{test_mineid.py => test_dribbble.py}  |  18 +-
 social/tests/backends/test_mineid.py               |   3 -
 social/tests/backends/test_nationbuilder.py        | 232 ++++++++++++++++++++
 social/tests/backends/test_qiita.py                |  25 +++
 social/tests/backends/test_wunderlist.py           |  26 +++
 social/tests/backends/test_yahoo.py                |  26 ++-
 social/tests/backends/test_zotero.py               |  24 ++
 social/tests/requirements-python3.txt              |   2 +-
 social/tests/requirements.txt                      |   2 +-
 91 files changed, 1775 insertions(+), 344 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git



More information about the Python-modules-commits mailing list