[Python-modules-commits] [python-social-auth] branch master updated (3644f64 -> 6f5c8a4)

Tiago Ilieve myhro-guest at moszumanska.debian.org
Tue May 17 05:06:09 UTC 2016


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

myhro-guest pushed a change to branch master
in repository python-social-auth.

      from  3644f64   Fixed VCS URL (https)
       new  f7f85a4   Imported Upstream version 0.2.19
       new  693b9f1   Merge tag 'upstream/0.2.19'
       new  14f3723   Add newline at end of file
       new  a6f33b4   Add 'debian/clean'
       new  aa040bd   Bump 'debian/compat' from 7 to 9
       new  b5ca303   Update 'debian/copyright'
       new  04bb3ab   Update 'debian/control'
       new  6f5c8a4   Update 'debian/changelog' for 0.2.19-1

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    5 +
 .travis.yml                                        |   22 +-
 CHANGELOG.md                                       |  979 +++++
 Changelog                                          | 3893 --------------------
 MANIFEST.in                                        |    2 +-
 README.rst                                         |   10 +-
 debian/changelog                                   |   30 +-
 debian/clean                                       |    1 +
 debian/compat                                      |    2 +-
 debian/control                                     |   31 +-
 debian/copyright                                   |   57 +-
 debian/python-social-auth.docs                     |    2 +-
 debian/python3-social-auth.docs                    |    2 +-
 debian/source/options                              |    2 +-
 docs/backends/arcgis.rst                           |   25 +
 docs/backends/drip.rst                             |   14 +
 docs/backends/fitbit.rst                           |   43 +-
 docs/backends/github_enterprise.rst                |    6 +-
 docs/backends/google.rst                           |    2 +-
 docs/backends/index.rst                            |    7 +
 docs/backends/instagram.rst                        |    8 +
 docs/backends/itembase.rst                         |   51 +
 docs/backends/justgiving.rst                       |   23 +
 docs/backends/naver.rst                            |   27 +
 docs/backends/ngpvan_actionid.rst                  |   36 +
 docs/backends/odnoklassnikiru.rst                  |    8 +-
 docs/backends/pinterest.rst                        |   29 +
 docs/backends/pixelpin.rst                         |    7 +-
 docs/backends/qq.rst                               |    5 +
 docs/configuration/django.rst                      |    9 +-
 docs/configuration/index.rst                       |    4 +-
 docs/configuration/settings.rst                    |   31 +-
 docs/exceptions.rst                                |    3 +
 docs/index.rst                                     |    2 +-
 docs/intro.rst                                     |    8 +-
 docs/logging_out.rst                               |   10 +-
 docs/pipeline.rst                                  |   18 +-
 docs/strategies.rst                                |    2 +-
 docs/thanks.rst                                    |    2 +
 docs/use_cases.rst                                 |   15 +-
 .../cherrypy_example/local_settings.py.template    |    2 +-
 examples/django_example/example/settings.py        |    3 +-
 examples/django_me_example/example/settings.py     |    2 +-
 examples/flask_example/settings.py                 |    2 +-
 examples/flask_me_example/settings.py              |    2 +-
 examples/pyramid_example/example/settings.py       |    2 +-
 examples/tornado_example/settings.py               |    2 +-
 examples/webpy_example/app.py                      |    2 +-
 requirements-python3.txt                           |   12 +-
 requirements.txt                                   |   12 +-
 run_tox.sh                                         |   12 +
 setup.cfg                                          |    2 +-
 setup.py                                           |    1 -
 social/__init__.py                                 |    2 +-
 social/apps/django_app/default/fields.py           |    7 +-
 .../django_app/default/migrations/0001_initial.py  |   37 +-
 .../migrations/0003_alter_email_max_length.py      |    8 +-
 .../default/migrations/0004_auto_20160423_0400.py  |   20 +
 social/apps/django_app/default/models.py           |    3 +-
 social/apps/django_app/urls.py                     |   19 +-
 social/apps/pyramid_app/models.py                  |    2 +-
 social/apps/tornado_app/routes.py                  |    2 +-
 social/backends/amazon.py                          |    2 +-
 social/backends/arcgis.py                          |   33 +
 social/backends/azuread.py                         |    6 +-
 social/backends/base.py                            |    4 +-
 social/backends/classlink.py                       |   44 +
 social/backends/deezer.py                          |   49 +
 social/backends/drip.py                            |   25 +
 social/backends/evernote.py                        |    4 +-
 social/backends/facebook.py                        |    8 +-
 social/backends/fitbit.py                          |   45 +-
 social/backends/instagram.py                       |   20 +-
 social/backends/itembase.py                        |   85 +
 social/backends/justgiving.py                      |   56 +
 social/backends/naver.py                           |   59 +
 social/backends/ngpvan.py                          |   66 +
 social/backends/oauth.py                           |    4 +-
 social/backends/odnoklassniki.py                   |   16 +-
 social/backends/open_id.py                         |   33 +-
 social/backends/pinterest.py                       |   46 +
 social/backends/pocket.py                          |    4 +-
 social/backends/qq.py                              |   19 +-
 social/backends/salesforce.py                      |    2 +-
 social/backends/saml.py                            |   11 +-
 social/backends/shopify.py                         |    1 +
 social/backends/spotify.py                         |    3 +-
 social/backends/twilio.py                          |    2 +-
 social/backends/twitter.py                         |    3 +-
 social/backends/vk.py                              |    3 -
 social/backends/weibo.py                           |    2 +-
 social/backends/weixin.py                          |    2 +-
 social/backends/yandex.py                          |    4 +-
 social/exceptions.py                               |    4 +
 social/pipeline/__init__.py                        |    2 +-
 social/pipeline/user.py                            |    5 +-
 social/storage/base.py                             |   12 +-
 social/storage/sqlalchemy_orm.py                   |    3 +-
 social/tests/backends/open_id.py                   |   25 +-
 social/tests/backends/test_arcgis.py               |   29 +
 social/tests/backends/test_deezer.py               |   36 +
 social/tests/backends/test_drip.py                 |   29 +
 social/tests/backends/test_evernote.py             |    6 +-
 social/tests/backends/test_facebook.py             |   24 +-
 social/tests/backends/test_fitbit.py               |    2 +-
 social/tests/backends/test_itembase.py             |   45 +
 social/tests/backends/test_naver.py                |   41 +
 social/tests/backends/test_ngpvan.py               |  196 +
 social/tests/backends/test_pinterest.py            |   49 +
 social/tests/backends/test_saml.py                 |   10 +-
 social/tests/backends/test_spotify.py              |   34 +
 social/tests/models.py                             |    9 +-
 .../{requirements.txt => requirements-pypy.txt}    |    1 -
 social/utils.py                                    |    4 +-
 tox.ini                                            |    5 +-
 115 files changed, 2677 insertions(+), 4144 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 Changelog
 create mode 100644 debian/clean
 create mode 100644 docs/backends/arcgis.rst
 create mode 100644 docs/backends/drip.rst
 create mode 100644 docs/backends/itembase.rst
 create mode 100644 docs/backends/justgiving.rst
 create mode 100644 docs/backends/naver.rst
 create mode 100644 docs/backends/ngpvan_actionid.rst
 create mode 100644 docs/backends/pinterest.rst
 create mode 100644 social/apps/django_app/default/migrations/0004_auto_20160423_0400.py
 create mode 100644 social/backends/arcgis.py
 create mode 100644 social/backends/classlink.py
 create mode 100644 social/backends/deezer.py
 create mode 100644 social/backends/drip.py
 create mode 100644 social/backends/itembase.py
 create mode 100644 social/backends/justgiving.py
 create mode 100644 social/backends/naver.py
 create mode 100644 social/backends/ngpvan.py
 create mode 100644 social/backends/pinterest.py
 create mode 100644 social/tests/backends/test_arcgis.py
 create mode 100644 social/tests/backends/test_deezer.py
 create mode 100644 social/tests/backends/test_drip.py
 create mode 100644 social/tests/backends/test_itembase.py
 create mode 100644 social/tests/backends/test_naver.py
 create mode 100644 social/tests/backends/test_ngpvan.py
 create mode 100644 social/tests/backends/test_pinterest.py
 create mode 100644 social/tests/backends/test_spotify.py
 copy social/tests/{requirements.txt => requirements-pypy.txt} (86%)

-- 
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