[Python-modules-commits] [python-social-auth] 141/322: v0.2.2
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:00 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 8561dc45680d00a683fa1d91c5ecf63df60e42c9
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Mon Feb 23 13:07:16 2015 -0200
v0.2.2
---
.gitignore | 3 +-
Changelog | 243 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
social/__init__.py | 2 +-
3 files changed, 244 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index bf45b88..cf1280d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,5 +39,6 @@ local_settings.py
sessions/
_build/
fabfile.py
+changelog.sh
-.DS_Store
\ No newline at end of file
+.DS_Store
diff --git a/Changelog b/Changelog
index d937b10..fc0446c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,244 @@
-2014-11-01 HEAD (unreleased)
-============================
+2015-02-23 v0.2.2
+=================
+
+ * 2015-02-23 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8/PyFlakes
+
+ * 2015-02-21 Motoki Naruse <motoki at naru.se>
+ login_user takes 3 parameters
+
+ * 2015-02-21 Motoki Naruse <motoki at naru.se>
+ Include template engine
+
+ * 2015-02-21 Motoki Naruse <motoki at naru.se>
+ Email column is duplicated
+
+ * 2015-02-18 Sergey Kozub <sergey.kozub at p9ft.com>
+ fix python3 handling of openid backend on sqlalchemy storage (use str
+ instead of bytes)
+
+ * 2015-02-16 Chris Lamb <chris at chris-lamb.co.uk>
+ Don't use "import" in example method paths docs to avoid confusion
+
+ * 2015-02-15 tell-k <ffk2005 at gmail.com>
+ fixed bug.
+
+ * 2015-02-15 tell-k <ffk2005 at gmail.com>
+ add document url.
+
+ * 2015-02-15 tell-k <ffk2005 at gmail.com>
+ Add dribble backend.
+
+ * 2015-02-14 Alejandro Baronetti <baroale at gmail.com>
+ Fixed issue: GET dictionary is immutable. I am not using MergeDict because
+ it will be deprecated
+
+ * 2015-02-13 Chris Martin <ch.martin at gmail.com>
+ Include username in Reddit extra_data
+
+ * 2015-02-11 tell-k <ffk2005 at gmail.com>
+ refs #512 fixed typo
+
+ * 2015-02-11 tell-k <ffk2005 at gmail.com>
+ refs #512 fixed bug for py2.6
+
+ * 2015-02-11 tell-k <ffk2005 at gmail.com>
+ add qiita backend
+
+ * 2015-02-10 Matías Aguirre <matiasaguirre at gmail.com>
+ Pyflakes
+
+ * 2015-02-10 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
+ * 2015-02-07 Alejandro Baronetti <baroale at gmail.com>
+ Fix: REQUEST has been deprecated in Django 1.7, so we need to merge
+ dictionaries
+
+ * 2015-02-06 Clinton Blackburn <clinton.blackburn at gmail.com>
+ Updated PyJWT Dependency
+
+ * 2015-02-06 Rafael Muñoz Cárdenas <rafael.munoz at deliveryhero.com>
+ Update Google documentation
+
+ * 2015-02-03 Matías Aguirre <matiasaguirre at gmail.com>
+ Add test for nationbuilder backend
+
+ * 2015-02-03 Matías Aguirre <matiasaguirre at gmail.com>
+ Move common code to base class
+
+ * 2015-02-03 Matías Aguirre <matiasaguirre at gmail.com>
+ NationBuilder backend
+
+ * 2015-02-03 Matías Aguirre <matiasaguirre at gmail.com>
+ Define methods to customize urls in OAuth2 backends
+
+ * 2015-02-03 Matías Aguirre <matiasaguirre at gmail.com>
+ Enable debug pipeline in example app
+
+ * 2015-02-03 Ian Wienand <iwienand at redhat.com>
+ Ensure email is not None
+
+ * 2015-02-02 Chris DeBlois <chris.deblois at globant.com>
+ updated mendeley oauth2 to use new api resource and also updated to grab
+ new profile_id, name and bio
+
+ * 2015-02-02 Ian Wienand <iwienand at redhat.com>
+ Add support for Launchpad OpenId
+
+ * 2015-01-30 rivf <rivfader3 at gmail.com>
+ Fixed jawbone authentification
+
+ * 2015-01-27 Adam Babik <adam.babik at 10clouds.com>
+ Added coursera backend to README
+
+ * 2015-01-27 Adam Babik <adam.babik at 10clouds.com>
+ Docs for coursera backend
+
+ * 2015-01-23 Adam Babik <adam.babik at 10clouds.com>
+ Added Coursera backend to django_example
+
+ * 2015-01-23 Adam Babik <adam.babik at 10clouds.com>
+ Added backend for Coursera
+
+ * 2015-01-20 ayush <ayush at quettra.com>
+ Added nonce unique constraint
+
+ * 2015-01-19 Matías Aguirre <matiasaguirre at gmail.com>
+ Patch tornado arguments/cookies getting. Refs #445. Refs #346
+
+ * 2015-01-10 Chris Barna <chris at unbrain.net>
+ Store Spotify's refresh_token.
+
+ * 2015-01-07 Nick Sullivan <nick at sullivanflock.com>
+ cleanly handle both a scope of 'identity' only and also fill in more data
+ if we have 'read' access
+
+ * 2015-01-07 Nick Sullivan <nick at sullivanflock.com>
+ properly handle data, so that it is more future proof, again. This time fix
+ issue with team_url
+
+ * 2015-01-07 Nick Sullivan <nick at sullivanflock.com>
+ update in a way that will be more future proof
+
+ * 2015-01-07 Nick Sullivan <nick at sullivanflock.com>
+ when scope is reduced, the response from slack is different, handle both
+
+ * 2015-01-05 Ben Davis <bendavis78 at gmail.com>
+ Fixed extra_data field in django 1.7 initial migration
+
+ * 2015-01-02 Jun Wang <wj1918 at hotmail.com>
+ Fix YahooOAuth get primary email sorting order
+
+ * 2015-01-02 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
+ * 2015-01-02 Matías Aguirre <matiasaguirre at gmail.com>
+ Link docs, apply PEP8, change quotes and code style
+
+ * 2015-01-02 Matías Aguirre <matiasaguirre at gmail.com>
+ Change expression
+
+ * 2015-01-02 travoltino <romansoloha at gmail.com>
+ Update base.py
+
+ * 2014-12-29 Alex Muller <alex.muller at digital.cabinet-office.gov.uk>
+ Correct Django SESSION_COOKIE_AGE setting
+
+ * 2014-12-28 Nick Sullivan <nick at sullivanflock.com>
+ Documentation for slack backend
+
+ * 2014-12-28 Nick Sullivan <nick at sullivanflock.com>
+ Slack backend
+
+ * 2014-12-24 Alex Muller <alex.muller at digital.cabinet-office.gov.uk>
+ Update GitHub documentation
+
+ * 2014-11-27 James Potter <james.potter at gmail.com>
+ Update django.rst
+
+ * 2014-11-26 Sasha Golubev <erwerthg at gmail.com>
+ Added backend for professionali.ru
+
+ * 2014-11-24 Lukas Klein <lukas at productgang.com>
+ Removed Orkut backend
+
+ * 2014-11-24 Matías Aguirre <matiasaguirre at gmail.com>
+ Remove Flask-SQLAlchemy dependency from example app
+
+ * 2014-11-23 Matías Aguirre <matiasaguirre at gmail.com>
+ Simplify flask app initialization
+
+ * 2014-11-22 Matías Aguirre <matiasaguirre at gmail.com>
+ Allow initial definition of protected attributes
+
+ * 2014-11-22 Matías Aguirre <matiasaguirre at gmail.com>
+ Quick khan academy docs
+
+ * 2014-11-22 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
+ * 2014-11-22 Matías Aguirre <matiasaguirre at gmail.com>
+ PEP8
+
+ * 2014-11-21 tschilling <schillingt at better-simple.com>
+ Allow the pipeline to change the redirect url. Moves the popping of the
+ redirect value from the session to after the pipe line executes.
+
+ * 2014-11-19 Seán Hayes <gasphynx at gmail.com>
+ Added support for Django's User.EMAIL_FIELD.
+
+ * 2014-11-18 Anna Warzecha <anna.warzecha at gmail.com>
+ Changed test name
+
+ * 2014-11-18 Anna Warzecha <anna.warzecha at gmail.com>
+ Fixed docs
+
+ * 2014-11-18 Anna Warzecha <anna.warzecha at gmail.com>
+ Khan Academy oauth support now fully working
+
+ * 2014-11-18 Anna Warzecha <anna.warzecha at gmail.com>
+ Struggling with Khan Academy again...
+
+ * 2014-11-16 Anna Warzecha <anna.warzecha at gmail.com>
+ Fix backend name formatting
+
+ * 2014-11-16 Anna Warzecha <anna.warzecha at gmail.com>
+ Fix readme
+
+ * 2014-11-16 Anna Warzecha <anna.warzecha at gmail.com>
+ Basic Khan Academy support
+
+ * 2014-11-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Avoid override of custom-usernames fields with plain generated username.
+ Refs #435
+
+ * 2014-11-15 Matías Aguirre <matiasaguirre at gmail.com>
+ Fix docs. Refs #436
+
+ * 2014-11-14 Matías Aguirre <matiasaguirre at gmail.com>
+ Remove x flag from .py file
+
+ * 2014-11-11 Matías Aguirre <matiasaguirre at gmail.com>
+ Example on how to re-prompt a google user to get the refresh_token
+
+ * 2014-11-07 Miguel Paolino <miguel.paolino at datakin.io>
+ Added zotero test, work in progress
+
+ * 2014-11-07 Miguel Paolino <miguel.paolino at datakin.io>
+ Udpated README to include the Zotero backend mention
+
+ * 2014-11-07 Miguel Paolino <miguel.paolino at datakin.io>
+ Fixed doc line
+
+ * 2014-11-07 Miguel Paolino <miguel.paolino at datakin.io>
+ Added Zotero OAuth1 backend
+
+ * 2014-11-02 Matías Aguirre <matiasaguirre at gmail.com>
+ Pass request to pyramid strategy. Refs #390
+
+ * 2014-11-02 Matías Aguirre <matiasaguirre at gmail.com>
+ Update changelog. Refs #421
* 2014-11-01 Matías Aguirre <matiasaguirre at gmail.com>
PEP8
diff --git a/social/__init__.py b/social/__init__.py
index d5d5847..7df9523 100644
--- a/social/__init__.py
+++ b/social/__init__.py
@@ -3,5 +3,5 @@ python-social-auth application, allows OpenId or OAuth user
registration/authentication just adding a few configurations.
"""
version = (0, 2, 2)
-extra = '-dev'
+extra = ''
__version__ = '.'.join(map(str, version)) + extra
--
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