aboutsummaryrefslogtreecommitdiff
blob: 099715307fc1a111cdff11b59b231a5fb8c113a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
# ChangeLog for dev-lang/python
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.721 2013/12/15 08:53:43 ago Exp $

  15 Dec 2013; Agostino Sarubbo <ago@gentoo.org> python-3.3.2-r2.ebuild:
  Stable for sparc, wrt bug #474128

  13 Dec 2013; Matt Turner <mattst88@gentoo.org> python-3.3.2-r2.ebuild:
  alpha stable, bug 474128.

  08 Dec 2013; Pacho Ramos <pacho@gentoo.org> python-3.3.2-r2.ebuild:
  x86 stable, bug #474128

  07 Dec 2013; Mike Frysinger <vapier@gentoo.org> python-2.7.6.ebuild,
  python-3.3.3.ebuild:
  Drop redundant die statements with EAPI=4.

*python-2.7.6 (01 Dec 2013)

  01 Dec 2013; Mike Gilbert <floppym@gentoo.org> +python-2.7.6.ebuild:
  Version bump. Thanks to Arfrever for the patches.

  30 Nov 2013; Jeroen Roovers <jer@gentoo.org> python-3.3.2-r2.ebuild:
  Stable for HPPA (bug #474128).

  30 Nov 2013; Pacho Ramos <pacho@gentoo.org> python-3.3.2-r2.ebuild:
  amd64 stable, bug #474128

  23 Nov 2013; Jeroen Roovers <jer@gentoo.org> python-3.3.2-r2.ebuild,
  python-3.3.3.ebuild:
  Typo.

  23 Nov 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild,
  python-3.3.3.ebuild:
  Update the postinst upgrade message.

*python-3.3.3 (21 Nov 2013)

  21 Nov 2013; Mike Gilbert <floppym@gentoo.org> +python-3.3.3.ebuild:
  Version bump. Thanks to Arfrever for maintaining the patchset.

*python-2.7.5-r4 (26 Oct 2013)

  26 Oct 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-2.7-issue18851.patch, +python-2.7.5-r4.ebuild:
  Apply patch to fix regression in subprocess module, bug 489378.

*python-2.7.5-r3 (16 Oct 2013)
*python-3.2.5-r3 (16 Oct 2013)

  16 Oct 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-2.7-issue16248.patch, +files/python-3.2-issue16248.patch,
  +python-2.7.5-r3.ebuild, +python-3.2.5-r3.ebuild, -python-2.7.5-r2.ebuild,
  -python-3.2.5-r2.ebuild:
  Apply upstream fix for regression in Tkinter, bug 488208 by jlec.

  10 Oct 2013; Dirkjan Ochtman <djc@gentoo.org> -files/python-3.2.3-x32.patch,
  -python-2.6.8-r1.ebuild, -python-2.6.8-r2.ebuild, -python-2.7.3-r2.ebuild,
  -python-2.7.3-r3.ebuild, -python-2.7.5-r1.ebuild, -python-2.7.5.ebuild,
  -python-3.2.3-r1.ebuild, -python-3.2.3-r2.ebuild, -python-3.2.3.ebuild,
  -python-3.2.4.ebuild, -python-3.2.5-r1.ebuild, -python-3.2.5.ebuild,
  -python-3.3.1.ebuild, -python-3.3.2-r1.ebuild, -python-3.3.2.ebuild:
  Remove old versions of python.

  26 Sep 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-2.7.5-nonfatal-compileall.patch, python-2.7.5-r2.ebuild:
  Apply cross-compile fixes to python-2.7.5.

  26 Sep 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild:
  Fix/simplify cross-compiles.

  26 Sep 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild:
  Depend on xz-utils (_lzma module).

  05 Sep 2013; Mike Gilbert <floppym@gentoo.org>
  -files/CVE-2013-4238_py32.patch:
  Drop another patch.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> -files/linux2.patch,
  -files/python-2.4.4-test-cross.patch, -files/python-2.5-cross-printf.patch,
  -files/python-2.6-chflags-cross.patch, -files/python-2.6-test-cross.patch,
  -files/python-3-distutils-egg-utf8.patch, -files/python-3.2-soname_typo.patch,
  -python-2.5.4-r5.ebuild, -python-2.5.4-r6.ebuild, -python-3.1.5-r1.ebuild,
  -python-3.1.5.ebuild:
  Remove Python 2.5 and 3.1. Purge old patches.

  05 Sep 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild:
  Disable network tests, bug 483656.

  28 Aug 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.3-r2.ebuild,
  python-2.7.3-r3.ebuild, python-2.7.5-r1.ebuild, python-2.7.5-r2.ebuild,
  python-2.7.5.ebuild, python-3.2.3-r1.ebuild, python-3.2.3-r2.ebuild,
  python-3.2.3.ebuild, python-3.2.4.ebuild, python-3.2.5-r1.ebuild,
  python-3.2.5-r2.ebuild, python-3.2.5.ebuild, python-3.3.1.ebuild,
  python-3.3.2-r1.ebuild, python-3.3.2-r2.ebuild, python-3.3.2.ebuild:
  Drop extensions usedep from sqlite dep; sqlite is dropping the use flag.

  26 Aug 2013; Michał Górny <mgorny@gentoo.org> python-2.5.4-r6.ebuild:
  Replace internal eclass functions with a simple sed.

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for sparc, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for sh, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for s390, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for ppc, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for ppc64, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for ia64, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for arm, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for alpha, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for x86, wrt bug #480856

  23 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for amd64, wrt bug #480856

  20 Aug 2013; Jeroen Roovers <jer@gentoo.org> python-2.6.8-r3.ebuild,
  python-2.7.5-r2.ebuild, python-3.2.5-r2.ebuild:
  Stable for HPPA (bug #480856).

*python-2.7.5-r2 (18 Aug 2013)
*python-3.2.5-r2 (18 Aug 2013)
*python-2.6.8-r3 (18 Aug 2013)

  18 Aug 2013; Mike Gilbert <floppym@gentoo.org>
  +files/CVE-2013-4238_py26.patch, +files/CVE-2013-4238_py27.patch,
  +files/CVE-2013-4238_py32.patch, +files/CVE-2013-4238_py33.patch,
  +python-2.6.8-r3.ebuild, +python-2.7.5-r2.ebuild, +python-3.2.5-r2.ebuild,
  -files/CVE-2013-4073_py33.patch, python-3.3.2-r2.ebuild:
  Apply fix for CVE-2013-4238, bug 480856.

*python-3.3.2-r2 (18 Aug 2013)

  18 Aug 2013; Mike Gilbert <floppym@gentoo.org>
  +files/CVE-2013-4073_py33.patch, +python-3.3.2-r2.ebuild:
  Use Arfrever's patchset, bug 354877. Apply fix for CVS-2013-4238, bug 480856.

  06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for s390, wrt bug #475424

  06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for s390, wrt bug #469988

  03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for sparc, wrt bug #475424

  22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for sparc, wrt bug #469988

  21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for sh, wrt bug #469988

*python-2.7.5-r1 (12 Jul 2013)

  12 Jul 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-2.7.5-re_unsigned_ptrdiff.patch, +python-2.7.5-r1.ebuild:
  Apply patch to fix regex crash, bug 476426 by Fabio Rossi.

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for ia64, wrt bug #469988

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for ia64, wrt bug #475424

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for arm, wrt bug #469988

  07 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for arm, wrt bug #475424

  06 Jul 2013; Mike Gilbert <floppym@gentoo.org> -python-2.7.4.ebuild:
  Remove old.

  06 Jul 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.5.ebuild:
  Move uclibc test removal after everything else, bug 475972.

  06 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for alpha, wrt bug #469988

  04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for ppc64, wrt bug #469988

  04 Jul 2013; Jeroen Roovers <jer@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for HPPA (bug #469988).

  04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for ppc64, wrt bug #475424

  04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for ppc, wrt bug #469988

  04 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for ppc, wrt bug #475424

  03 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for x86, wrt bug #469988

  03 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-3.2.5-r1.ebuild:
  Stable for amd64, wrt bug #469988

*python-3.2.5-r1 (03 Jul 2013)
*python-3.3.2-r1 (03 Jul 2013)

  03 Jul 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-3.2-CVE-2013-2099.patch, +files/python-3.3-CVE-2013-2099.patch,
  +python-3.2.5-r1.ebuild, +python-3.3.2-r1.ebuild:
  Add patch to fix CVE-2013-2099, bug 469988.

  02 Jul 2013; Jeroen Roovers <jer@gentoo.org> python-2.7.5.ebuild:
  Stable for HPPA (bug #475424).

  02 Jul 2013; Tobias Klausmann <klausman@gentoo.org> python-2.7.5.ebuild:
  Stable on alpha, bug #475424

  02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for x86, wrt bug #475424

  02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-2.7.5.ebuild:
  Stable for amd64, wrt bug #475424

*python-2.6.8-r2 (30 Jun 2013)
*python-2.5.4-r6 (30 Jun 2013)

  30 Jun 2013; Mike Gilbert <floppym@gentoo.org> +files/python-2.5-tcl86.patch,
  +python-2.5.4-r6.ebuild, +python-2.6.8-r2.ebuild:
  Apply patch to allow old python versions to use tk-8.6, bug 454342. Also fix
  the python shebang in idle2.5 and pydoc2.5, bugs 275241 and 383009.

  30 Jun 2013; Mike Gilbert <floppym@gentoo.org> -python-2.5.4-r4.ebuild,
  -python-2.6.8.ebuild, python-2.5.4-r5.ebuild, python-2.6.8-r1.ebuild:
  Place upper bound on dev-lang/tk dep, bug 454342. Also stabilize on m68k since
  nobody is responding on bug 458318.

  28 Jun 2013; Mike Gilbert <floppym@gentoo.org>
  +files/python-2.7.5-library-path.patch, python-2.7.5.ebuild:
  Fix library paths when not cross-compiling. Should resolve bug 474882. Thanks
  to Arfrever for finding the upstream commit.

*python-2.7.5 (25 May 2013)
*python-3.2.5 (25 May 2013)

  25 May 2013; Mike Gilbert <floppym@gentoo.org> +python-2.7.5.ebuild,
  +python-3.2.5.ebuild, python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild,
  python-3.2.3-r2.ebuild:
  Version bump. Also resolves bug 462288 and 471124.

*python-3.3.2 (21 May 2013)

  21 May 2013; Patrick McLean <chutz@gentoo.org> -python-3.3.0.ebuild,
  -python-3.3.0-r1.ebuild, +python-3.3.2.ebuild:
  Version bump to 3.3.2, clean out old 3.3 versions preparing for unmasking.

  18 May 2013; Magnus Granberg <zorry@gentoo.org> python-2.7.4.ebuild,
  python-3.2.4.ebuild, python-3.3.1.ebuild:
  Add fix to support pax emutramp on libffi

  09 May 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.4.ebuild:
  Don't build the 'maninstall' target; this installs generic symlinks python.1
  and python2.1, which we manage using eselect-python. Bug 469148 by Alphat-PC.

  09 May 2013; Michał Górny <mgorny@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.4.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.4.ebuild, python-3.3.1.ebuild:
  Add epatch_user wrt bug #447714.

  01 May 2013; Mike Gilbert <floppym@gentoo.org> python-3.2.4.ebuild:
  Enable byte-compilation during tests.

  01 May 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.4.ebuild,
  python-3.2.4.ebuild:
  Use Arfrever's patches. Remove some unnecessary || die.

  28 Apr 2013; Patrick McLean <chutzpah@gentoo.org> python-3.3.1.ebuild:
  Re-add patch from Arfrever to fix compilation on non-UTF-8 platforms, drop
  patches that are no longer needed.

*python-3.3.1 (28 Apr 2013)

  28 Apr 2013; Patrick McLean <chutzpah@gentoo.org> +python-3.3.1.ebuild:
  Version bump. Add new patch to fix import tests from Arferver.

*python-3.2.4 (27 Apr 2013)

  27 Apr 2013; Mike Gilbert <floppym@gentoo.org> +python-3.2.4.ebuild:
  Version bump. Fails tests at the moment.

  27 Apr 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.4.ebuild:
  Downgrade to EAPI 4.

  27 Apr 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.4.ebuild:
  Increment patchset.

  13 Apr 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for s390, wrt bug #458318

  07 Apr 2013; Mike Gilbert <floppym@gentoo.org> python-2.7.4.ebuild:
  Adjust the sys-libs/db dep and add some || die.

  07 Apr 2013; Michał Górny <mgorny@gentoo.org> python-2.6.8-r1.ebuild,
  python-2.7.3-r3.ebuild, python-2.7.4.ebuild:
  Fix wininst removal typo. Fixes bug #462862.

*python-2.7.4 (07 Apr 2013)

  07 Apr 2013; Mike Gilbert <floppym@gentoo.org> +python-2.7.4.ebuild:
  Version bump.

  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for sh, wrt bug #458318

  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for sparc, wrt bug #458318

  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for ia64, wrt bug #458318

  26 Mar 2013; Mike Frysinger <vapier@gentoo.org> python-2.6.8-r1.ebuild,
  python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild, python-3.2.3-r2.ebuild,
  python-3.3.0-r1.ebuild:
  When cross-compiling, run the configures in parallel for a nice speed up
  #462264 by SpanKY.

  24 Mar 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.0-r1.ebuild,
  python-3.3.0.ebuild:
  Add hard blocker on <sys-apps/sandbox-2.6-r1 to ensure we don't hit bug
  364877.

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for alpha, wrt bug #458318

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for arm, wrt bug #458318

  21 Mar 2013; Jeroen Roovers <jer@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for HPPA (bug #458318).

  19 Mar 2013; Mike Frysinger <vapier@gentoo.org> python-2.7.3-r3.ebuild,
  python-3.2.3-r2.ebuild, python-3.3.0-r1.ebuild:
  Install the python gdb module in the right place #443510 by Jan Pobrislo.

  19 Mar 2013; Mike Frysinger <vapier@gentoo.org> python-2.7.3-r2.ebuild,
  python-2.7.3-r3.ebuild, python-3.2.3-r1.ebuild, python-3.2.3-r2.ebuild,
  python-3.2.3.ebuild, python-3.3.0-r1.ebuild, python-3.3.0.ebuild:
  Export ac_cv_have_long_long_format=yes when cross-compiling #362945 by
  Patrick.

  19 Mar 2013; Mike Frysinger <vapier@gentoo.org> python-2.7.3-r2.ebuild,
  python-2.7.3-r3.ebuild, python-3.2.3-r1.ebuild, python-3.2.3-r2.ebuild,
  python-3.2.3.ebuild, python-3.3.0-r1.ebuild, python-3.3.0.ebuild:
  Set ac_cv_buggy_getaddrinfo=no when cross-compiling.

  19 Mar 2013; Mike Frysinger <vapier@gentoo.org> python-2.5.4-r4.ebuild,
  python-2.5.4-r5.ebuild, python-2.6.8-r1.ebuild, python-2.6.8.ebuild,
  python-2.7.3-r2.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.1.5.ebuild, python-3.2.3-r1.ebuild, python-3.2.3-r2.ebuild,
  python-3.2.3.ebuild, python-3.3.0-r1.ebuild, python-3.3.0.ebuild:
  Add hardened to IUSE since we `use` it #447264 by Alphat-PC.

  18 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for ppc64, wrt bug #458318

  18 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for ppc, wrt bug #458318

  18 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for x86, wrt bug #458318

  18 Mar 2013; Agostino Sarubbo <ago@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild:
  Stable for amd64, wrt bug #458318

  19 Dec 2012; Mike Gilbert <floppym@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild, python-3.3.0-r1.ebuild:
  Don't depend on dev-lang/python. Bug 447752.

  03 Dec 2012; Mike Gilbert <floppym@gentoo.org> python-2.5.4-r5.ebuild:
  Copy eselect_python logic from more recent ebuilds.

  02 Dec 2012; Michał Górny <mgorny@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild, python-3.3.0-r1.ebuild:
  Stop renaming python-config wrt bug #445592. Keep a symlink for compatibility.

  01 Dec 2012; Michał Górny <mgorny@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild, python-3.3.0-r1.ebuild:
  Use python-any-r1 to clearly enforce build-time Python dependency.

  30 Nov 2012; Michał Górny <mgorny@gentoo.org> python-2.5.4-r5.ebuild,
  python-2.6.8-r1.ebuild, python-2.7.3-r3.ebuild, python-3.1.5-r1.ebuild,
  python-3.2.3-r2.ebuild, python-3.3.0-r1.ebuild:
  Fix byte-compiling the installed epython module when installing a new Python
  version.

*python-2.7.3-r3 (30 Nov 2012)
*python-3.3.0-r1 (30 Nov 2012)
*python-2.6.8-r1 (30 Nov 2012)
*python-2.5.4-r5 (30 Nov 2012)
*python-3.2.3-r2 (30 Nov 2012)
*python-3.1.5-r1 (30 Nov 2012)

  30 Nov 2012; Michał Górny <mgorny@gentoo.org> +python-2.5.4-r5.ebuild,
  +python-2.6.8-r1.ebuild, +python-2.7.3-r3.ebuild, +python-3.1.5-r1.ebuild,
  +python-3.2.3-r2.ebuild, +python-3.3.0-r1.ebuild:
  Introduce a cleaned up, -r1-quality Python ebuilds. Stop using python.eclass,
  install epython module for python-exec.

  14 Oct 2012; Raúl Porcel <armin76@gentoo.org> python-3.1.5.ebuild:
  ia64/m68k/s390/sh/sparc stable

  06 Oct 2012; Markus Meier <maekke@gentoo.org> python-3.1.5.ebuild:
  arm stable, bug #427544

  02 Oct 2012; Jeroen Roovers <jer@gentoo.org> python-3.1.5.ebuild:
  Stable for HPPA (bug #427548).

  02 Oct 2012; Jeroen Roovers <jer@gentoo.org> python-3.2.3-r1.ebuild:
  Stable for HPPA (bug #427548).

  02 Oct 2012; Mike Gilbert <floppym@gentoo.org> python-3.3.0.ebuild:
  Bump patchset revision for bug 436904. Drop wide-unicode use flag.

  30 Sep 2012; Raúl Porcel <armin76@gentoo.org> python-3.2.3.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #427548

  30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> python-3.3.0.ebuild:
  Fix 3.3 slot.

  30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> -python-2.6.6-r2.ebuild,
  -python-2.6.7-r2.ebuild, -python-2.7.2-r3.ebuild, -python-2.7.3.ebuild,
  -python-2.7.3-r1.ebuild, -python-3.1.4-r3.ebuild, -python-3.1.4-r4.ebuild,
  -python-3.2.2.ebuild, -python-3.2.2-r1.ebuild:
  Remove old versions.

*python-3.3.0 (30 Sep 2012)

  30 Sep 2012; Dirkjan Ochtman <djc@gentoo.org> +python-3.3.0.ebuild:
  Add tentative python-3.3 ebuild. Some tests still fail.

  27 Sep 2012; Matt Turner <mattst88@gentoo.org> python-3.1.5.ebuild,
  python-3.2.3-r1.ebuild:
  Stable on alpha, bug 427548.

  03 Aug 2012; Anthony G. Basile <blueness@gentoo.org> python-3.2.3.ebuild:
  Stable arm, bug #427548

  30 Jul 2012; Mike Frysinger <vapier@gentoo.org> python-2.5.4-r4.ebuild,
  python-2.6.6-r2.ebuild, python-2.6.7-r2.ebuild, python-2.6.8.ebuild,
  python-2.7.2-r3.ebuild, python-2.7.3-r1.ebuild, python-2.7.3-r2.ebuild,
  python-2.7.3.ebuild, python-3.1.4-r3.ebuild, python-3.1.4-r4.ebuild,
  python-3.1.5.ebuild, python-3.2.2-r1.ebuild, python-3.2.2.ebuild,
  python-3.2.3-r1.ebuild, python-3.2.3.ebuild:
  Make sure $PKG_CONFIG is respected.

  29 Jul 2012; Raúl Porcel <armin76@gentoo.org> python-2.7.3-r2.ebuild:
  alpha/ia64/m68k/s390/sh/sparc stable wrt #419575

  03 Jul 2012; Brent Baude <ranger@gentoo.org> python-2.7.3-r2.ebuild:
  Marking python-2.7.3-r2 ppc for bug 419575

  22 Jun 2012; Brent Baude <ranger@gentoo.org> python-2.7.3-r2.ebuild:
  Marking python-2.7.3-r2 ppc64 for bug 419575

  17 Jun 2012; Markus Meier <maekke@gentoo.org> python-2.7.3-r2.ebuild:
  arm stable, bug #419575

  17 Jun 2012; Jeff Horelick <jdhore@gentoo.org> python-2.7.3-r2.ebuild:
  marked x86 per bug 419575

  14 Jun 2012; Jeroen Roovers <jer@gentoo.org> python-2.7.3-r2.ebuild:
  Stable for HPPA (bug #419575).

  11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> python-2.7.3-r2.ebuild:
  Stable for amd64, wrt bug #419575

  04 Jun 2012; Mike Frysinger <vapier@gentoo.org> +files/python-3.2.3-x32.patch,
  python-3.2.3.ebuild, python-3.2.3-r1.ebuild:
  Fix posix subprocess module on x32.

  26 May 2012; Raúl Porcel <armin76@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild:
  ia64/m68k/s390/sh/sparc stable wrt #396329

  26 May 2012; Markus Meier <maekke@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild:
  arm stable, bug #396329

  17 May 2012; Jeff Horelick <jdhore@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  marked x86 per bug 396329

  15 May 2012; Jeroen Roovers <jer@gentoo.org> python-3.1.4-r3.ebuild,
  python-3.1.5.ebuild, python-3.2.2.ebuild, python-3.2.3.ebuild:
  Marked ~hppa until it is ready.

  15 May 2012; Jeroen Roovers <jer@gentoo.org> python-2.6.8.ebuild,
  python-3.1.5.ebuild, python-3.2.3.ebuild:
  Stable for HPPA (bug #396329).

  14 May 2012; Jeroen Roovers <jer@gentoo.org> python-2.7.3-r1.ebuild:
  Stable for HPPA (bug #396329).

  14 May 2012; Mark Loeser <halcy0n@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Stable for ppc/ppc64; bug #369329

  14 May 2012; Agostino Sarubbo <ago@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Stable for amd64, wrt bug #396329

  12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.6.8.ebuild:
  Stable on alpha, bug #396329

  12 May 2012; Tobias Klausmann <klausman@gentoo.org> python-2.7.3-r1.ebuild:
  Stable on alpha, bug #396329

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> python-2.5.4-r4.ebuild,
  python-2.6.6-r2.ebuild, python-2.6.7-r2.ebuild, python-2.6.8.ebuild,
  python-2.7.2-r3.ebuild, python-2.7.3.ebuild, python-2.7.3-r1.ebuild,
  python-2.7.3-r2.ebuild, python-3.1.4-r3.ebuild, python-3.1.4-r4.ebuild,
  python-3.1.5.ebuild, python-3.2.2.ebuild, python-3.2.2-r1.ebuild,
  python-3.2.3.ebuild, python-3.2.3-r1.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  03 May 2012; Mike Gilbert <floppym@gentoo.org> python-3.2.3-r1.ebuild:
  Revert to previous patchset due to bug 414333.

  01 May 2012; Mike Gilbert <floppym@gentoo.org> +python-2.7.3-r2.ebuild,
  +python-3.2.3-r1.ebuild:
  Restore ebuilds now that mirrors have the files.

  01 May 2012; Mike Gilbert <floppym@gentoo.org> -python-2.7.3-r2.ebuild,
  -python-3.2.3-r1.ebuild:
  Drop ebuilds until the patchsets get mirrored.

*python-3.2.3-r1 (01 May 2012)
*python-2.7.3-r2 (01 May 2012)

  01 May 2012; Mike Gilbert <floppym@gentoo.org> +python-2.7.3-r2.ebuild,
  +python-3.2.3-r1.ebuild:
  Drop several patches that upstream has not accepted.

  28 Apr 2012; Mike Gilbert <floppym@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Document reason for pax marking. Bug 413751.

  28 Apr 2012; Mike Gilbert <floppym@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Drop sys-apps/paxctl dep and restore fbsd keywords. Bug 413671 should be
  resolved by not calling pax-mark on libpython.

  28 Apr 2012; Alexis Ballier <aballier@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  remove fbsd keywords on ebuilds depending on sys-apps/paxctl which doesnt
  build and isnt keyworded

  26 Apr 2012; Mike Gilbert <floppym@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Restore djc's fix for bug 368207.

  26 Apr 2012; Mike Gilbert <floppym@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Don't pax-mark libpython.so. Bug 413671.

  26 Apr 2012; Mike Gilbert <floppym@gentoo.org> python-2.6.8.ebuild,
  python-2.7.3-r1.ebuild, python-3.1.5.ebuild, python-3.2.3.ebuild:
  Re-add dependency on sys-apps/paxctl due to bug 413671.

*python-3.1.5 (26 Apr 2012)
*python-2.7.3-r1 (26 Apr 2012)
*python-3.2.3 (26 Apr 2012)
*python-2.6.8 (26 Apr 2012)

  26 Apr 2012; Mike Gilbert <floppym@gentoo.org> +python-2.6.8.ebuild,
  +python-2.7.3-r1.ebuild, +python-3.1.5.ebuild, +python-3.2.3.ebuild:
  Version bumps for security bug 396329. Ebuilds and patchsets based on work by
  Arfrever in Progress overlay.

  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> python-3.2.2-r1.ebuild:
  keyword ~amd64-fbsd

  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> python-2.7.3.ebuild:
  keyword ~amd64-fbsd

*python-2.7.3 (12 Apr 2012)

  12 Apr 2012; Dirkjan Ochtman <djc@gentoo.org> +python-2.7.3.ebuild:
  Version bump to 2.7.3, addressing bugs 368207, 301691.

*python-3.1.4-r4 (21 Mar 2012)
*python-3.2.2-r1 (21 Mar 2012)

  21 Mar 2012; Mike Gilbert <floppym@gentoo.org>
  +files/python-3-distutils-egg-utf8.patch, +python-3.1.4-r4.ebuild,
  +python-3.2.2-r1.ebuild:
  Resolve distutils issue with unicode characters in egg-info files. Patch
  backported by mgorny. Bug 343721.

  07 Mar 2012; Brent Baude <ranger@gentoo.org> python-3.2.2.ebuild:
  Marking python-3.2.2 ppc for bug 403875

  05 Mar 2012; Jeff Horelick <jdhore@gentoo.org> python-3.2.2.ebuild:
  marked x86 per bug 403875

  05 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> python-2.5.4-r4.ebuild:
  Remove obsolete sys-devel/gcc[libffi] built_with_use check wrt #406927 by
  Michael Weber

  03 Mar 2012; Brent Baude <ranger@gentoo.org> python-3.2.2.ebuild:
  Marking python-3.2.2 ppc64 for bug 403875

  18 Feb 2012; Jeroen Roovers <jer@gentoo.org> python-3.2.2.ebuild:
  Stable for HPPA (bug #403875).

  17 Feb 2012; Agostino Sarubbo <ago@gentoo.org> python-3.2.2.ebuild:
  Stable for amd64, wrt bug #403875

  15 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> -python-2.7.1-r1.ebuild,
  -python-3.1.3-r1.ebuild:
  Remove some old versions.

  13 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> python-2.7.2-r3.ebuild,
  python-3.1.4-r3.ebuild:
  ppc64 stable wrt #387849

  10 Feb 2012; Patrick Lauer <patrick@gentoo.org> -python-2.4.6.ebuild:
  Removing last python-2.4 ebuilds. Was nice having you around ...

  01 Feb 2012; Brent Baude <ranger@gentoo.org> python-2.7.2-r3.ebuild,
  python-3.1.4-r3.ebuild:
  Marking -2.7.2-r3 and -3.1.4-r3 for bug 387849

  01 Jan 2012; Andreas K. Huettel <dilfridge@gentoo.org> +ChangeLog-2011:
  Split ChangeLog. For older entries, please see ChangeLog-2011.