File tree 2 files changed +40
-1
lines changed 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change
1
+ python-oauth2 (1.2.1) lucid; urgency=low
2
+
3
+ [ Joe Stump ]
4
+ * Fixed a minor spelling error, added tests for
5
+ oauth2.Error.__str__(), and added a test for build_xoauth_string().
6
+ * Added a 'make test' command to the Makefile.
7
+ * Added a bunch of new tests. 100% coverage has lapsed a bit. Fixing
8
+ now.
9
+
10
+ [ Ian Eure ]
11
+ * Update deb rule in makefile to sign packages and move them to
12
+ dist/deb.
13
+
14
+ [ Joe Stump ]
15
+ * Implemented a 'fix' for a bug in certain OAuth providers.
16
+ http://bit.ly/aUrH43
17
+
18
+ [ Ian Eure ]
19
+ * Update packaging.
20
+ * Fix version disparity.
21
+
22
+ [ coulix ]
23
+ * get normalised parameters should not take into account oauth_ params
24
+
25
+ [ Mathias Herberts ]
26
+ * Modified get_normalized_parameters so it does not encode '~' for
27
+ full conformance with RFC 5849 section 3.6
28
+
29
+ [ Peter Bengtsson ]
30
+ * made it python 2.4 compatible
31
+
32
+ [ Roderic Campbell ]
33
+ * tok != token. con != consumer. May be confusing for people not
34
+ actually reading the code.
35
+
36
+ [ Ian Eure ]
37
+
38
+ -- Ian Eure <
[email protected] > Mon, 28 Jun 2010 12:02:02 -0700
39
+
1
40
python-oauth2 (1.2.1pre2) unstable; urgency=low
2
41
3
42
* Fix version disparity between setup.py & debian/changelog.
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
setup (name = "oauth2" ,
6
- version = "1.2.1pre2 " ,
6
+ version = "1.2.1 " ,
7
7
description = "Library for OAuth version 1.0a." ,
8
8
author = "Joe Stump" ,
9
9
You can’t perform that action at this time.
0 commit comments