summaryrefslogtreecommitdiff
blob: fa8102da0a8922d6ae073641f1413862f6b62d9b (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
# ChangeLog for dev-python/pandas
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.32 2014/12/07 16:57:02 jlec Exp $

*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.