From 13f5897a89681cd4f66579be639d06f69f6699737fe1dee83e23c584396bd264 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 1 Nov 2013 11:29:59 +0000
Subject: [PATCH] Accepting request 205530 from
home:posophe:branches:devel:languages:python
Update
OBS-URL: https://build.opensuse.org/request/show/205530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=7
---
oauthlib-0.3.4.tar.gz | 3 ---
oauthlib-0.6.0.tar.gz | 3 +++
python-oauthlib.changes | 31 +++++++++++++++++++++++++++++++
python-oauthlib.spec | 2 +-
4 files changed, 35 insertions(+), 4 deletions(-)
delete mode 100644 oauthlib-0.3.4.tar.gz
create mode 100644 oauthlib-0.6.0.tar.gz
diff --git a/oauthlib-0.3.4.tar.gz b/oauthlib-0.3.4.tar.gz
deleted file mode 100644
index 0633d17..0000000
--- a/oauthlib-0.3.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7f3a2bc708c9667aa9e5071bde10bcaa1c07218b4f0c777383a98478ef47bdd3
-size 54799
diff --git a/oauthlib-0.6.0.tar.gz b/oauthlib-0.6.0.tar.gz
new file mode 100644
index 0000000..fb98f65
--- /dev/null
+++ b/oauthlib-0.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:90746519ea84ae3f7c632ede04a8a049ce863eb81df02054a0c63aa3f3da9f50
+size 91756
diff --git a/python-oauthlib.changes b/python-oauthlib.changes
index e231994..149689c 100644
--- a/python-oauthlib.changes
+++ b/python-oauthlib.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Fri Nov 1 11:22:43 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 0.6.0
+ + All endpoint methods change contract to return 3 values instead
+ of 4. The new signature is `headers`, `body`, `status code` where
+ the initial `redirect_uri` has been relocated to its rightful place
+ inside headers as `Location`.
+ + OAuth 1 Access Token Endpoint has a new required validator method
+ `invalidate_request_token`.
+ + OAuth 1 Authorization Endpoint now returns a 200 response instead
+ of 302 on `oob` callbacks.
+- Changes from version 0.5.1
+ + OAuth 1 provider fix for incorrect token param in nonce validation.
+- Changes from version 0.5.0
+ + OAuth 1 provider refactor. OAuth 2 refresh token validation fix.
+- Changes from version 0.4.2
+ + OAuth 2 draft to RFC. Removed OAuth 2 framework decorators.
+- Changes from version 0.4.1
+ + Documentation corrections and various small code fixes.
+- Changes from version 0.4.0
+ + OAuth 2 Provider support (experimental).
+- Changes from version 0.3.8
+ + OAuth 2 Client now uses custom errors and raise on expire
+- Changes from version 0.3.7
+ + OAuth 1 optional encoding of Client.sign return values
+- Changes from version 0.3.6
+ + Revert default urlencoding.
+- Changes from version 0.3.5
+ + Default unicode conversion (utf-8) and urlencoding of input.
+
-------------------------------------------------------------------
Thu Oct 24 11:09:35 UTC 2013 - speilicke@suse.com
diff --git a/python-oauthlib.spec b/python-oauthlib.spec
index 01c910b..9257637 100644
--- a/python-oauthlib.spec
+++ b/python-oauthlib.spec
@@ -17,7 +17,7 @@
Name: python-oauthlib
-Version: 0.3.4
+Version: 0.6.0
Release: 0
Url: https://github.com/idangazit/oauthlib
Summary: A Generic Implementation of the OAuth Request-Signing Logic