[Python-modules-commits] [python-social-auth] 209/322: v0.2.3

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:10 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 43a594c3cdf968fca0cb6ff7ee11f8f7a7d14413
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date:   Tue Mar 31 15:46:20 2015 -0300

    v0.2.3
---
 Changelog          | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 social/__init__.py |   2 +-
 2 files changed, 130 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index fc0446c..17d3cb3 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,130 @@
+2015-03-31 HEAD (unreleased)
+2015-03-31 v0.2.3
+=================
+
+  * 2015-03-31 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8. Refs #570
+
+  * 2015-03-30 Krzysztof Hoffmann <krzysiekpl at gmail.com>
+    Added NaszaKlasa OAuth2 support
+
+  * 2015-03-29 Buddy Lindsey, Jr. <buddylindsey at users.noreply.github.com>
+    Add revoke token ability to strava
+
+  * 2015-03-29 Matías Aguirre <matiasaguirre at gmail.com>
+    Store github login in extra data by default. Refs #567
+
+  * 2015-03-25 Jun Wang <wj1918 at hotmail.com>
+    set redirect_state to false for live oauth2
+
+  * 2015-03-25 Matías Aguirre <matiasaguirre at gmail.com>
+    Fix backend, add quick docs. Refs #549
+
+  * 2015-03-25 Matías Aguirre <matiasaguirre at gmail.com>
+    Add rednose to python3 requirements too
+
+  * 2015-03-23 Jerome Lefeuvre <jerome.lefeuvre at gmail.com>
+    Add setup.cfg to configure flake8 and nosetests
+
+  * 2015-03-23 Jerome Lefeuvre <jerome.lefeuvre at gmail.com>
+    Add rednose for colored output log
+
+  * 2015-03-21 Andrei Petre <andreipetre at icloud.com>
+    Add missing migration for Django app
+
+  * 2015-03-19 José Padilla <jpadilla at webapplicate.com>
+    Specify algorithm for encoding and decoding
+
+  * 2015-03-19 José Padilla <jpadilla at webapplicate.com>
+    Require PyJWT>=1.0.0,<2.0.0
+
+  * 2015-03-19 Matías Aguirre <matiasaguirre at gmail.com>
+    Remove debug print
+
+  * 2015-03-19 Matías Aguirre <matiasaguirre at gmail.com>
+    Flush sqlalchemy session to get the object ids. Refs #390
+
+  * 2015-03-19 Johannes <johtso at gmail.com>
+    Start pipeline with default details arg
+
+  * 2015-03-19 Jerome Lefeuvre <jerome.lefeuvre at gmail.com>
+    Add `python_chameleon` to setup
+
+  * 2015-03-17 Matías Aguirre <matiasaguirre at gmail.com>
+    Ensure to flush the db session (needed for Pyramid + sqlalchemy). Refs #390
+
+  * 2015-03-12 Matt Howland <matt.howland at lab45.com>
+    Create vend.py
+
+  * 2015-03-12 Johannes <johtso at gmail.com>
+    Increase min request-oauthlib version to 0.3.1
+
+  * 2015-03-12 Adam Bogdał <adam at bogdal.pl>
+    Add wunderlist backend to the list
+
+  * 2015-03-11 Florian Eßer <f.esser at rwth-aachen.de>
+    Update index.html
+
+  * 2015-03-10 Adam Bogdał <adam at bogdal.pl>
+    Add wunderlist oauth2 backend
+
+  * 2015-03-07 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8, quotes and extra_data
+
+  * 2015-03-06 Florian Eßer <f.esser at rwth-aachen.de>
+    Add backend for EVE Online Single Sign-On (OAuth2)
+    https://developers.eveonline.com/resource/single-sign-on
+
+  * 2015-03-05 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8 and simplify code
+
+  * 2015-03-05 Matías Aguirre <matiasaguirre at gmail.com>
+    PEP8
+
+  * 2015-03-05 Rafael Muñoz Cárdenas <rafael.munoz at deliveryhero.com>
+    Add extra info on Google+ Sign-In doc
+
+  * 2015-03-03 dobestan <dobestan at gmail.com>
+    update Kakao OAuth2 backend : update auth process- Fixes #538
+
+  * 2015-03-03 dobestan <dobestan at gmail.com>
+    Enable KakaoOAuth2 on example app
+
+  * 2015-03-03 dobestan <dobestan at gmail.com>
+    Disable redirect_state in kakao backend. Fixes #538
+
+  * 2015-03-02 Tom Clancy <tclancy at gmail.com>
+    Update google.rst
+
+  * 2015-03-02 Hassek <tomas at onereceipt.me>
+    modified docs
+
+  * 2015-02-25 Hassek <tomas at onereceipt.me>
+    fixed refresh tokens for yahoo
+
+  * 2015-02-25 Hassek <tomas at onereceipt.me>
+    added OAuth2 support to yahoo. Also, removed OAuth1 since yahoo will not be
+    supporting it anymore
+
+  * 2015-02-24 Matías Aguirre <matiasaguirre at gmail.com>
+    Cleanup imports and hmac creation, fix python3 compatibility
+
+  * 2015-02-24 zz <zz.at.field at gmail.com>
+    Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
+
+  * 2015-02-24 zz <zz.at.field at gmail.com>
+    Fix Issue #532, get UID when use access_token ajax auth in weibo backends.
+
+  * 2015-02-23 Matías Aguirre <matiasaguirre at gmail.com>
+    Fix zotero tests
+
 2015-02-23 v0.2.2
 =================
 
   * 2015-02-23 Matías Aguirre <matiasaguirre at gmail.com>
+    v0.2.2
+
+  * 2015-02-23 Matías Aguirre <matiasaguirre at gmail.com>
     PEP8/PyFlakes
 
   * 2015-02-21 Motoki Naruse <motoki at naru.se>
@@ -36,6 +159,9 @@
   * 2015-02-13 Chris Martin <ch.martin at gmail.com>
     Include username in Reddit extra_data
 
+  * 2015-02-12 Eugene Agafonov <e.a.agafonov at gmail.com>
+    [facebook-oauth2] Verifying Graph API Calls with appsecret_proof
+
   * 2015-02-11 tell-k <ffk2005 at gmail.com>
     refs #512 fixed typo
 
@@ -157,6 +283,9 @@
   * 2014-11-27 James Potter <james.potter at gmail.com>
     Update django.rst
 
+  * 2014-11-26 Anna Warzecha <anna.warzecha at gmail.com>
+    User ID is required to use any further requests
+
   * 2014-11-26 Sasha Golubev <erwerthg at gmail.com>
     Added backend for professionali.ru
 
diff --git a/social/__init__.py b/social/__init__.py
index 7df9523..6baaa95 100644
--- a/social/__init__.py
+++ b/social/__init__.py
@@ -2,6 +2,6 @@
 python-social-auth application, allows OpenId or OAuth user
 registration/authentication just adding a few configurations.
 """
-version = (0, 2, 2)
+version = (0, 2, 3)
 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