summaryrefslogtreecommitdiff
blob: 486e6ea85e3ce662346a28ea03ded149ca7616f0 (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
# ChangeLog for dev-python/py
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/ChangeLog,v 1.192 2015/04/08 08:04:53 mgorny Exp $

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> py-1.4.13.ebuild,
  py-1.4.25.ebuild:
  Drop old Python implementations

  03 Apr 2015; Mike Frysinger <vapier@gentoo.org> py-1.4.25.ebuild:
  Mark s390/sh stable.

  03 Apr 2015; Mike Frysinger <vapier@gentoo.org> py-1.4.25.ebuild,
  py-1.4.26.ebuild:
  Add arm64/m68k love.

  01 Dec 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for sparc, wrt bug #524416

  19 Nov 2014; Ian Delaney <idella4@gentoo.org> py-1.4.26.ebuild:
  Add pypy3 support, dep for doc build

  11 Nov 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for ia64, wrt bug #524416

  02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for alpha, wrt bug #524416

  31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for ppc64, wrt bug #524416

  25 Oct 2014; Tim Harder <radhermit@gentoo.org> -py-1.4.5.ebuild,
  -py-1.4.7.ebuild, -py-1.4.8.ebuild, -py-1.4.9.ebuild, -py-1.4.10.ebuild,
  -py-1.4.11.ebuild, -py-1.4.12.ebuild, -py-1.4.12-r1.ebuild,
  -py-1.4.14.ebuild, -py-1.4.15.ebuild, -py-1.4.17.ebuild, -py-1.4.18.ebuild,
  -py-1.4.20.ebuild, -py-1.4.22.ebuild, -py-1.4.23.ebuild:
  Remove old.

*py-1.4.26 (25 Oct 2014)

  25 Oct 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.26.ebuild:
  Version bump, drop python3_2 support.

  18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for x86, wrt bug #524416

  18 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for ppc, wrt bug #524416

  16 Oct 2014; Markus Meier <maekke@gentoo.org> py-1.4.25.ebuild:
  arm stable, bug #524416

  09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.25.ebuild:
  Stable for amd64, wrt bug #524416

  04 Oct 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.25.ebuild:
  Stable for HPPA (bug #524416).

*py-1.4.25 (27 Sep 2014)

  27 Sep 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.25.ebuild:
  Version bump.

*py-1.4.23 (14 Aug 2014)

  14 Aug 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.23.ebuild:
  bump

  07 Aug 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.20.ebuild:
  Stable for HPPA (bug #506042).

  02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.20.ebuild:
  Stable for x86, wrt bug #506042

  02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> py-1.4.20.ebuild:
  Stable for amd64, wrt bug #506042

  24 Jul 2014; Markus Meier <maekke@gentoo.org> py-1.4.20.ebuild:
  arm stable, bug #506042

*py-1.4.22 (22 Jul 2014)

  22 Jul 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.22.ebuild:
  bump; drop py2.6 pypy2_0 add py3.4

  19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> py-1.4.20.ebuild:
  Stable on alpha, bug #506042

  19 Jul 2014; Tobias Klausmann <klausman@gentoo.org> py-1.4.20.ebuild:
  Update pytest dep and drop ia64 and hppa stable keywords. Details in bug
  506042

  08 Jun 2014; Akinori Hattori <hattya@gentoo.org> py-1.4.20.ebuild:
  ia64 stable wrt bug #506042

  02 Apr 2014; Tim Harder <radhermit@gentoo.org> py-1.4.20.ebuild:
  Add python3_4 support.

  31 Mar 2014; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
  py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild, py-1.4.17.ebuild,
  py-1.4.18.ebuild, py-1.4.20.ebuild:
  Add support for the new PyPy slotting.

  28 Mar 2014; Jeroen Roovers <jer@gentoo.org> py-1.4.20.ebuild:
  Stable for HPPA (bug #506042).

  28 Mar 2014; Ian Delaney <idella4@gentoo.org> -py-1.4.19.ebuild:
  rm 1.4.19 wrt Bug #494496

*py-1.4.20 (01 Feb 2014)

  01 Feb 2014; Tim Harder <radhermit@gentoo.org> +py-1.4.20.ebuild:
  Version bump.

*py-1.4.19 (29 Jan 2014)

  29 Jan 2014; Ian Delaney <idella4@gentoo.org> +py-1.4.19.ebuild:
  bump; add IUSE doc, doc build & install, update test phase

*py-1.4.18 (30 Oct 2013)

  30 Oct 2013; Tim Harder <radhermit@gentoo.org> +py-1.4.18.ebuild:
  Version bump.

*py-1.4.17 (27 Oct 2013)

  27 Oct 2013; Tim Harder <radhermit@gentoo.org> +py-1.4.17.ebuild:
  Version bump.

  22 Oct 2013; Fabian Groffen <grobian@gentoo.org> py-1.4.15.ebuild:
  Marked ~x64-macos, bug #487670

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
  py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  07 Aug 2013; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild,
  py-1.4.13.ebuild, py-1.4.14.ebuild, py-1.4.15.ebuild:
  Drop removed Python implementations from PYTHON_COMPAT.

  02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for sh, wrt bug #472858

  30 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for s390, wrt bug #472858

  29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for sparc, wrt bug #472858

  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for arm, wrt bug #472858

  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for ia64, wrt bug #472858

  26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for alpha, wrt bug #472858

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for amd64, wrt bug #472858

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for x86, wrt bug #472858

  25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for ppc64, wrt bug #472858

*py-1.4.15 (25 Jun 2013)

  25 Jun 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.15.ebuild:
  Bump

  24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.13.ebuild:
  Stable for ppc, wrt bug #472858

  10 Jun 2013; Jeroen Roovers <jer@gentoo.org> py-1.4.13.ebuild:
  Stable for HPPA (bug #472858).

*py-1.4.14 (23 May 2013)

  23 May 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.14.ebuild:
  Bump

  12 May 2013; Mike Frysinger <vapier@gentoo.org> py-1.4.13.ebuild:
  Add missing ~s390 #469242.

  23 Apr 2013; Patrick Lauer <patrick@gentoo.org> py-1.4.13.ebuild:
  Homepage change, #460204

  10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for s390, wrt bug #458992

  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for hppa, wrt bug #462852

  02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for sh, wrt bug #462852

  31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for sparc, wrt bug #462852

  30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for alpha, wrt bug #462852

  28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for ia64, wrt bug #462852

  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for ppc64, wrt bug #462852

  26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for ppc, wrt bug #462852

  24 Mar 2013; Markus Meier <maekke@gentoo.org> py-1.4.12-r1.ebuild:
  arm stable, bug #462852

  24 Mar 2013; Mike Gilbert <floppym@gentoo.org> py-1.4.13.ebuild:
  Remove dependency on unzip.

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for x86, wrt bug #462852

  23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> py-1.4.12-r1.ebuild:
  Stable for amd64, wrt bug #462852

*py-1.4.13 (11 Mar 2013)

  11 Mar 2013; Patrick Lauer <patrick@gentoo.org> +py-1.4.13.ebuild:
  Bump

  02 Jan 2013; Mike Gilbert <floppym@gentoo.org> py-1.4.12-r1.ebuild:
  Add pypy2_0.

  17 Dec 2012; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild:
  Bump to EAPI=5 to make Paludis happy, bug #447524.

  07 Dec 2012; Michał Górny <mgorny@gentoo.org> py-1.4.12-r1.ebuild:
  Add PYTHON_USEDEP on pytest.

*py-1.4.12-r1 (02 Dec 2012)

  02 Dec 2012; Michał Górny <mgorny@gentoo.org> +py-1.4.12-r1.ebuild:
  Migrate to distutils-r1.

*py-1.4.12 (13 Nov 2012)

  13 Nov 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.12.ebuild:
  Bump

*py-1.4.11 (31 Oct 2012)

  31 Oct 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.11.ebuild:
  Bump

*py-1.4.10 (29 Oct 2012)

  29 Oct 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.10.ebuild:
  Bump

*py-1.4.9 (28 Jun 2012)

  28 Jun 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.9.ebuild:
  Bump

  19 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.8.ebuild:
  Use EAPI=4. Simplify dependencies. Reenable tests fixed by upstream thanks to
  report by Arfrever (py issue #8). Backported from Progress Overlay. Patch by
  Arfrever

*py-1.4.8 (19 Jun 2012)

  19 Jun 2012; Patrick Lauer <patrick@gentoo.org> +py-1.4.8.ebuild:
  Bump for #420479

  17 Jun 2012; Raúl Porcel <armin76@gentoo.org> py-1.4.7.ebuild:
  alpha/ia64/sh/sparc stable wrt #415885

  29 May 2012; Brent Baude <ranger@gentoo.org> py-1.4.7.ebuild:
  Marking py-1.4.7 ppc for bug 415885

  27 May 2012; Markus Meier <maekke@gentoo.org> py-1.4.7.ebuild:
  arm stable, bug #415885

  23 May 2012; Brent Baude <ranger@gentoo.org> py-1.4.7.ebuild:
  Marking py-1.4.7 ppc64 for bug 415885

  18 May 2012; Jeff Horelick <jdhore@gentoo.org> py-1.4.7.ebuild:
  marked x86 per bug 415885

  16 May 2012; Jeroen Roovers <jer@gentoo.org> py-1.4.7.ebuild:
  Stable for HPPA (bug #415885).

  14 May 2012; Agostino Sarubbo <ago@gentoo.org> py-1.4.7.ebuild:
  Stable for amd64, wrt bug #415885

  14 May 2012; Dirkjan Ochtman <djc@gentoo.org> -py-1.4.3.ebuild,
  -py-1.4.6.ebuild:
  Remove old versions of py.

  12 May 2012; Alexis Ballier <aballier@gentoo.org> py-1.4.7.ebuild:
  keyword ~amd64-fbsd

  18 Mar 2012; Raúl Porcel <armin76@gentoo.org> py-1.4.5.ebuild:
  alpha/ia64/sh/sparc stable wrt #403867

  03 Mar 2012; Markus Meier <maekke@gentoo.org> py-1.4.5.ebuild:
  arm stable, bug #403867

  02 Mar 2012; Brent Baude <ranger@gentoo.org> py-1.4.5.ebuild:
  Marking py-1.4.5 ppc64 for bug 403867

  27 Feb 2012; Brent Baude <ranger@gentoo.org> py-1.4.5.ebuild:
  Marking py-1.4.5 ppc for bug 403867

  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> py-1.4.5.ebuild:
  x86 stable wrt bug #403867

  16 Feb 2012; Agostino Sarubbo <ago@gentoo.org> py-1.4.5.ebuild:
  Stable for amd64, wrt bug #403867

  16 Feb 2012; Jeroen Roovers <jer@gentoo.org> py-1.4.5.ebuild:
  Stable for HPPA (bug #403867).

*py-1.4.7 (15 Feb 2012)

  15 Feb 2012; Dirkjan Ochtman <djc@gentoo.org> +py-1.4.7.ebuild:
  Version bump to 1.4.7.

*py-1.4.6 (14 Feb 2012)

  14 Feb 2012;  <patrick@gentoo.org> +py-1.4.6.ebuild, -py-1.4.2.ebuild:
  Bump for #402873

  06 Oct 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.3.ebuild:
  Stable for HPPA (bug #373363).

*py-1.4.5 (09 Sep 2011)

  09 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +py-1.4.5.ebuild:
  Version bump to 1.4.5.

  24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.3.ebuild:
  ppc/ppc64 stable wrt #373363

  23 Jul 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.3.ebuild:
  alpha/ia64/sh/sparc stable wrt #373363

  15 Jul 2011; Markus Meier <maekke@gentoo.org> py-1.4.3.ebuild:
  x86 stable, bug #373363

  12 Jul 2011; Markus Meier <maekke@gentoo.org> py-1.4.3.ebuild:
  arm stable, bug #373363

  03 Jul 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.3.ebuild:
  Stable on amd64 wrt bug #373363

  01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -py-1.4.0.ebuild,
  -py-1.4.1.ebuild:
  Remove old ebuilds. Requested by Arfrever

  27 Jun 2011; Brent Baude <ranger@gentoo.org> py-1.4.2.ebuild:
  Marking py-1.4.2 ppc for bug 372595

  29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> py-1.4.2.ebuild:
  ppc64 stable wrt #362773

  23 Apr 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.2.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #362773

*py-1.4.3 (18 Apr 2011)

  18 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.4.3.ebuild:
  Version bump.

  18 Apr 2011; Thomas Kahle <tomka@gentoo.org> py-1.4.2.ebuild:
  x86 stable per bug 362773

  15 Apr 2011; Christoph Mende <angelos@gentoo.org> py-1.4.2.ebuild:
  Stable on amd64 wrt bug #362773

  12 Apr 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.2.ebuild:
  Stable for HPPA (bug #362773).

  31 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> py-1.4.1.ebuild:
  ppc64 stable wrt #358137

  30 Mar 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.1.ebuild:
  Stable for HPPA (bug #358137).

  27 Mar 2011; Brent Baude <ranger@gentoo.org> py-1.4.1.ebuild:
  Marking py-1.4.1 ppc for bug 358137

  27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> py-1.4.1.ebuild:
  Stable on alpha, bug #358137

  21 Mar 2011; Markus Meier <maekke@gentoo.org> py-1.4.1.ebuild:
  arm stable, bug #358137

  13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.1.ebuild:
  Stable on amd64 wrt bug #358137

*py-1.4.2 (09 Mar 2011)

  09 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.4.2.ebuild:
  Version bump.

*py-1.4.1 (09 Feb 2011)

  09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.4.1.ebuild:
  Version bump. Fixed tests with Python 3.2 (bug #351060).

  30 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.3.4.ebuild:
  Delete.

  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> py-1.4.0.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #351493

  29 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> py-1.4.0.ebuild:
  x86 stable wrt bug #351493

  25 Jan 2011; Jeroen Roovers <jer@gentoo.org> py-1.4.0.ebuild:
  Stable for HPPA (bug #351493).

  20 Jan 2011; Markos Chandras <hwoarang@gentoo.org> py-1.4.0.ebuild:
  Stable on amd64 wrt bug #351493

  17 Jan 2011; <xarth@gentoo.org> py-1.4.0.ebuild:
  ppc/ppc64 stable wrt #351493

  27 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.3.1.ebuild, -py-1.3.3.ebuild:
  Delete.

  27 Dec 2010; Brent Baude <ranger@gentoo.org> py-1.3.4.ebuild:
  Marking py-1.3.4 ppc64 for bug 341335

  27 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  py-1.3.4.ebuild:
  Fix installation (bug #349830).

*py-1.4.0 (13 Dec 2010)

  13 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.4.0.ebuild:
  Version bump.

  23 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.4.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #341335

  21 Oct 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.4.ebuild:
  stable x86, bug 341335

  21 Oct 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.4.ebuild:
  Stable for HPPA (bug #341335).

  20 Oct 2010; Brent Baude <ranger@gentoo.org> py-1.3.4.ebuild:
  stable ppc, bug 341335

  18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> py-1.3.4.ebuild:
  Stable on amd64 wrt bug #341335

  17 Oct 2010; Mart Raudsepp <leio@gentoo.org> py-1.3.4.ebuild:
  Add ~mips keyword

  09 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.3.ebuild:
  alpha/arm/ia64/sh/sparc stable wrt #337144

  03 Oct 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.1.ebuild:
  alpha stable

  29 Sep 2010; Brent Baude <ranger@gentoo.org> py-1.3.3.ebuild:
  Marking py-1.3.3 ppc for bug 337144

  21 Sep 2010; Markos Chandras <hwoarang@gentoo.org> py-1.3.3.ebuild:
  Stable on amd64 wrt bug #337144

  15 Sep 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.3.ebuild:
  stable x86, bug 337144

  14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  py-1.3.1.ebuild, py-1.3.3.ebuild:
  Use PyPI mirrors.

*py-1.3.4 (14 Sep 2010)

  14 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.2.1.ebuild, -py-1.3.2.ebuild, +py-1.3.4.ebuild:
  Version bump.

  28 Aug 2010; Raúl Porcel <armin76@gentoo.org> py-1.3.1.ebuild:
  arm/ia64/sh/sparc stable wrt #325427

  15 Aug 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.1.ebuild,
  py-1.3.1.ebuild, py-1.3.2.ebuild, py-1.3.3.ebuild:
  Add ~sh

*py-1.3.3 (31 Jul 2010)

  31 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.3.3.ebuild:
  Version bump.

  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> py-1.3.2.ebuild:
  Keyworded on alpha, bug #324617

  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> py-1.3.2.ebuild:
  Stable on alpha, bug #324617

  21 Jul 2010; Markus Meier <maekke@gentoo.org> py-1.3.1.ebuild:
  add ~arm, bug #324617

  18 Jul 2010; <nixnut@gentoo.org> py-1.3.1.ebuild:
  ppc stable #325427

  14 Jul 2010; Christian Faulhammer <fauli@gentoo.org> py-1.3.1.ebuild:
  stable x86, bug 325427

  13 Jul 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.1.ebuild:
  Stable for HPPA (bug #325427).

  09 Jul 2010; Jeroen Roovers <jer@gentoo.org> py-1.3.1.ebuild,
  py-1.3.2.ebuild:
  Marked ~hppa (bug #324617).

*py-1.3.2 (08 Jul 2010)

  08 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.3.0.ebuild, +py-1.3.2.ebuild:
  Version bump.

  06 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> py-1.3.1.ebuild:
  ppc64 stable wrt #325427

  26 Jun 2010; Christoph Mende <angelos@gentoo.org> py-1.3.1.ebuild:
  Stable on amd64 wrt bug #325427

*py-1.3.1 (26 May 2010)

  26 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.3.1.ebuild:
  Version bump.

  09 May 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.1.ebuild:
  sparc stable wrt #311353

*py-1.3.0 (06 May 2010)

  06 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.1.1-r1.ebuild, +py-1.3.0.ebuild:
  Version bump.

  25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> py-1.2.1.ebuild:
  Keyworded ~x86-fbsd.

  22 Apr 2010; Christian Faulhammer <fauli@gentoo.org> py-1.2.1.ebuild:
  stable x86, bug 311353

  18 Apr 2010; <nixnut@gentoo.org> py-1.2.1.ebuild:
  ppc stable #311353

  13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> py-1.2.1.ebuild:
  Stable on amd64 wrt bug #311353

  20 Mar 2010; Raúl Porcel <armin76@gentoo.org> py-1.2.0.ebuild:
  sparc stable wrt #306219

  02 Mar 2010; Christian Faulhammer <fauli@gentoo.org> py-1.2.0.ebuild:
  stable x86, bug 306219

*py-1.2.1 (21 Feb 2010)

  21 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.2.1.ebuild:
  Version bump.

*py-1.2.0 (18 Jan 2010)

  18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +py-1.2.0.ebuild:
  Version bump.

  17 Jan 2010; Raúl Porcel <armin76@gentoo.org> py-1.1.1-r1.ebuild:
  sparc stable wrt #298795

  10 Jan 2010; nixnut <nixnut@gentoo.org> py-1.1.1-r1.ebuild:
  ppc stable #298795

  05 Jan 2010; <hwoarang@gentoo.org> py-1.1.1-r1.ebuild:
  Stable on amd64 wrt bug #298795

  03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> py-1.1.1-r1.ebuild:
  stable x86, bug 298795

  24 Dec 2009; Fabian Groffen <grobian@gentoo.org> py-1.1.1-r1.ebuild:
  Fix for Prefix

*py-1.1.1-r1 (24 Dec 2009)

  24 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-1.1.1.ebuild, +py-1.1.1-r1.ebuild:
  Fix shebangs in scripts.

  16 Dec 2009; Markus Meier <maekke@gentoo.org> py-1.1.0.ebuild:
  amd64/x86 stable, bug #296026

  09 Dec 2009; nixnut <nixnut@gentoo.org> py-1.1.0.ebuild:
  ppc stable #296026

*py-1.1.1 (28 Nov 2009)

  28 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-0.9.2.ebuild, +py-1.1.1.ebuild:
  Version bump.

  18 Nov 2009; Raúl Porcel <armin76@gentoo.org> py-1.0.2.ebuild:
  sparc stable wrt #288116

*py-1.1.0 (06 Nov 2009)

  06 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -py-0.9.1.ebuild, +py-1.1.0.ebuild:
  Version bump.

  15 Oct 2009; Markus Meier <maekke@gentoo.org> py-1.0.2.ebuild:
  amd64/x86 stable, bug #288116

  11 Oct 2009; nixnut <nixnut@gentoo.org> py-1.0.2.ebuild:
  ppc stable #288116

  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> py-1.0.2.ebuild:
  Merge from Prefix

  08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  py-1.0.2.ebuild:
  Set SUPPORT_PYTHON_ABIS.

*py-1.0.2 (07 Sep 2009)

  07 Sep 2009; Patrick Lauer <patrick@gentoo.org> +py-1.0.2.ebuild:
  Bump

  09 Jun 2009; Raúl Porcel <armin76@gentoo.org> py-0.9.2.ebuild:
  sparc stable

  23 May 2009; nixnut <nixnut@gentoo.org> py-0.9.1.ebuild:
  ppc stable #270089

  17 Apr 2009; Patrick Lauer <patrick@gentoo.org> ChangeLog:
  Bump to 0.9.2. New SRC_URI. Fixes #265793.

  15 Apr 2009; Markus Meier <maekke@gentoo.org> py-0.9.1.ebuild:
  amd64/x86 stable, bug #261887

  06 Oct 2008; Brent Baude <ranger@gentoo.org> py-0.9.1.ebuild:
  Marking py-0.9.1 ~ppc64 for bug 236705

*py-0.9.1 (17 Jul 2008)

  17 Jul 2008; Ali Polatel <hawking@gentoo.org> -py-0.9.0.ebuild,
  +py-0.9.1.ebuild:
  Version bump. This version works fine with python-2.6. Drop old.

  29 Jun 2008; Raúl Porcel <armin76@gentoo.org> py-0.9.0.ebuild:
  Add ~ia64/~sparc wrt #229393

  25 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> py-0.9.0.ebuild:
  Added ~ppc keyword

  31 Jul 2007; Tiziano Müller <dev-zero@gentoo.org> py-0.9.0.ebuild:
  keyworded ~x86

*py-0.9.0 (05 May 2007)

  05 May 2007; Lukasz Strzygowski <lucass@gentoo.org> +metadata.xml,
  +py-0.9.0.ebuild:
  Initial commit.