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
|
# ChangeLog for dev-python/testify
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.23 2015/07/09 07:47:28 idella4 Exp $
*testify-0.7.2 (09 Jul 2015)
09 Jul 2015; Ian Delaney <idella4@gentoo.org> +testify-0.7.2.ebuild:
bump; extend corrections to local imports used in test files, add py3 support
07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add github to remote-id in metadata.xml
04 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
Add pypi to remote-id in metadata.xml
17 Jan 2015; Ian Delaney <idella4@gentoo.org>
-files/testify-0.2.6-tests.patch:
remove disused patch
*testify-0.5.7 (17 Jan 2015)
17 Jan 2015; Ian Delaney <idella4@gentoo.org> +testify-0.5.7.ebuild,
-testify-0.5.6.ebuild:
bump, unrestrict test phase, re-write of test phase, rm old
*testify-0.5.6 (27 Oct 2014)
27 Oct 2014; Ian Delaney <idella4@gentoo.org> +testify-0.5.6.ebuild,
-testify-0.3.0.ebuild, -testify-0.3.1.ebuild, -testify-0.3.2.ebuild,
-testify-0.3.3.ebuild, -testify-0.3.4.ebuild, -testify-0.3.5.ebuild,
-testify-0.3.6.ebuild, -testify-0.3.7.ebuild:
bump; rm old
*testify-0.3.7 (15 Oct 2014)
15 Oct 2014; Ian Delaney <idella4@gentoo.org> +testify-0.3.7.ebuild:
bump
*testify-0.3.6 (28 Aug 2014)
28 Aug 2014; Ian Delaney <idella4@gentoo.org> +testify-0.3.6.ebuild:
bump
*testify-0.3.5 (24 Jul 2014)
24 Jul 2014; Ian Delaney <idella4@gentoo.org> +testify-0.3.5.ebuild:
bump; add pypy support
*testify-0.3.4 (17 Jun 2014)
17 Jun 2014; Patrick Lauer <patrick@gentoo.org> +testify-0.3.4.ebuild:
Bump
*testify-0.3.3 (03 Jun 2014)
03 Jun 2014; Ian Delaney <idella4@gentoo.org> +testify-0.3.3.ebuild,
-testify-0.2.10.ebuild, -testify-0.2.6.ebuild, -testify-0.2.7.ebuild,
-testify-0.2.8.ebuild, -testify-0.2.9.ebuild:
bump
*testify-0.3.2 (26 May 2014)
26 May 2014; Patrick Lauer <patrick@gentoo.org> +testify-0.3.2.ebuild:
Bump
*testify-0.3.1 (20 May 2014)
20 May 2014; Ian Delaney <idella4@gentoo.org> +testify-0.3.1.ebuild,
testify-0.2.10.ebuild, testify-0.3.0.ebuild:
bump; drop py2.6 add pypy support
*testify-0.3.0 (03 May 2014)
03 May 2014; Patrick Lauer <patrick@gentoo.org> +testify-0.3.0.ebuild:
Bump
05 Apr 2013; Ian Delaney <idella4@gentoo.org> testify-0.2.10.ebuild:
tests set to RESTRICT due to dep on versions of tornado long dropped from
portage
*testify-0.2.10 (10 Mar 2013)
10 Mar 2013; Ian Delaney <idella4@gentoo.org> +testify-0.2.10.ebuild:
bump
*testify-0.2.9 (14 Jan 2013)
14 Jan 2013; Patrick Lauer <patrick@gentoo.org> +testify-0.2.9.ebuild:
Bump
30 Nov 2012; Ian Delaney <idella4@gentoo.org> testify-0.2.8.ebuild:
Removal of rogue test, fixes bug #438032
13 Nov 2012; Ian Delaney <idella4@gentoo.org> files/testify-0.2.6-tests.patch,
testify-0.2.8.ebuild:
Unrestricted pypy from build, test restricted pypy, rem 1 redundant hunk from
tests patch, fixes Bug #438032
*testify-0.2.8 (09 Oct 2012)
09 Oct 2012; Patrick Lauer <patrick@gentoo.org> +testify-0.2.8.ebuild:
Bump
*testify-0.2.7 (30 Jul 2012)
30 Jul 2012; Patrick Lauer <patrick@gentoo.org> +testify-0.2.7.ebuild:
Bump
20 May 2012; Tobias Klausmann <klausman@gentoo.org> testify-0.2.6.ebuild:
Fix package summary
*testify-0.2.6 (18 May 2012)
18 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
+files/testify-0.2.6-tests.patch, +metadata.xml, +testify-0.2.6.ebuild:
Initial import, ebuild written by me
|