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
|
# ChangeLog for dev-python/pandas
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.56 2015/08/03 07:07:46 jlec Exp $
03 Aug 2015; Justin Lecher <jlec@gentoo.org>
-files/pandas-0.16.1-zoneinfo.patch, -files/pandas-9999-zoneinfo.patch,
-pandas-0.16.1-r1.ebuild:
Drop old
02 Aug 2015; Agostino Sarubbo <ago@gentoo.org> pandas-0.16.2.ebuild:
Stable for x86, wrt bug #556040
31 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pandas-0.16.2.ebuild:
Stable for amd64, wrt bug #556040
28 Jun 2015; Justin Lecher <jlec@gentoo.org>
-files/pandas-0.13.1-backport-test-fix.patch,
-files/pandas-0.15.0-backport-GH8587.patch,
-files/pandas-0.15.1-datetutil-2.3.patch,
-files/pandas-0.15.1-enconding.patch, -files/pandas-0.15.1-skip-tz-test.patch,
-files/pandas-0.15.2-zoneinfo.patch, -pandas-0.15.2.ebuild,
-pandas-0.16.0.ebuild, pandas-9999.ebuild:
Drop old
28 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> pandas-0.16.1-r1.ebuild:
x86 stable wrt bug #552220
26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pandas-0.16.1-r1.ebuild:
Stable for amd64, wrt bug #552220
22 Jun 2015; Justin Lecher <jlec@gentoo.org> pandas-0.16.2.ebuild:
Prefer dev-python/xlsxwriter over dev-python/openyxl
*pandas-0.16.2 (15 Jun 2015)
15 Jun 2015; Justin Lecher <jlec@gentoo.org> +pandas-0.16.2.ebuild:
Versio Bump
*pandas-0.16.1-r1 (15 May 2015)
15 May 2015; Justin Lecher <jlec@gentoo.org> +pandas-0.16.1-r1.ebuild,
-pandas-0.16.1.ebuild, files/pandas-0.16.1-zoneinfo.patch,
files/pandas-9999-zoneinfo.patch, pandas-9999.ebuild:
Fix python-dateutil compatibility
*pandas-0.16.1 (13 May 2015)
13 May 2015; Justin Lecher <jlec@gentoo.org>
+files/pandas-0.16.1-zoneinfo.patch, +pandas-0.16.1.ebuild,
pandas-9999.ebuild:
Version Bump
13 May 2015; Justin Lecher <jlec@gentoo.org>
+files/pandas-9999-zoneinfo.patch, pandas-9999.ebuild:
Update zoneinfo patch for HEAD
15 Apr 2015; Justin Lecher <jlec@gentoo.org> pandas-0.16.0.ebuild,
pandas-9999.ebuild:
Drop examples as they aren't present anymore, #545938
*pandas-0.16.0 (07 Apr 2015)
07 Apr 2015; Justin Lecher <jlec@gentoo.org> +pandas-0.16.0.ebuild,
pandas-0.15.2.ebuild, pandas-9999.ebuild:
Version Bump
19 Mar 2015; Justin Lecher <jlec@gentoo.org> -pandas-0.15.0.ebuild,
-pandas-0.15.1.ebuild, pandas-0.15.2.ebuild, pandas-9999.ebuild:
Drop old
09 Mar 2015; Pacho Ramos <pacho@gentoo.org> pandas-0.15.2.ebuild:
x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pandas-0.15.2.ebuild:
amd64 stable, bug 540290
*pandas-0.15.2 (21 Dec 2014)
21 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, +pandas-0.15.2.ebuild, pandas-9999.ebuild,
+files/pandas-0.15.1-enconding.patch, +files/pandas-0.15.2-zoneinfo.patch:
Version Bump; Allow fast testing via FAST_PANDAS=true; drop dead functions
20 Dec 2014; Michał Górny <mgorny@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild:
Remove the meaningless <= dep on the newest version of python-dateutil.
12 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild:
fix dependencies
08 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild,
+files/pandas-0.15.1-datetutil-2.3.patch:
Backport fix for datetuil-2.3
07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild:
Streamline postinst messages
07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild:
Fix variable naming
07 Dec 2014; Justin Lecher <jlec@gentoo.org> pandas-0.15.0.ebuild,
pandas-0.15.1.ebuild, pandas-9999.ebuild:
Add missing eclass
*pandas-9999 (07 Dec 2014)
*pandas-0.15.1 (07 Dec 2014)
07 Dec 2014; Justin Lecher <jlec@gentoo.org> -pandas-0.12.0.ebuild,
-pandas-0.13.0.ebuild, -pandas-0.13.1.ebuild, -pandas-0.14.0.ebuild,
-pandas-0.14.1.ebuild, pandas-0.15.0.ebuild, +pandas-0.15.1.ebuild,
+pandas-9999.ebuild, +files/pandas-0.15.0-backport-GH8587.patch,
+files/pandas-0.15.1-skip-tz-test.patch:
Drop old; Version Bump; backport testsuite patch, #521880
*pandas-0.15.0 (26 Oct 2014)
26 Oct 2014; Justin Lecher <jlec@gentoo.org> +pandas-0.15.0.ebuild:
Verison Bump
25 Aug 2014; Ian Delaney <idella4@gentoo.org> metadata.xml:
add remote-ids to metadata.xml
15 Aug 2014; Ian Delaney <idella4@gentoo.org> pandas-0.14.1.ebuild:
update test phase
15 Aug 2014; Ian Delaney <idella4@gentoo.org> pandas-0.14.1.ebuild:
add commented links to bugs filed upstream
*pandas-0.14.1 (14 Aug 2014)
14 Aug 2014; Ian Delaney <idella4@gentoo.org> +pandas-0.14.1.ebuild,
pandas-0.14.0.ebuild:
bump; update dep openpyxl, fix strict-aliasing qa issue
25 Jun 2014; Ian Delaney <idella4@gentoo.org> pandas-0.14.0.ebuild:
set no-strict-aliasing under py2.7, revise sed statement, correct doc location
for dohtml, fixes Bug #514870
24 Jun 2014; Patrick Lauer <patrick@gentoo.org> pandas-0.14.0.ebuild:
Whitespace
*pandas-0.14.0 (24 Jun 2014)
24 Jun 2014; Ian Delaney <idella4@gentoo.org> +pandas-0.14.0.ebuild,
pandas-0.13.1.ebuild:
drop py2.6, update test phase
*pandas-0.13.1 (21 Feb 2014)
21 Feb 2014; Justin Lecher <jlec@gentoo.org> +pandas-0.13.1.ebuild,
+files/pandas-0.13.1-backport-test-fix.patch:
Version Bump
22 Jan 2014; Justin Lecher <jlec@gentoo.org> pandas-0.13.0.ebuild:
Doesn't build docs correctly with <sphinx-1.2.1, #498856
*pandas-0.13.0 (22 Jan 2014)
22 Jan 2014; Justin Lecher <jlec@gentoo.org> +pandas-0.13.0.ebuild,
metadata.xml:
Version Bump, #498856
27 Oct 2013; Michał Górny <mgorny@gentoo.org> pandas-0.12.0.ebuild:
Remove redundant python_export_best (done by the eclass).
20 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> -pandas-0.11.0.ebuild,
pandas-0.12.0.ebuild:
Removed old, fixed references to dev-python/statsmodels
15 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.12.0.ebuild:
Adjust documentation dependencies
12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.12.0.ebuild:
Fix examples directory when both doc and examples are set
*pandas-0.12.0 (08 Aug 2013)
08 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.12.0.ebuild,
-pandas-0.10.0.ebuild, -pandas-0.10.1.ebuild, metadata.xml:
Version bump
04 May 2013; Justin Lecher <jlec@gentoo.org> pandas-0.11.0.ebuild:
Add correct python USEDEP strings, thanks mgorny for helping
*pandas-0.11.0 (04 May 2013)
04 May 2013; Justin Lecher <jlec@gentoo.org> pandas-0.10.1.ebuild,
+pandas-0.11.0.ebuild, metadata.xml:
Version Bump, #468498; add support for py-3; correct PYTHON_USEDEP usage and
subphase functions, use virtualmake for tests
07 Feb 2013; Ian Delaney <idella4@gentoo.org> pandas-0.10.1.ebuild:
deps added to build docs and a dep deleted to build docs to avoid circular
dependeny for the second time, (patchable) sed statement to disable naughty
downloading, build of docs corrected with einfo msg, 1 test file disabled
(rmvd) for py2.6, redundant distutils-r1_python_install dropped avoiding
wrongful duplication, example py modules set uncompressed
*pandas-0.10.1 (31 Jan 2013)
31 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.10.1.ebuild,
metadata.xml:
Version bump
31 Jan 2013; Justin Lecher <jlec@gentoo.org> pandas-0.10.0.ebuild:
Move to new python eclasses; fixes broken test with latest nose # 454828 and
sanitizes py deps
16 Jan 2013; Justin Lecher <jlec@gentoo.org> -pandas-0.8.1.ebuild,
-pandas-0.9.0.ebuild, -pandas-0.9.1.ebuild, pandas-0.10.0.ebuild,
metadata.xml:
No py3 support
*pandas-0.10.0 (29 Dec 2012)
29 Dec 2012; Kacper Kowalik <xarthisius@gentoo.org> +pandas-0.10.0.ebuild:
Version bump
*pandas-0.9.1 (23 Nov 2012)
23 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.9.1.ebuild:
Version bump
*pandas-0.9.0 (29 Oct 2012)
29 Oct 2012; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.9.0.ebuild,
-pandas-0.7.3.ebuild:
Version bump
18 Oct 2012; Patrick Lauer <patrick@gentoo.org> pandas-0.7.3.ebuild,
pandas-0.8.1.ebuild:
Restricting CPython-3.3
09 Aug 2012; Patrick Lauer <patrick@gentoo.org> pandas-0.8.1.ebuild:
Restrict jython
*pandas-0.8.1 (30 Jul 2012)
30 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.8.1.ebuild:
Version bump
21 Jun 2012; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.7.3.ebuild:
Restrict pypy
08 May 2012; Sébastien Fabbro <bicatali@gentoo.org> pandas-0.7.3.ebuild:
Remove scikits_statsmodels as dependency to get rid of circular dependency.
Allow python-3
*pandas-0.7.3 (20 Apr 2012)
20 Apr 2012; Sébastien Fabbro <bicatali@gentoo.org> +pandas-0.7.3.ebuild,
+metadata.xml:
Initial import from the science overlay + version bump. Added doc, testing
and extra dependencies.
|