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
|
# ChangeLog for dev-python/pandas
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/ChangeLog,v 1.15 2013/05/04 12:14:52 jlec Exp $
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.
|