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
|
# ChangeLog for dev-python/msgpack
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/ChangeLog,v 1.27 2015/03/06 22:30:31 pacho Exp $
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> msgpack-0.4.5.ebuild:
amd64 stable, bug 540290
31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> msgpack-0.4.2.ebuild:
Stable for amd64, wrt bug #535338
*msgpack-0.4.5 (29 Jan 2015)
29 Jan 2015; Tim Harder <radhermit@gentoo.org> +msgpack-0.4.5.ebuild:
Version bump.
14 Jan 2015; Ian Delaney <idella4@gentoo.org> -msgpack-0.2.4.ebuild,
-msgpack-0.3.0.ebuild, -msgpack-0.4.0.ebuild, -msgpack-0.4.1.ebuild,
msgpack-0.4.2.ebuild:
clean old impl, rm old
*msgpack-0.4.4 (10 Jan 2015)
10 Jan 2015; Tim Harder <radhermit@gentoo.org> +msgpack-0.4.4.ebuild:
Version bump.
05 Jan 2015; Alexis Ballier <aballier@gentoo.org> msgpack-0.4.2.ebuild:
keyword ~arm
25 Jun 2014; Tim Harder <radhermit@gentoo.org> msgpack-0.4.2.ebuild:
Fix HOMEPAGE and add pypi site.
16 Jun 2014; Ian Delaney <idella4@gentoo.org> msgpack-0.4.2.ebuild:
shed un-needed dep nose, fix test phase
15 Jun 2014; Ian Delaney <idella4@gentoo.org> msgpack-0.4.2.ebuild:
drop py2.6 add pypy supp., update test phase accordingly
*msgpack-0.4.2 (03 Apr 2014)
03 Apr 2014; Tim Harder <radhermit@gentoo.org> +msgpack-0.4.2.ebuild:
Version bump, add python3_4 support.
*msgpack-0.4.1 (24 Feb 2014)
24 Feb 2014; Tim Harder <radhermit@gentoo.org> +msgpack-0.4.1.ebuild:
Version bump.
19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> msgpack-0.2.4.ebuild,
msgpack-0.3.0.ebuild, msgpack-0.4.0.ebuild:
Add dev-python/setuptools to build-time dependencies, wrt bug #492464. Thanks
to Thomas D. <whissi AT whissi.de> for discovering this issue
19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> -msgpack-0.1.12.ebuild,
-msgpack-0.2.1.ebuild, -msgpack-0.2.2.ebuild:
QA: Drop old versions, that utilize deprecated python eclasses
*msgpack-0.4.0 (28 Oct 2013)
28 Oct 2013; Patrick Lauer <patrick@gentoo.org> +msgpack-0.4.0.ebuild:
Bump
05 Sep 2013; Michał Górny <mgorny@gentoo.org> msgpack-0.2.4.ebuild,
msgpack-0.3.0.ebuild:
Clean up PYTHON_COMPAT from old implementations.
10 May 2013; Patrick Lauer <patrick@gentoo.org> msgpack-0.3.0.ebuild:
Whitespace
15 Apr 2013; Patrick Lauer <patrick@gentoo.org> msgpack-0.3.0.ebuild:
Adding missing depend
*msgpack-0.3.0 (11 Mar 2013)
11 Mar 2013; Patrick Lauer <patrick@gentoo.org> +msgpack-0.3.0.ebuild:
Bump
13 Jan 2013; Michał Górny <mgorny@gentoo.org> msgpack-0.2.4.ebuild:
Migrate to distutils-r1.
*msgpack-0.2.4 (11 Jan 2013)
11 Jan 2013; Patrick Lauer <patrick@gentoo.org> +msgpack-0.2.4.ebuild:
Bump for #451256
*msgpack-0.2.2 (29 Sep 2012)
29 Sep 2012; Tim Harder <radhermit@gentoo.org> +msgpack-0.2.2.ebuild:
Version bump.
27 Aug 2012; Mike Gilbert <floppym@gentoo.org> msgpack-0.2.1.ebuild:
Depend on dev-python/six if USE=test.
*msgpack-0.2.1 (24 Aug 2012)
24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +msgpack-0.2.1.ebuild:
Bump
21 Feb 2012; Patrick Lauer <patrick@gentoo.org> msgpack-0.1.12.ebuild:
Restricting jython
20 Feb 2012; Patrick Lauer <patrick@gentoo.org> msgpack-0.1.12.ebuild:
Restricting pypy #404017
*msgpack-0.1.12 (28 Dec 2011)
28 Dec 2011; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+msgpack-0.1.12.ebuild:
Initial import for #370267, ebuild by Johan Bergstroem
|