summaryrefslogtreecommitdiff
blob: dfa5d0b01d468af3f16f4f80981ca51cc7d8742d (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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
# ChangeLog for dev-python/django
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django/ChangeLog,v 1.176 2015/07/28 14:33:05 jlec Exp $

  28 Jul 2015; Justin Lecher <jlec@gentoo.org> -django-1.4.20.ebuild,
  -django-1.7.7.ebuild, -django-1.7.8.ebuild, -django-1.8.2.ebuild,
  -files/django-1.4.19-test.patch, -files/django-1.5-objects.patch,
  -files/django-1.6.10-test.patch:
  Drop vulnerable version, bug #554864

  28 Jul 2015; Agostino Sarubbo <ago@gentoo.org> django-1.4.21.ebuild,
  django-1.7.9.ebuild:
  Stable for x86, wrt bug #554864

  28 Jul 2015; Agostino Sarubbo <ago@gentoo.org> django-1.4.21.ebuild,
  django-1.7.9.ebuild:
  Stable for amd64, wrt bug #554864

*django-1.8.3 (15 Jul 2015)
*django-1.7.9 (15 Jul 2015)
*django-1.4.21 (15 Jul 2015)

  15 Jul 2015; Ian Delaney <idella4@gentoo.org> +django-1.4.21.ebuild,
  +django-1.7.9.ebuild, +django-1.8.3.ebuild:
  bumps wrt bug #554864

  04 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
  Add pypi to remote-id in metadata.xml

*django-1.8.2 (20 May 2015)

  20 May 2015; Justin Lecher <jlec@gentoo.org> +django-1.8.2.ebuild,
  -django-1.8.1.ebuild, -django-1.8.ebuild:
  Version Bump; drop vulnerable Versions, CVE-2015-3982

*django-1.7.8 (05 May 2015)
*django-1.8.1 (05 May 2015)

  05 May 2015; Justin Lecher <jlec@gentoo.org> +django-1.7.8.ebuild,
  +django-1.8.1.ebuild:
  Version Bump, bug #547886

  20 Apr 2015; Justin Lecher <jlec@gentoo.org> django-1.7.7.ebuild,
  django-1.8.ebuild, django-9999.ebuild:
  Fix typo, thanks Ewoud Kohl van Wijngaarden spotting this, bug #547102

  19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> django-1.7.7.ebuild:
  Stable for x86, wrt bug #545400

  08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> django-1.7.7.ebuild:
  Stable for amd64, wrt bug #545400

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> django-1.5.10.ebuild:
  Drop old Python implementations

  02 Apr 2015; Justin Lecher <jlec@gentoo.org> django-1.8.ebuild:
  Add django-formtools to optfeatures

*django-1.8 (02 Apr 2015)

  02 Apr 2015; Justin Lecher <jlec@gentoo.org> +django-1.8.ebuild,
  django-9999.ebuild:
  Version Bump

  24 Mar 2015; Justin Lecher <jlec@gentoo.org> -django-1.4.19.ebuild,
  -django-1.6.10.ebuild:
  Clean up after sec stabilization, bug #543754

  24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> django-1.4.20.ebuild,
  django-1.6.11.ebuild:
  Stable for amd64, wrt bug #543754

  19 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> django-1.4.20.ebuild,
  django-1.6.11.ebuild:
  x86 stable, see bug 543754

*django-1.4.20 (19 Mar 2015)
*django-1.6.11 (19 Mar 2015)
*django-1.7.7 (19 Mar 2015)

  19 Mar 2015; Justin Lecher <jlec@gentoo.org> +django-1.4.20.ebuild,
  +django-1.6.11.ebuild, +django-1.7.7.ebuild, -django-1.7.6.ebuild:
  Version Bump, fixes CVE-2015-231{6,7} bug #543754

*django-1.7.6 (09 Mar 2015)

  09 Mar 2015; Justin Lecher <jlec@gentoo.org> +django-1.7.6.ebuild,
  +files/django-1.7.6-bashcomp.patch, -django-1.7.5.ebuild,
  -files/django-1.7.5-bashcomp.patch:
  Version Bump to fix CVE-2015-2241

  01 Mar 2015; Justin Lecher <jlec@gentoo.org> django-1.6.10.ebuild:
  Readd python support

  01 Mar 2015; Agostino Sarubbo <ago@gentoo.org> django-1.4.19.ebuild,
  django-1.6.10.ebuild:
  Stable for x86, wrt bug #536586

  01 Mar 2015; Agostino Sarubbo <ago@gentoo.org> django-1.4.19.ebuild,
  django-1.6.10.ebuild:
  Stable for amd64, wrt bug #536586

  28 Feb 2015; Justin Lecher <jlec@gentoo.org> django-1.4.19.ebuild:
  Fix typo, #541704

  28 Feb 2015; Justin Lecher <jlec@gentoo.org> django-1.6.10.ebuild:
  Fix typo, #541704

*django-1.4.19 (28 Feb 2015)
*django-1.6.10 (28 Feb 2015)

  28 Feb 2015; Justin Lecher <jlec@gentoo.org> +django-1.4.19.ebuild,
  +django-1.6.10.ebuild, +files/django-1.4.19-bashcomp.patch,
  +files/django-1.4.19-test.patch, +files/django-1.6.10-bashcomp.patch,
  +files/django-1.6.10-test.patch, -django-1.7.4.ebuild, -django-1.7.ebuild,
  django-1.7.5.ebuild, django-9999.ebuild:
  Version Bump and drop old for CVE-2015-{0219,0220,0221,0222}, #536586; add
  correct dependencies for tests, Use optfeature instead of harddepened on
  imaging, #473228

*django-1.7.5 (28 Feb 2015)

  28 Feb 2015; Justin Lecher <jlec@gentoo.org> +django-1.7.5.ebuild,
  +files/django-1.7.5-bashcomp.patch, metadata.xml:
  Version Bump; fix bashcompletions, #526272

*django-1.7.4 (06 Feb 2015)

  06 Feb 2015; Patrick Lauer <patrick@gentoo.org> +django-1.7.4.ebuild:
  Bump #538692

  22 Dec 2014; Ian Delaney <idella4@gentoo.org> django-1.7.ebuild:
  postgres IUSE flag dropped and treated in the same as the dropped flag 'mysql'
  and the msg to use via the readme.gentoo extended

  21 Dec 2014; Ian Delaney <idella4@gentoo.org> django-1.7.ebuild:
  drop IUSE mysql and dep dev-python/mysql-python in RDEPEND, substitute with
  msg via readme.gentoo eclass (suggested by floppym) informing of backend
  support for mysql now supported in all Cpython impls, fixes bug #532956 by
  zorry

  17 Sep 2014; Ian Delaney <idella4@gentoo.org> -django-1.4.14.ebuild,
  -django-1.5.9.ebuild, -django-1.6.6.ebuild, django-1.6.7.ebuild,
  django-1.7.ebuild:
  syntax fix, drop vulnerable versions wrt Bug #521324

  14 Sep 2014; Ian Delaney <idella4@gentoo.org> -files/1.7-test_serialize.patch:
  remove redundant upstream patch

*django-1.7 (14 Sep 2014)

  14 Sep 2014; Ian Delaney <idella4@gentoo.org> +django-1.7.ebuild,
  +files/1.7-test_serialize.patch:
  bump; upgrade deps, tidy test phase

  13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.15.ebuild,
  django-1.5.10.ebuild, django-1.6.7.ebuild:
  Stable for x86, wrt bug #521324

  13 Sep 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.15.ebuild,
  django-1.5.10.ebuild, django-1.6.7.ebuild:
  Stable for amd64, wrt bug #521324

*django-1.6.7 (09 Sep 2014)
*django-1.4.15 (09 Sep 2014)
*django-1.5.10 (09 Sep 2014)

  09 Sep 2014; Ian Delaney <idella4@gentoo.org> +django-1.4.15.ebuild,
  +django-1.5.10.ebuild, +django-1.6.7.ebuild, django-9999.ebuild:
  bumps

  04 Sep 2014; Ian Delaney <idella4@gentoo.org> -django-1.4.13.ebuild,
  -django-1.5.8.ebuild, -django-1.6.5.ebuild:
  drop vulnerable versions wrt Bug #521324

  02 Sep 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.14.ebuild,
  django-1.5.9.ebuild, django-1.6.6.ebuild:
  Stable for x86, wrt bug #521324

  02 Sep 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.14.ebuild,
  django-1.5.9.ebuild, django-1.6.6.ebuild:
  Stable for amd64, wrt bug #521324

*django-1.5.9 (01 Sep 2014)
*django-1.4.14 (01 Sep 2014)

  01 Sep 2014; Ian Delaney <idella4@gentoo.org> +django-1.4.14.ebuild,
  +django-1.5.9.ebuild:
  bumps

*django-1.6.6 (26 Aug 2014)

  26 Aug 2014; Ian Delaney <idella4@gentoo.org> +django-1.6.6.ebuild:
  bump

  08 Jun 2014; Dirkjan Ochtman <djc@gentoo.org> -django-1.4.11.ebuild,
  -django-1.6.4.ebuild, -files/django-1.3.1-djangodocs_extension.patch:
  Remove old, vulnerable versions (bug 510382)

  08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.13.ebuild,
  django-1.5.8.ebuild, django-1.6.5.ebuild:
  Stable for x86, wrt bug #510382

  31 May 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.13.ebuild,
  django-1.5.8.ebuild, django-1.6.5.ebuild:
  Stable for amd64, wrt bug #510382

*django-1.4.13 (26 May 2014)
*django-1.5.8 (26 May 2014)

  26 May 2014; Ian Delaney <idella4@gentoo.org> +django-1.4.13.ebuild,
  +django-1.5.8.ebuild, -django-1.4.12.ebuild, -django-1.5.6.ebuild,
  -django-1.5.7.ebuild, -django-1.6.3.ebuild, django-1.6.5.ebuild:
  bumps; clean of old, excepting the stable -1.4.11, wrt sec. Bug #510382

*django-1.6.5 (26 May 2014)

  26 May 2014; Patrick Lauer <patrick@gentoo.org> +django-1.6.5.ebuild:
  Bump

  13 May 2014; Ian Delaney <idella4@gentoo.org> django-1.5.7.ebuild,
  django-1.6.4.ebuild:
  tidy, correction to REQUIRED_USE

  12 May 2014; Ian Delaney <idella4@gentoo.org> django-1.5.7.ebuild,
  django-1.6.4.ebuild:
  add pypy support, update ebuilds to suit

*django-1.5.7 (03 May 2014)
*django-1.6.4 (03 May 2014)
*django-1.4.12 (03 May 2014)

  03 May 2014; Ian Delaney <idella4@gentoo.org> +django-1.4.12.ebuild,
  +django-1.5.7.ebuild, +django-1.6.4.ebuild, django-1.4.11.ebuild:
  bumps; clean up PYTHON_COMPAT from old implementations

  02 May 2014; Ian Delaney <idella4@gentoo.org> -django-1.5.4.ebuild,
  -django-1.6.1.ebuild:
  cleanout wrt Bug 508514

  28 Apr 2014; Ian Delaney <idella4@gentoo.org> -django-1.4.8.ebuild:
  remove -1.4.8 wrt bug #508514

  27 Apr 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.11.ebuild:
  Stable for x86, wrt bug #508514

  26 Apr 2014; Agostino Sarubbo <ago@gentoo.org> django-1.4.11.ebuild:
  Stable for amd64, wrt bug #508514

  26 Apr 2014; Ian Delaney <idella4@gentoo.org> django-1.5.6.ebuild,
  django-1.6.3.ebuild:
  On further testing, adding py3.4 support

  25 Apr 2014; Ian Delaney <idella4@gentoo.org> django-1.5.6.ebuild:
  re-intro py3.2 to test phase

*django-1.4.11 (25 Apr 2014)
*django-1.6.3 (25 Apr 2014)
*django-1.5.6 (25 Apr 2014)

  25 Apr 2014; Ian Delaney <idella4@gentoo.org> +django-1.4.11.ebuild,
  +django-1.5.6.ebuild, +django-1.6.3.ebuild, django-1.6.1.ebuild:
  bumps wrt to Bug #508514

*django-1.6.1 (17 Jan 2014)

  17 Jan 2014; Ian Delaney <idella4@gentoo.org> +django-1.6.1.ebuild,
  +files/django-1.6-objects.patch:
  bump; re-base of objects.patch, fix testsuite with sed statement, thanks to
  Arfrever, fixes Bug #491318

  03 Dec 2013; Chris Reffett <creffett@gentoo.org> -django-1.4.5.ebuild,
  -django-1.5.1.ebuild:
  Cleanup wrt bug 489214

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

  21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> django-1.4.8.ebuild:
  Stable for x86, wrt bug #484984

  21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> django-1.4.8.ebuild:
  Stable for amd64, wrt bug #484984

  16 Sep 2013; Dirkjan Ochtman <djc@gentoo.org> -django-1.2.7.ebuild,
  -django-1.3.7.ebuild:
  Remove old, vulnerable django versions.

*django-1.5.4 (15 Sep 2013)

  15 Sep 2013; Dirkjan Ochtman <djc@gentoo.org> +django-1.5.4.ebuild,
  +files/django-1.5.4-objects.patch:
  Version bump django to 1.5.4.

  15 Sep 2013; Dirkjan Ochtman <djc@gentoo.org> -django-1.3.2.ebuild,
  -django-1.3.4.ebuild, -django-1.4.1.ebuild, -django-1.4.2-r2.ebuild,
  -django-1.4.2.ebuild, -django-1.5-r1.ebuild:
  Remove old versions.

*django-1.4.8 (15 Sep 2013)

  15 Sep 2013; Dirkjan Ochtman <djc@gentoo.org> +django-1.4.8.ebuild:
  Version bump django to 1.4.8.

  05 Sep 2013; Michał Górny <mgorny@gentoo.org> django-1.2.7.ebuild,
  django-1.3.7.ebuild, django-1.4.2-r2.ebuild, django-1.4.5.ebuild:
  Clean up PYTHON_COMPAT from old implementations.

  09 Jun 2013; Mike Gilbert <floppym@gentoo.org> django-1.2.7.ebuild,
  django-1.3.2.ebuild, django-1.3.4.ebuild, django-1.3.7.ebuild,
  django-1.4.1.ebuild, django-1.4.2-r2.ebuild, django-1.4.2.ebuild,
  django-1.4.5.ebuild, django-1.5-r1.ebuild:
  Depend on virtual/python-imaging.

  02 Jun 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.1.ebuild,
  django-9999.ebuild:
  Cleanup webapp.eclass usage.

  01 Jun 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.1.ebuild,
  django-9999.ebuild:
  Convert to virtual/python-imaging.

*django-1.2.7 (29 May 2013)

  29 May 2013; Mike Gilbert <floppym@gentoo.org> +django-1.2.7.ebuild:
  Add 1.2.7 by special request of hwoarang. Bug 471614.

  27 May 2013; Ian Delaney <idella4@gentoo.org> +files/django-1.5-objects.patch,
  +files/django-1.5-py3tests.patch, -files/django-1.5.1-objects.patch,
  django-1.5-r1.ebuild, django-1.5.1.ebuild:
  rename 1 patch, add py3tests.patch to fix tests for py3 in both 1.5 versions

*django-1.5.1 (27 May 2013)

  27 May 2013; Ian Delaney <idella4@gentoo.org> +django-1.5.1.ebuild,
  +files/django-1.5.1-objects.patch:
  bump, patch to rectify bugs in doc build

*django-1.5-r1 (03 Apr 2013)

  03 Apr 2013; Mike Gilbert <floppym@gentoo.org> +django-1.5-r1.ebuild,
  -django-1.5.ebuild, django-9999.ebuild:
  Fix src_install function, bug 464270 by Tom Samstag.

  30 Mar 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.ebuild,
  django-9999.ebuild:
  Update live ebuild.

  30 Mar 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.ebuild:
  Remove obsolete sed commands.

  28 Mar 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.ebuild:
  Remove obsolete comment.

  28 Mar 2013; Mike Gilbert <floppym@gentoo.org> django-1.5.ebuild:
  Add python3 support.

*django-1.5 (24 Mar 2013)

  24 Mar 2013; Mike Gilbert <floppym@gentoo.org> +django-1.5.ebuild,
  -django-1.5.0.ebuild:
  Rename to match upstream version.

*django-1.5.0 (16 Mar 2013)

  16 Mar 2013; Ian Delaney <idella4@gentoo.org> +django-1.5.0.ebuild:
  bump; provisional support for py3 in this version, not yet added to ebuild,
  closes Bug # 461380 by L. Bachelier

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> django-1.3.7.ebuild,
  django-1.4.5.ebuild:
  Stable for x86, wrt bug #447470

  24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> django-1.3.7.ebuild,
  django-1.4.5.ebuild:
  Stable for amd64, wrt bug #447470

*django-1.3.7 (23 Feb 2013)
*django-1.4.5 (23 Feb 2013)

  23 Feb 2013; Mike Gilbert <floppym@gentoo.org> +django-1.3.7.ebuild,
  +django-1.4.5.ebuild, django-9999.ebuild:
  Version bumps for security bug 447470. Port 1.3.7 to distutils-r1. Disable
  parallel testing.

  17 Feb 2013; Mike Gilbert <floppym@gentoo.org> django-9999.ebuild:
  Convert to git, bug 457976 by guileone.

*django-1.4.2-r2 (19 Jan 2013)

  19 Jan 2013; Michał Górny <mgorny@gentoo.org> +django-1.4.2-r2.ebuild,
  -django-1.4.2-r1.ebuild:
  And even revbump, just in case.

  19 Jan 2013; Michał Górny <mgorny@gentoo.org> django-1.4.2-r1.ebuild:
  Fix phase override done by webapp.eclass.

*django-1.4.2-r1 (17 Jan 2013)

  17 Jan 2013; Michał Górny <mgorny@gentoo.org> +django-1.4.2-r1.ebuild,
  django-9999.ebuild:
  Migrate to distutils-r1.

  04 Dec 2012; <ago@gentoo.org> django-1.4.1.ebuild:
  Stable for x86, wrt bug #443422

  02 Dec 2012; Ian Delaney <idella4@gentoo.org> django-1.3.4.ebuild:
  Rm calls to die for EAPI4

*django-1.3.4 (02 Dec 2012)

  02 Dec 2012; Ian Delaney <idella4@gentoo.org> +django-1.3.4.ebuild:
  bump, python[56] test restricted due to fails, requested by quantumsummers

  17 Nov 2012; Agostino Sarubbo <ago@gentoo.org> django-1.4.1.ebuild:
  Stable for amd64, wrt bug #443422

*django-1.4.2 (17 Nov 2012)

  17 Nov 2012; Ian Delaney <idella4@gentoo.org> +django-1.4.2.ebuild:
  bump; 1.4.2, tested fine

  01 Nov 2012; Patrick Lauer <patrick@gentoo.org> django-9999.ebuild:
  Fixing live ebuild for #439192

  01 Aug 2012; Agostino Sarubbo <ago@gentoo.org> -django-1.3.1.ebuild:
  Remove old

  01 Aug 2012; Agostino Sarubbo <ago@gentoo.org> django-1.3.2.ebuild:
  Stable for amd64, wrt bug #428780

  01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> django-1.3.2.ebuild:
  marked x86 per bug 428780

  31 Jul 2012; Agostino Sarubbo <ago@gentoo.org> -django-1.1.4.ebuild,
  -django-1.2.5.ebuild, -django-1.3.1-r1.ebuild, -django-1.3.ebuild,
  -django-1.4.ebuild:
  Remove old

*django-1.4.1 (31 Jul 2012)
*django-1.3.2 (31 Jul 2012)

  31 Jul 2012; Kacper Kowalik <xarthisius@gentoo.org> +django-1.3.2.ebuild,
  +django-1.4.1.ebuild:
  Version bump wrt #428780 by Agostino Sarubbo <ago@gentoo.org>. Thanks to
  Xelnor for the report on irc and testing

  28 May 2012; Kacper Kowalik <xarthisius@gentoo.org> django-1.1.4.ebuild,
  django-1.2.5.ebuild, django-1.3.1.ebuild, django-1.3.ebuild,
  django-1.4.ebuild, django-9999.ebuild:
  Remove docs/README from DOCS as it either doesn't exist or is useless. Rely on
  default targets for DOCS introduced in distutils.eclass Fixes #418005 by
  Azamat H. Hackimov <azamat.hackimov@gmail.com>

  01 Apr 2012; Mike Gilbert <floppym@gentoo.org> django-1.4.ebuild:
  Fix dependencies. Install django/contrib/admin/static/admin/*. Ported from
  Progress Overlay. Patch by Arfrever.

*django-1.4 (01 Apr 2012)

  01 Apr 2012; Patrick Lauer <patrick@gentoo.org> +django-1.4.ebuild:
  Bump for #409527

  21 Dec 2011; Mike Gilbert <floppym@gentoo.org>
  +files/django-1.3.1-djangodocs_extension.patch, django-1.3.1-r1.ebuild,
  django-9999.ebuild:
  Incorporate patch from Progress overlay by Arfrever. Should resolve bug
  394777.

  14 Dec 2011; Mike Gilbert <floppym@gentoo.org> django-1.3.1-r1.ebuild,
  django-9999.ebuild:
  Drop bash-completion_pkg_postinst.

  14 Dec 2011; Mike Gilbert <floppym@gentoo.org> django-9999.ebuild:
  Call newbashcomp.

  14 Dec 2011; Mike Gilbert <floppym@gentoo.org> django-1.1.4.ebuild,
  django-1.2.5.ebuild, django-1.3.1.ebuild:
  Fix dodoc in other ebuilds.

*django-1.3.1-r1 (14 Dec 2011)

  14 Dec 2011; Mike Gilbert <floppym@gentoo.org> +django-1.3.1-r1.ebuild,
  django-9999.ebuild:
  Don't call dodoc on directory; bug 367547. Migrate to bash-completion-r1.

  16 Sep 2011; Tony Vroon <chainsaw@gentoo.org> django-1.3.1.ebuild:
  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
  "idella4" Delaney in security bug #382599 filed by Sean Amoss.

  12 Sep 2011; Thomas Kahle <tomka@gentoo.org> django-1.3.1.ebuild:
  x86 stable per bug 382599

*django-1.3.1 (10 Sep 2011)

  10 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +django-1.3.1.ebuild:
  Version bump to 1.3.1.

  01 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> django-1.3.ebuild:
  x86 stable wrt bug #364415

  27 Apr 2011; Christoph Mende <angelos@gentoo.org> django-1.3.ebuild:
  Stable on amd64 wrt bug #364415

*django-1.3 (23 Mar 2011)

  23 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.3.ebuild:
  Version bump.

  10 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -django-1.2.4-r1.ebuild, -files/django-1.2.4-python-2.7.patch,
  -files/django-1.2.4-ticket-14576.patch:
  Delete.

  10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> django-1.2.5.ebuild:
  Stable on amd64 wrt bug #354183

  10 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> django-1.2.5.ebuild:
  x86 stable wrt security bug #354183

*django-1.2.5 (09 Feb 2011)

  09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.2.5.ebuild:
  Version bump.

*django-1.1.4 (09 Feb 2011)

  09 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -django-1.1.3.ebuild, +django-1.1.4.ebuild:
  Version bump.

  26 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -django-1.0.4.ebuild, -django-1.1.2.ebuild, -django-1.2.3.ebuild,
  -files/django-1.2.3-fix_tests.patch, -django-1.2.4.ebuild:
  Delete.

  26 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
  django-1.2.4-r1.ebuild:
  stable x86, security bug 349510

  26 Jan 2011; Markos Chandras <hwoarang@gentoo.org> django-1.2.4-r1.ebuild:
  Stable on amd64 wrt bug #349510

*django-1.2.4-r1 (25 Jan 2011)

  25 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.2.4-r1.ebuild, +files/django-1.2.4-python-2.7.patch,
  +files/django-1.2.4-ticket-14576.patch:
  Fix regression in FormWizard (Django ticket #14576). Fix tests with Python 2.7
  (Django ticket #14947).

*django-1.2.4 (23 Dec 2010)

  23 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.2.4.ebuild:
  Version bump.

*django-1.1.3 (23 Dec 2010)

  23 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.1.3.ebuild:
  Version bump.

  28 Oct 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> django-1.2.3.ebuild:
  x86 stable wrt bug #342485

  24 Oct 2010; Markos Chandras <hwoarang@gentoo.org> django-1.2.3.ebuild:
  Stable on amd64 wrt bug #342485

  17 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.2.3.ebuild:
  Don't try to install nonexistent examples (bug #341159).

  22 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.0.4.ebuild, django-1.1.2.ebuild:
  Require Sphinx 0.6 (bug #331689).

  22 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.0.4.ebuild, django-1.1.2.ebuild, django-9999.ebuild:
  Improve pysqlite dependencies (bug #334801).

*django-1.2.3 (22 Sep 2010)

  22 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  -django-1.2.1.ebuild, +django-1.2.3.ebuild,
  +files/django-1.2.3-fix_tests.patch:
  Version bump. Fixed CVE-2010-3082 (bug #336594). Improve pysqlite
  dependencies (bug #334801). Fixed building with Sphinx 1.0 (bug #331689).

  11 Jul 2010; Christian Faulhammer <fauli@gentoo.org> django-1.1.2.ebuild:
  stable x86, bug 324461

  06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.2.1.ebuild, django-9999.ebuild:
  Fix tests (bug #326857).

  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> django-1.1.2.ebuild:
  stable amd64, bug 324461

*django-1.2.1 (26 May 2010)

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

*django-1.1.2 (14 May 2010)

  14 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.1.2.ebuild:
  Version bump.

  14 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.1.1.ebuild:
  Fix installation (bug #304789).

  08 Feb 2010; Peter Volkov <pva@gentoo.org> django-1.1.1.ebuild:
  Add inherit eutils for epatch.

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

  03 Jan 2010; Pacho Ramos <pacho@gentoo.org> django-1.1.1.ebuild:
  amd64 stable, bug 277109

  03 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.1.1.ebuild, +files/django-1.1.1-fix_tests.patch:
  Fix tests (bug #294575).

  10 Oct 2009; Fabian Groffen <grobian@gentoo.org> django-1.1.1.ebuild:
  Merge from Prefix

  09 Oct 2009; Patrick Lauer <patrick@gentoo.org> -django-1.0.2-r1.ebuild,
  -django-1.0.3.ebuild, -django-1.1.ebuild:
  Remove old

*django-1.1.1 (09 Oct 2009)
*django-1.0.4 (09 Oct 2009)

  09 Oct 2009; Patrick Lauer <patrick@gentoo.org> +django-1.0.4.ebuild,
  +django-1.1.1.ebuild:
  Bump, thanks to quantumsummers for reporting.

*django-1.1 (04 Aug 2009)

  04 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.1.ebuild:
  Version bump (bug #279722). Set SUPPORT_PYTHON_ABIS.

*django-1.0.3 (02 Aug 2009)

  02 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  +django-1.0.3.ebuild:
  Version bump (bug #279720).

  05 Jul 2009; Alexis Ballier <aballier@gentoo.org> django-1.0.2-r1.ebuild:
  keyword ~x86-fbsd, bug #235323

  18 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.0.2-r1.ebuild:
  Rename "sqlite3" USE flag to "sqlite" (bug #251408).

  16 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
  django-1.0.2-r1.ebuild:
  Update SRC_URI and dependencies (bug #259543).

  15 Apr 2009; Brent Baude <ranger@gentoo.org> django-1.0.2-r1.ebuild:
  Marking django-1.0.2-r1 ~ppc64 for bug 240312

*django-1.0.2-r1 (15 Feb 2009)

  15 Feb 2009; Patrick Lauer <patrick@gentoo.org> +django-1.0.2-r1.ebuild:
  Few small fixes to close #247204

*django-1.0.2 (03 Feb 2009)

  03 Feb 2009; Patrick Lauer <patrick@gentoo.org> +django-1.0.2.ebuild:
  New and improved django-1.0.2 ebuild. Thanks to Matt Summers and Nirbheek
  Chauhan.

  05 Nov 2008; Ferris McCormick <fmccor@gentoo.org> django-1.0.ebuild:
  Add ~sparc for testing and support of some Foundation work.

  07 Oct 2008; Rob Cakebread <pythonhead@gentoo.org>
  +files/django-1.0-fields.py.patch:
  Added patch file

  06 Oct 2008; Rob Cakebread <pythonhead@gentoo.org> django-1.0.ebuild,
  django-9999.ebuild:
  Fixed tests, added sphinx doc generation, dropped ppc64 until sphinx is
  keyworded, use EAPI1 for slots

*django-1.0 (04 Sep 2008)

  04 Sep 2008; Rob Cakebread <pythonhead@gentoo.org> +django-1.0.ebuild:
  Version bump. Thanks Michael A. Smith <michael@smith-li.com> for the
  patch. Bug #236638

  19 Aug 2008; Ali Polatel <hawking@gentoo.org> django-0.96.2.ebuild:
  Use cp -pPR instead of cp -a, #235057, thanks to Michael A. Smith.

*django-9999 (07 Jun 2008)

  07 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> +django-9999.ebuild:
  Added p.masked Live SVN ebuild

*django-0.96.2 (26 May 2008)

  26 May 2008; Krzysiek Pawlik <nelchael@gentoo.org> -django-0.96.1.ebuild,
  +django-0.96.2.ebuild:
  Version bump to fix security bug, see bug #222029.

  25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
  Removing seemant from metadata.xml as per #202469.

*django-0.96.1 (27 Oct 2007)

  27 Oct 2007; Seemant Kulleen <seemant@gentoo.org> -django-0.96.ebuild,
  +django-0.96.1.ebuild:
  version bump for security fix, as mentioned in bug #197188 by Jan Meier

  27 Sep 2007; Brent Baude <ranger@gentoo.org> django-0.96.ebuild:
  marking django-0.96 ~ppc64 for bug 193965

  05 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> -django-0.95.1.ebuild:
  Dropped old version.

  04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> django-0.95.1.ebuild,
  django-0.96.ebuild:
  Removed use_setuptools sed. Removed setuptools dependency in 0.96.

  24 Apr 2007; Seemant Kulleen <seemant@gentoo.org> django-0.96.ebuild:
  adjust the mysql-python dependency, as 1.2.1_p2 is the minimum allowed
  version. Closes bug #175821 by Jean-Claude Repetto

  25 Mar 2007; Seemant Kulleen <seemant@gentoo.org> django-0.96.ebuild:
  fix the src_test -- thanks to mabi for catching the b0rkedness

*django-0.96 (24 Mar 2007)

  24 Mar 2007; Seemant Kulleen <seemant@gentoo.org> +django-0.96.ebuild:
  version bump to newest release -- how about a zero-day this time

  01 Feb 2007; Seemant Kulleen <seemant@gentoo.org>
  -files/django-0.95-auth_fix.patch,
  -files/django-0.95-compile_messages_fix.patch, -django-0.95-r1.ebuild:
  remove old ebuild

  22 Jan 2007; Seemant Kulleen <seemant@gentoo.org> django-0.95.1.ebuild:
  add back the bash completion, docs install fix and stc_test that Tiziano
  added into -r1

*django-0.95.1 (22 Jan 2007)

  22 Jan 2007; Seemant Kulleen <seemant@gentoo.org> -django-0.95.ebuild,
  +django-0.95.1.ebuild:
  version bump to the official security bump release. will remove 0.95-r1 in a
  couple of days if there are no bug reports

*django-0.95-r1 (21 Jan 2007)

  21 Jan 2007; Tiziano Müller <dev-zero@gentoo.org>
  +files/django-0.95-auth_fix.patch,
  +files/django-0.95-compile_messages_fix.patch, +django-0.95-r1.ebuild:
  Added security patches from Debian (bug #162818). Added bash-completion and
  examples USE-flag. Corrected psycopg dependency. Added src_test with test
  USE-flag. Some Cleanups.

  30 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> -django-0.91.ebuild,
  django-0.95.ebuild:
  Fixed deps for python-2.5 (thanks to Jokey). Fixed bug #148456 (by removing
  ez_setup-import). Dropped old version.

  13 Aug 2006; Lukasz Strzygowski <lucass@gentoo.org> django-0.95.ebuild:
  Added dev-python/imaging rdep, bug #143788.

*django-0.95 (01 Aug 2006)

  01 Aug 2006; Lukasz Strzygowski <lucass@gentoo.org> +django-0.95.ebuild:
  Version bump, bug #142375.

  28 Jul 2006; Alastair Tse <liquidx@gentoo.org> django-0.91.ebuild:
  Preparing psycopg deps for slotted psycopg-2.0.2 (#125719)

  01 Apr 2006; <nixnut@gentoo.org> django-0.91.ebuild:
  Added ~ppc keyword. Bug #114821

  01 Apr 2006; Aron Griffis <agriffis@gentoo.org> django-0.91.ebuild:
  Mark 0.91 ~ia64

  30 Mar 2006; Lukasz Strzygowski <lucass@gentoo.org> django-0.91.ebuild:
  Minor fixes, thanks to Halcy0n.

  29 Mar 2006; Karol Wojtaszek <sekretarz@gentoo.org> django-0.91.ebuild:
  ~amd64 keyworded, bug #114821

*django-0.91 (28 Mar 2006)

  28 Mar 2006; Lukasz Strzygowski <lucass@gentoo.org> +metadata.xml,
  +django-0.91.ebuild:
  Initial commit (bug #114821).