p@21
|
1 python-oauth2 (1.5.211) maverick; urgency=low
|
p@21
|
2
|
p@21
|
3 * UNRELEASED
|
p@21
|
4
|
p@21
|
5 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 13 Dec 2011 17:39:07 +0000
|
p@21
|
6
|
p@21
|
7 python-oauth2 (1.5.210) maverick; urgency=low
|
p@21
|
8
|
p@21
|
9 * UNRELEASED
|
p@21
|
10
|
p@21
|
11 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 09 Dec 2011 01:17:31 +0000
|
p@21
|
12
|
p@21
|
13 python-oauth2 (1.5.170) lucid; urgency=low
|
p@21
|
14
|
p@21
|
15 * UNRELEASED
|
p@21
|
16
|
p@21
|
17 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 02 May 2011 23:48:16 +0000
|
p@21
|
18
|
p@21
|
19 python-oauth2 (1.5.169) lucid; urgency=low
|
p@21
|
20
|
p@21
|
21 * UNRELEASED
|
p@21
|
22
|
p@21
|
23 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 15 Apr 2011 21:29:41 +0000
|
p@21
|
24
|
p@21
|
25 python-oauth2 (1.5.168) lucid; urgency=low
|
p@21
|
26
|
p@21
|
27 * UNRELEASED
|
p@21
|
28
|
p@21
|
29 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 05 Apr 2011 23:13:18 +0000
|
p@21
|
30
|
p@21
|
31 python-oauth2 (1.5.167) lucid; urgency=low
|
p@21
|
32
|
p@21
|
33 * UNRELEASED
|
p@21
|
34
|
p@21
|
35 -- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 17 Feb 2011 21:56:49 +0000
|
p@21
|
36
|
p@21
|
37 python-oauth2 (1.5.166) lucid; urgency=low
|
p@21
|
38
|
p@21
|
39 [ Zooko Ofsimplegeo ]
|
p@21
|
40 * fix encoding of non-ascii data into postdata, really fixes #48 this
|
p@21
|
41 time (comes with test)
|
p@21
|
42
|
p@21
|
43 [ SimpleGeo Nerds ]
|
p@21
|
44
|
p@21
|
45 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 15 Feb 2011 17:23:00 +0000
|
p@21
|
46
|
p@21
|
47 python-oauth2 (1.5.165) lucid; urgency=low
|
p@21
|
48
|
p@21
|
49 [ Zooko Ofsimplegeo ]
|
p@21
|
50 * get_normalized_parameters() is required to exclude any
|
p@21
|
51 oauth_signature that was already there, and it is required to
|
p@21
|
52 preserve duplicate keys, even with identical values ref #46, fixes
|
p@21
|
53 pull/49, thanks @zyegfryed
|
p@21
|
54
|
p@21
|
55 [ SimpleGeo Nerds ]
|
p@21
|
56
|
p@21
|
57 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 07 Feb 2011 19:24:56 +0000
|
p@21
|
58
|
p@21
|
59 python-oauth2 (1.5.164) lucid; urgency=low
|
p@21
|
60
|
p@21
|
61 [ Zooko Ofsimplegeo ]
|
p@21
|
62 * make it actually inspect the request, and fix the test to require
|
p@21
|
63 the right things of the request ref #46, ref pull/49, thanks
|
p@21
|
64 @zyegfryed
|
p@21
|
65
|
p@21
|
66 [ SimpleGeo Nerds ]
|
p@21
|
67
|
p@21
|
68 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 07 Feb 2011 18:53:56 +0000
|
p@21
|
69
|
p@21
|
70 python-oauth2 (1.5.163) lucid; urgency=low
|
p@21
|
71
|
p@21
|
72 [ Zooko Ofsimplegeo ]
|
p@21
|
73 * add test of #46; fixes #46
|
p@21
|
74
|
p@21
|
75 [ SimpleGeo Nerds ]
|
p@21
|
76
|
p@21
|
77 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 04 Feb 2011 18:14:56 +0000
|
p@21
|
78
|
p@21
|
79 python-oauth2 (1.5.162) lucid; urgency=low
|
p@21
|
80
|
p@21
|
81 [ Zooko Ofsimplegeo ]
|
p@21
|
82 * import parse_qs from cgi if it can't be imported from urlparse, thus
|
p@21
|
83 regaining compatibility with Python 2.5 fixes #47 thanks to @vtsao,
|
p@21
|
84 @subsume, @worksology
|
p@21
|
85
|
p@21
|
86 [ SimpleGeo Nerds ]
|
p@21
|
87
|
p@21
|
88 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 04 Feb 2011 17:50:56 +0000
|
p@21
|
89
|
p@21
|
90 python-oauth2 (1.5.161) lucid; urgency=low
|
p@21
|
91
|
p@21
|
92 [ Zooko Ofsimplegeo ]
|
p@21
|
93 * Include all parameters from URL, even ones that begin with "oauth_",
|
p@21
|
94 in signature base. effectively reverts
|
p@21
|
95 https://github.com/simplegeo/python-
|
p@21
|
96 oauth2/commit/50ca9578f598faff5427e58814e2f45d01d3261c fixes #27
|
p@21
|
97 Thanks to @robhudson for the bug report and help debugging.
|
p@21
|
98
|
p@21
|
99 [ SimpleGeo Nerds ]
|
p@21
|
100
|
p@21
|
101 -- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 03 Feb 2011 18:03:59 +0000
|
p@21
|
102
|
p@21
|
103 python-oauth2 (1.5.160) lucid; urgency=low
|
p@21
|
104
|
p@21
|
105 [ Zooko Ofsimplegeo ]
|
p@21
|
106 * add another unicode test case to the tests just to show to user
|
p@21
|
107 saevarom on github
|
p@21
|
108
|
p@21
|
109 [ SimpleGeo Nerds ]
|
p@21
|
110
|
p@21
|
111 -- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 03 Feb 2011 00:01:55 +0000
|
p@21
|
112
|
p@21
|
113 python-oauth2 (1.5.159) lucid; urgency=low
|
p@21
|
114
|
p@21
|
115 * UNRELEASED
|
p@21
|
116
|
p@21
|
117 -- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 03 Feb 2011 00:00:04 +0000
|
p@21
|
118
|
p@21
|
119 python-oauth2 (1.5.158) lucid; urgency=low
|
p@21
|
120
|
p@21
|
121 [ Zooko Ofsimplegeo ]
|
p@21
|
122 * keep empty params parsed from the URL (fixes #22)
|
p@21
|
123
|
p@21
|
124 [ SimpleGeo Nerds ]
|
p@21
|
125
|
p@21
|
126 -- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 02 Feb 2011 19:34:25 +0000
|
p@21
|
127
|
p@21
|
128 python-oauth2 (1.5.155) lucid; urgency=low
|
p@21
|
129
|
p@21
|
130 [ Zooko Ofsimplegeo ]
|
p@21
|
131 * use multiple values under the same key from the body (fixes #23)
|
p@21
|
132 Thanks to rogerm, ideasculptor, jiivan, timgraham.
|
p@21
|
133
|
p@21
|
134 [ SimpleGeo Nerds ]
|
p@21
|
135
|
p@21
|
136 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 01 Feb 2011 23:43:56 +0000
|
p@21
|
137
|
p@21
|
138 python-oauth2 (1.5.154) lucid; urgency=low
|
p@21
|
139
|
p@21
|
140 * UNRELEASED
|
p@21
|
141
|
p@21
|
142 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 01 Feb 2011 18:03:58 +0000
|
p@21
|
143
|
p@21
|
144 python-oauth2 (1.5.153) lucid; urgency=low
|
p@21
|
145
|
p@21
|
146 [ Zooko Ofsimplegeo ]
|
p@21
|
147 * add work-around for bug unicode-handling in urlparse in Python <
|
p@21
|
148 2.7, including tests
|
p@21
|
149
|
p@21
|
150 [ SimpleGeo Nerds ]
|
p@21
|
151
|
p@21
|
152 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 01 Feb 2011 16:31:56 +0000
|
p@21
|
153
|
p@21
|
154 python-oauth2 (1.5.152) lucid; urgency=low
|
p@21
|
155
|
p@21
|
156 [ Zooko Ofsimplegeo ]
|
p@21
|
157 * another test for handling of non-ascii, non-utf-8 urls
|
p@21
|
158
|
p@21
|
159 [ SimpleGeo Nerds ]
|
p@21
|
160
|
p@21
|
161 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 28 Jan 2011 18:14:34 +0000
|
p@21
|
162
|
p@21
|
163 python-oauth2 (1.5.151) lucid; urgency=low
|
p@21
|
164
|
p@21
|
165 * UNRELEASED
|
p@21
|
166
|
p@21
|
167 -- SimpleGeo Nerds <nerds@simplegeo.com> Thu, 27 Jan 2011 05:31:55 +0000
|
p@21
|
168
|
p@21
|
169 python-oauth2 (1.5.150) lucid; urgency=low
|
p@21
|
170
|
p@21
|
171 * UNRELEASED
|
p@21
|
172
|
p@21
|
173 -- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 26 Jan 2011 17:15:25 +0000
|
p@21
|
174
|
p@21
|
175 python-oauth2 (1.5.149) lucid; urgency=low
|
p@21
|
176
|
p@21
|
177 [ Zooko Ofsimplegeo ]
|
p@21
|
178 * add the body-hash header as specified in
|
p@21
|
179 http://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-
|
p@21
|
180 bodyhash.html
|
p@21
|
181
|
p@21
|
182 [ SimpleGeo Nerds ]
|
p@21
|
183
|
p@21
|
184 -- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 26 Jan 2011 17:11:34 +0000
|
p@21
|
185
|
p@21
|
186 python-oauth2 (1.5.148) lucid; urgency=low
|
p@21
|
187
|
p@21
|
188 [ Zooko Ofsimplegeo ]
|
p@21
|
189 * default body is the empty string rather than None; add the Realm
|
p@21
|
190 header
|
p@21
|
191
|
p@21
|
192 [ SimpleGeo Nerds ]
|
p@21
|
193
|
p@21
|
194 -- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 26 Jan 2011 17:02:34 +0000
|
p@21
|
195
|
p@21
|
196 python-oauth2 (1.5.147) lucid; urgency=low
|
p@21
|
197
|
p@21
|
198 [ Zooko Ofsimplegeo ]
|
p@21
|
199 * pass the body and the is_form_encoding flag in to the Request object
|
p@21
|
200 (for future use in implementing the hash-of-body extension)
|
p@21
|
201
|
p@21
|
202 [ SimpleGeo Nerds ]
|
p@21
|
203
|
p@21
|
204 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 25 Jan 2011 17:39:34 +0000
|
p@21
|
205
|
p@21
|
206 python-oauth2 (1.5.146) lucid; urgency=low
|
p@21
|
207
|
p@21
|
208 [ Zooko Ofsimplegeo ]
|
p@21
|
209 * refactor internals of the way Client.request() decides whether this
|
p@21
|
210 is a x-www-form-urlencoded request or not
|
p@21
|
211
|
p@21
|
212 [ SimpleGeo Nerds ]
|
p@21
|
213
|
p@21
|
214 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 25 Jan 2011 17:30:38 +0000
|
p@21
|
215
|
p@21
|
216 python-oauth2 (1.5.145) lucid; urgency=low
|
p@21
|
217
|
p@21
|
218 [ Zooko Ofsimplegeo ]
|
p@21
|
219 * update version number from 1.4 to 1.5
|
p@21
|
220
|
p@21
|
221 [ SimpleGeo Nerds ]
|
p@21
|
222
|
p@21
|
223 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 22:08:36 +0000
|
p@21
|
224
|
p@21
|
225 python-oauth2 (1.4.144) lucid; urgency=low
|
p@21
|
226
|
p@21
|
227 [ Zooko Ofsimplegeo ]
|
p@21
|
228 * more thorough unit tests for non-ascii urls, params, and query-args-
|
p@21
|
229 in-url
|
p@21
|
230
|
p@21
|
231 [ SimpleGeo Nerds ]
|
p@21
|
232
|
p@21
|
233 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 22:02:34 +0000
|
p@21
|
234
|
p@21
|
235 python-oauth2 (1.4.143) lucid; urgency=low
|
p@21
|
236
|
p@21
|
237 [ Zooko Ofsimplegeo ]
|
p@21
|
238 * use two-part version number -- version is manually modified, build-
|
p@21
|
239 number is automatically modified
|
p@21
|
240
|
p@21
|
241 [ Simple Geebus ]
|
p@21
|
242
|
p@21
|
243 [ SimpleGeo Nerds ]
|
p@21
|
244
|
p@21
|
245 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 20:21:20 +0000
|
p@21
|
246
|
p@21
|
247 python-oauth2 (1.4.134) lucid; urgency=low
|
p@21
|
248
|
p@21
|
249 * UNRELEASED
|
p@21
|
250
|
p@21
|
251 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 18:30:58 +0000
|
p@21
|
252
|
p@21
|
253 python-oauth2 (1.4.133) lucid; urgency=low
|
p@21
|
254
|
p@21
|
255 [ Zooko Ofsimplegeo ]
|
p@21
|
256 * handle unicode objects and utf-8 strings in url and params and
|
p@21
|
257 encode them to utf-8 when serializing
|
p@21
|
258
|
p@21
|
259 [ SimpleGeo Nerds ]
|
p@21
|
260
|
p@21
|
261 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 18:25:54 +0000
|
p@21
|
262
|
p@21
|
263 python-oauth2 (1.4.132) lucid; urgency=low
|
p@21
|
264
|
p@21
|
265 * UNRELEASED
|
p@21
|
266
|
p@21
|
267 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 17:39:52 +0000
|
p@21
|
268
|
p@21
|
269 python-oauth2 (1.4.131) lucid; urgency=low
|
p@21
|
270
|
p@21
|
271 * UNRELEASED
|
p@21
|
272
|
p@21
|
273 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 17:32:18 +0000
|
p@21
|
274
|
p@21
|
275 python-oauth2 (1.4.130) lucid; urgency=low
|
p@21
|
276
|
p@21
|
277 * UNRELEASED
|
p@21
|
278
|
p@21
|
279 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 24 Jan 2011 17:22:46 +0000
|
p@21
|
280
|
p@21
|
281 python-oauth2 (1.4.129) lucid; urgency=low
|
p@21
|
282
|
p@21
|
283 [ Zooko Ofsimplegeo ]
|
p@21
|
284 * change manually-managed version number from 1.3 to 1.4
|
p@21
|
285
|
p@21
|
286 [ SimpleGeo Nerds ]
|
p@21
|
287
|
p@21
|
288 -- SimpleGeo Nerds <nerds@simplegeo.com> Fri, 21 Jan 2011 19:52:32 +0000
|
p@21
|
289
|
p@21
|
290 python-oauth2 (1.3.128) lucid; urgency=low
|
p@21
|
291
|
p@21
|
292 [ Zooko Ofsimplegeo ]
|
p@21
|
293 * raise an exception if the URL passed in is not a unicode object nor
|
p@21
|
294 ascii We can't submit a correct URL with arbitrary bytes -- we have
|
p@21
|
295 to submit a utf-8 encoded unicode string. (Otherwise we'll cause
|
p@21
|
296 either a rejection or a signature mismatch in the server, which is
|
p@21
|
297 what has happened at SimpleGeo.) If the caller passes in non-ascii
|
p@21
|
298 things in a str then it would be better for them to change their
|
p@21
|
299 code to decode it to unicode before passing it in than for us to
|
p@21
|
300 decode it, since they have a better chance of knowing what encoding
|
p@21
|
301 it is in -- if we did it we would be guessing.
|
p@21
|
302 * fix flaws pointed out by ieure, plus test failures I'm not entirely
|
p@21
|
303 sure it is appropriate to allow .url and .normalized_url to be non-
|
p@21
|
304 existent in addition to allowing them to be None, but I don't really
|
p@21
|
305 understand the intent of the url setter.
|
p@21
|
306 * Oh, after we've made sure it can be converted to unicode, just leave
|
p@21
|
307 it as a unicode object after that.
|
p@21
|
308 * raise more specific error message if argument to to_unicode() is
|
p@21
|
309 neither unicode nor str
|
p@21
|
310 * a couple of cleanups suggested by ieure in code review
|
p@21
|
311
|
p@21
|
312 [ SimpleGeo Nerds ]
|
p@21
|
313
|
p@21
|
314 -- SimpleGeo Nerds <nerds@simplegeo.com> Mon, 10 Jan 2011 22:42:35 +0000
|
p@21
|
315
|
p@21
|
316 python-oauth2 (1.3.127) lucid; urgency=low
|
p@21
|
317
|
p@21
|
318 [ Zooko Ofsimplegeo ]
|
p@21
|
319 * run tests when building
|
p@21
|
320 * raise exception from a test just to see if hudson is *really*
|
p@21
|
321 running these tests. I don't see the test results.
|
p@21
|
322 * put version number in a file where it can be read and written by
|
p@21
|
323 various things (including hudson)
|
p@21
|
324 * make oauth2.__version__ exist, rename VERSION to OAUTH_VERSION for
|
p@21
|
325 clarity
|
p@21
|
326 * debian/control -- build-dep pyflakes
|
p@21
|
327 * fix pyflakes
|
p@21
|
328 * build-dep requires python-coverage
|
p@21
|
329 * switch from nosetests to the builtin test runner Just because it
|
p@21
|
330 doesn't seem to currently use any feature of nosetest and this way
|
p@21
|
331 we can reduce the dependencies by one. We'll feel free to switch it
|
p@21
|
332 back to using nosetests (and add the dep to debian/control this
|
p@21
|
333 time) if we want to use some extra feature of nose.
|
p@21
|
334 * remove test failure which was inserted just to see if hudson was
|
p@21
|
335 running the tests properly
|
p@21
|
336 * Fix bug inserted by pyflakes inspired cleanup earlier -- it turns
|
p@21
|
337 out that _get_version() wasn't dead code but was having a necessary
|
p@21
|
338 side-effect. Add new method named _check_version() to be clearer
|
p@21
|
339 about what it does compared to _get_version()
|
p@21
|
340 * port tests from mox to mock because they were failing and I don't
|
p@21
|
341 understand mox. now they are working. add mock to the python and
|
p@21
|
342 debian deps. remove apparently left-over line of code that runs
|
p@21
|
343 "sign()" at the end of checking a signature
|
p@21
|
344
|
p@21
|
345 [ SimpleGeo Nerds ]
|
p@21
|
346
|
p@21
|
347 -- SimpleGeo Nerds <nerds@simplegeo.com> Tue, 04 Jan 2011 19:39:34 +0000
|
p@21
|
348
|
p@21
|
349 python-oauth2 (1.2.1) lucid; urgency=low
|
p@21
|
350
|
p@21
|
351 [ Joe Stump ]
|
p@21
|
352 * Fixed a minor spelling error, added tests for
|
p@21
|
353 oauth2.Error.__str__(), and added a test for build_xoauth_string().
|
p@21
|
354 * Added a 'make test' command to the Makefile.
|
p@21
|
355 * Added a bunch of new tests. 100% coverage has lapsed a bit. Fixing
|
p@21
|
356 now.
|
p@21
|
357
|
p@21
|
358 [ Ian Eure ]
|
p@21
|
359 * Update deb rule in makefile to sign packages and move them to
|
p@21
|
360 dist/deb.
|
p@21
|
361
|
p@21
|
362 [ Joe Stump ]
|
p@21
|
363 * Implemented a 'fix' for a bug in certain OAuth providers.
|
p@21
|
364 http://bit.ly/aUrH43
|
p@21
|
365
|
p@21
|
366 [ Ian Eure ]
|
p@21
|
367 * Update packaging.
|
p@21
|
368 * Fix version disparity.
|
p@21
|
369
|
p@21
|
370 [ coulix ]
|
p@21
|
371 * get normalised parameters should not take into account oauth_ params
|
p@21
|
372
|
p@21
|
373 [ Mathias Herberts ]
|
p@21
|
374 * Modified get_normalized_parameters so it does not encode '~' for
|
p@21
|
375 full conformance with RFC 5849 section 3.6
|
p@21
|
376
|
p@21
|
377 [ Peter Bengtsson ]
|
p@21
|
378 * made it python 2.4 compatible
|
p@21
|
379
|
p@21
|
380 [ Roderic Campbell ]
|
p@21
|
381 * tok != token. con != consumer. May be confusing for people not
|
p@21
|
382 actually reading the code.
|
p@21
|
383
|
p@21
|
384 [ Ian Eure ]
|
p@21
|
385
|
p@21
|
386 -- Ian Eure <ian@simplegeo.com> Mon, 28 Jun 2010 12:02:02 -0700
|
p@21
|
387
|
p@21
|
388 python-oauth2 (1.2.1pre2) unstable; urgency=low
|
p@21
|
389
|
p@21
|
390 * Fix version disparity between setup.py & debian/changelog.
|
p@21
|
391
|
p@21
|
392 -- Ian Eure <ian@simplegeo.com> Fri, 11 Jun 2010 16:11:41 -0700
|
p@21
|
393
|
p@21
|
394 python-oauth2 (1.2.1pre1) unstable; urgency=low
|
p@21
|
395
|
p@21
|
396 * Make a native package.
|
p@21
|
397 * Increment version.
|
p@21
|
398 * Make debian/rules executable.
|
p@21
|
399 * Update standards-version, maintainers.
|
p@21
|
400 * Remvoe unneeded python-central build dependency.
|
p@21
|
401
|
p@21
|
402 -- Ian Eure <ian@simplegeo.com> Fri, 11 Jun 2010 16:09:01 -0700
|
p@21
|
403
|
p@21
|
404 python-oauth2 (1.0.0-1simplegeo01) karmic; urgency=low
|
p@21
|
405
|
p@21
|
406 * Initial build for SimpleGeo
|
p@21
|
407
|
p@21
|
408 -- SimpleGeo Nerds <nerds@simplegeo.com> Wed, 21 Oct 2009 23:24:00 -0700
|