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
|
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.26 2014/04/19 18:02:56 mgorny Exp $
19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
02 Apr 2014; Patrick McLean <chutzpah@gentoo.org>
python-unittest2-1-r2.ebuild:
Add python3_4 support.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild,
python-unittest2-1-r2.ebuild, python-unittest2-1.ebuild:
Add support for the new PyPy slotting.
04 Mar 2014; Naohiro Aota <naota@gentoo.org> python-unittest2-1-r2.ebuild:
Add ~x86-fbsd
04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
python-unittest2-1-r2.ebuild:
Add ~mips keyword.
17 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-unittest2-1-r1.ebuild:
Mark sh stable.
13 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
Use python_gen_cond_dep and python_gen_usedep. This guarantees clean upgrade
after disabling old implementations.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild,
python-unittest2-1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
Drop stale conditionals after py2.5 & py3.1 removal.
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for x86, wrt bug #477360
06 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for s390, wrt bug #477360
04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for ia64, wrt bug #477360
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for sparc, wrt bug #477360
30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for alpha, wrt bug #477360
23 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for arm, wrt bug #477360
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for ppc64, wrt bug #477360
22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for ppc, wrt bug #477360
21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for amd64, wrt bug #477360
19 Jul 2013; Jeroen Roovers <jer@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for HPPA (bug #477360).
*python-unittest2-1-r2 (19 Jul 2013)
19 Jul 2013; Michał Górny <mgorny@gentoo.org> +python-unittest2-1-r2.ebuild:
Finally stop pulling in unittest2 for py<2.7 & py<3.2, since all dependent
packages have correct deps now.
*python-unittest2-1-r1 (30 Jun 2013)
30 Jun 2013; Justin Lecher <jlec@gentoo.org> +python-unittest2-1-r1.ebuild,
metadata.xml:
Fix usage of python-r1.eclass
28 Jan 2013; Alexis Ballier <aballier@gentoo.org> python-unittest2-1.ebuild:
keyword ~amd64-fbsd, bug #453136
14 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1.ebuild:
Change the description to make the intent clear.
*python-unittest2-1 (07 Jan 2013)
07 Jan 2013; Michał Górny <mgorny@gentoo.org> +python-unittest2-1.ebuild,
-python-unittest2-0.ebuild:
Explicitly require slot :0 of dev-python/unittest2.
07 Jan 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-0.ebuild:
Install the unittest2 module for all implementations.
*python-unittest2-0 (06 Jan 2013)
06 Jan 2013; Michał Górny <mgorny@gentoo.org> +metadata.xml,
+python-unittest2-0.ebuild:
Introduce a virtual for unittest2-compatible unittest module.
|