comparison Code/python_oauth2-master/debian/changelog @ 21:e68dbee1f6db

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