[Python-modules-commits] [django-allauth] branch upstream updated (46d6367 -> 80ce46c)
Pierre-Elliott Bécue
peb-guest at moszumanska.debian.org
Tue Dec 12 14:01:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
peb-guest pushed a change to branch upstream
in repository django-allauth.
from 46d6367 Import django-allauth_0.33.0.orig.tar.gz
adds 80ce46c Import django-allauth_0.34.0.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
.dir-locals.el | 2 -
.editorconfig | 21 -
.gitignore | 33 --
.isort.cfg | 13 -
.travis.yml | 66 ---
.tx/config | 8 -
AUTHORS | 1 +
ChangeLog.rst | 18 +
Makefile | 17 -
PKG-INFO | 113 ++++
allauth/__init__.py | 2 +-
allauth/account/tests.py | 13 +
allauth/account/views.py | 4 +-
allauth/locale/ar/LC_MESSAGES/django.mo | Bin 0 -> 16110 bytes
allauth/locale/ar/LC_MESSAGES/django.po | 10 +-
allauth/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 11211 bytes
allauth/locale/cs/LC_MESSAGES/django.po | 16 +-
allauth/locale/de/LC_MESSAGES/django.mo | Bin 0 -> 13474 bytes
allauth/locale/de/LC_MESSAGES/django.po | 10 +-
allauth/locale/el/LC_MESSAGES/django.mo | Bin 0 -> 18617 bytes
allauth/locale/el/LC_MESSAGES/django.po | 10 +-
allauth/locale/en/LC_MESSAGES/django.mo | Bin 0 -> 378 bytes
allauth/locale/en/LC_MESSAGES/django.po | 10 +-
allauth/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 13890 bytes
allauth/locale/es/LC_MESSAGES/django.po | 10 +-
allauth/locale/fa/LC_MESSAGES/django.mo | Bin 0 -> 16978 bytes
allauth/locale/fa/LC_MESSAGES/django.po | 10 +-
allauth/locale/fi/LC_MESSAGES/django.mo | Bin 0 -> 14484 bytes
allauth/locale/fi/LC_MESSAGES/django.po | 10 +-
allauth/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 15863 bytes
allauth/locale/fr/LC_MESSAGES/django.po | 10 +-
allauth/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 15958 bytes
allauth/locale/he/LC_MESSAGES/django.po | 295 +++++-----
allauth/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 13503 bytes
allauth/locale/hr/LC_MESSAGES/django.po | 10 +-
allauth/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 12062 bytes
allauth/locale/hu/LC_MESSAGES/django.po | 10 +-
allauth/locale/it/LC_MESSAGES/django.mo | Bin 0 -> 13206 bytes
allauth/locale/it/LC_MESSAGES/django.po | 10 +-
allauth/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 14805 bytes
allauth/locale/ja/LC_MESSAGES/django.po | 10 +-
allauth/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 14092 bytes
allauth/locale/ko/LC_MESSAGES/django.po | 10 +-
allauth/locale/ky/LC_MESSAGES/django.mo | Bin 0 -> 18533 bytes
allauth/locale/ky/LC_MESSAGES/django.po | 10 +-
allauth/locale/lt/LC_MESSAGES/django.mo | Bin 0 -> 15531 bytes
allauth/locale/lt/LC_MESSAGES/django.po | 10 +-
allauth/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 15188 bytes
allauth/locale/lv/LC_MESSAGES/django.po | 10 +-
allauth/locale/nl/LC_MESSAGES/django.mo | Bin 0 -> 13772 bytes
allauth/locale/nl/LC_MESSAGES/django.po | 10 +-
allauth/locale/no/LC_MESSAGES/django.mo | Bin 0 -> 16004 bytes
allauth/locale/no/LC_MESSAGES/django.po | 73 ++-
allauth/locale/pl/LC_MESSAGES/django.mo | Bin 0 -> 15384 bytes
allauth/locale/pl/LC_MESSAGES/django.po | 10 +-
allauth/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 14499 bytes
allauth/locale/pt_BR/LC_MESSAGES/django.po | 10 +-
allauth/locale/pt_PT/LC_MESSAGES/django.mo | Bin 0 -> 10642 bytes
allauth/locale/pt_PT/LC_MESSAGES/django.po | 10 +-
allauth/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 19790 bytes
allauth/locale/ru/LC_MESSAGES/django.po | 38 +-
allauth/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 15233 bytes
allauth/locale/sk/LC_MESSAGES/django.po | 10 +-
allauth/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 11050 bytes
allauth/locale/sv/LC_MESSAGES/django.po | 10 +-
allauth/locale/th/LC_MESSAGES/django.mo | Bin 0 -> 19727 bytes
allauth/locale/th/LC_MESSAGES/django.po | 10 +-
allauth/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 10605 bytes
allauth/locale/tr/LC_MESSAGES/django.po | 10 +-
allauth/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 19469 bytes
allauth/locale/uk/LC_MESSAGES/django.po | 10 +-
allauth/locale/zh_CN/LC_MESSAGES/django.mo | Bin 0 -> 11467 bytes
allauth/locale/zh_CN/LC_MESSAGES/django.po | 10 +-
allauth/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 11134 bytes
allauth/locale/zh_Hans/LC_MESSAGES/django.po | 10 +-
allauth/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 12403 bytes
allauth/locale/zh_Hant/LC_MESSAGES/django.po | 10 +-
allauth/locale/zh_TW/LC_MESSAGES/django.mo | Bin 0 -> 12374 bytes
allauth/locale/zh_TW/LC_MESSAGES/django.po | 10 +-
.../socialaccount/providers/facebook/provider.py | 2 +-
.../socialaccount/providers/meetup}/__init__.py | 0
.../socialaccount/providers/meetup}/models.py | 0
.../providers/{asana => meetup}/provider.py | 12 +-
allauth/socialaccount/providers/meetup/tests.py | 34 ++
allauth/socialaccount/providers/meetup/urls.py | 6 +
.../providers/{edmodo => meetup}/views.py | 16 +-
allauth/socialaccount/providers/twitch/provider.py | 11 +-
allauth/socialaccount/providers/twitch/views.py | 21 +-
allauth/utils.py | 5 +-
django_allauth.egg-info/PKG-INFO | 113 ++++
django_allauth.egg-info/SOURCES.txt | 652 +++++++++++++++++++++
django_allauth.egg-info/dependency_links.txt | 1 +
django_allauth.egg-info/requires.txt | 4 +
django_allauth.egg-info/top_level.txt | 1 +
docs/configuration.rst | 12 +
docs/installation.rst | 1 +
docs/overview.rst | 2 +
docs/providers.rst | 23 +-
example/README.rst | 47 --
example/example/demo/__init__.py | 1 -
example/example/demo/apps.py | 42 --
example/example/demo/tests.py | 16 -
example/example/demo/views.py | 1 -
example/example/local_settings.example | 83 ---
example/example/locale/nl/LC_MESSAGES/django.po | 634 --------------------
example/example/settings.py | 177 ------
.../templates/bootstrap/allauth/account/base.html | 26 -
.../templates/bootstrap/allauth/account/email.html | 90 ---
.../bootstrap/allauth/account/email_confirm.html | 31 -
.../templates/bootstrap/allauth/account/login.html | 48 --
.../bootstrap/allauth/account/logout.html | 21 -
.../bootstrap/allauth/account/password_change.html | 17 -
.../bootstrap/allauth/account/password_reset.html | 33 --
.../allauth/account/password_reset_from_key.html | 29 -
.../bootstrap/allauth/account/password_set.html | 17 -
.../bootstrap/allauth/account/signup.html | 24 -
.../allauth/socialaccount/connections.html | 81 ---
.../bootstrap/allauth/socialaccount/signup.html | 28 -
example/example/templates/plain/example/base.html | 42 --
example/example/templates/plain/example/index.html | 7 -
.../example/templates/plain/example/profile.html | 7 -
.../templates/uniform/allauth/account/email.html | 76 ---
.../templates/uniform/allauth/account/login.html | 50 --
.../uniform/allauth/account/password_change.html | 19 -
.../uniform/allauth/account/password_reset.html | 35 --
.../allauth/account/password_reset_from_key.html | 28 -
.../uniform/allauth/account/password_set.html | 20 -
.../templates/uniform/allauth/account/signup.html | 26 -
.../templates/uniform/allauth/openid/login.html | 24 -
.../uniform/allauth/socialaccount/connections.html | 56 --
.../uniform/allauth/socialaccount/signup.html | 30 -
example/example/urls.py | 11 -
example/manage.py | 10 -
manage.py | 6 -
setup.cfg | 5 +
test_settings.py | 1 +
tox.ini | 51 --
137 files changed, 1386 insertions(+), 2503 deletions(-)
delete mode 100644 .dir-locals.el
delete mode 100644 .editorconfig
delete mode 100644 .gitignore
delete mode 100644 .isort.cfg
delete mode 100644 .travis.yml
delete mode 100644 .tx/config
delete mode 100644 Makefile
create mode 100644 PKG-INFO
create mode 100644 allauth/locale/ar/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/cs/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/de/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/el/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/en/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/es/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/fa/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/fi/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/fr/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/he/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/hr/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/hu/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/it/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/ja/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/ko/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/ky/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/lt/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/lv/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/nl/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/no/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/pl/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/pt_BR/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/pt_PT/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/ru/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/sk/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/sv/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/th/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/tr/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/uk/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/zh_CN/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/zh_Hans/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/zh_Hant/LC_MESSAGES/django.mo
create mode 100644 allauth/locale/zh_TW/LC_MESSAGES/django.mo
rename {example/example => allauth/socialaccount/providers/meetup}/__init__.py (100%)
rename {example/example/demo => allauth/socialaccount/providers/meetup}/models.py (100%)
copy allauth/socialaccount/providers/{asana => meetup}/provider.py (65%)
create mode 100644 allauth/socialaccount/providers/meetup/tests.py
create mode 100644 allauth/socialaccount/providers/meetup/urls.py
copy allauth/socialaccount/providers/{edmodo => meetup}/views.py (54%)
create mode 100644 django_allauth.egg-info/PKG-INFO
create mode 100644 django_allauth.egg-info/SOURCES.txt
create mode 100644 django_allauth.egg-info/dependency_links.txt
create mode 100644 django_allauth.egg-info/requires.txt
create mode 100644 django_allauth.egg-info/top_level.txt
delete mode 100644 example/README.rst
delete mode 100644 example/example/demo/__init__.py
delete mode 100644 example/example/demo/apps.py
delete mode 100644 example/example/demo/tests.py
delete mode 100644 example/example/demo/views.py
delete mode 100644 example/example/local_settings.example
delete mode 100644 example/example/locale/nl/LC_MESSAGES/django.po
delete mode 100644 example/example/settings.py
delete mode 100644 example/example/templates/bootstrap/allauth/account/base.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/email.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/email_confirm.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/login.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/logout.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/password_change.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/password_reset.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/password_reset_from_key.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/password_set.html
delete mode 100644 example/example/templates/bootstrap/allauth/account/signup.html
delete mode 100644 example/example/templates/bootstrap/allauth/socialaccount/connections.html
delete mode 100644 example/example/templates/bootstrap/allauth/socialaccount/signup.html
delete mode 100644 example/example/templates/plain/example/base.html
delete mode 100644 example/example/templates/plain/example/index.html
delete mode 100644 example/example/templates/plain/example/profile.html
delete mode 100644 example/example/templates/uniform/allauth/account/email.html
delete mode 100644 example/example/templates/uniform/allauth/account/login.html
delete mode 100644 example/example/templates/uniform/allauth/account/password_change.html
delete mode 100644 example/example/templates/uniform/allauth/account/password_reset.html
delete mode 100644 example/example/templates/uniform/allauth/account/password_reset_from_key.html
delete mode 100644 example/example/templates/uniform/allauth/account/password_set.html
delete mode 100644 example/example/templates/uniform/allauth/account/signup.html
delete mode 100644 example/example/templates/uniform/allauth/openid/login.html
delete mode 100644 example/example/templates/uniform/allauth/socialaccount/connections.html
delete mode 100644 example/example/templates/uniform/allauth/socialaccount/signup.html
delete mode 100644 example/example/urls.py
delete mode 100644 example/manage.py
delete mode 100644 manage.py
create mode 100644 setup.cfg
delete mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-allauth.git
More information about the Python-modules-commits
mailing list