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
|
# ChangeLog for dev-python/futures
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.18 2015/07/11 06:31:03 maekke Exp $
11 Jul 2015; Markus Meier <maekke@gentoo.org> futures-3.0.3.ebuild:
add ~arm, bug #553852
*futures-3.0.3 (18 Jun 2015)
18 Jun 2015; Patrick Lauer <patrick@gentoo.org> +futures-3.0.3.ebuild:
Bump
*futures-3.0.2 (16 Jun 2015)
16 Jun 2015; Ian Delaney <idella4@gentoo.org> +futures-3.0.2.ebuild,
-futures-2.1.4.ebuild, -futures-2.1.5.ebuild, -futures-2.1.6.ebuild:
bump, rm old
08 Apr 2015; Michał Górny <mgorny@gentoo.org> futures-2.1.4.ebuild,
futures-2.1.5.ebuild:
Drop old Python implementations
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> futures-2.2.0.ebuild:
x86 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> futures-2.2.0.ebuild:
amd64 stable, bug 540290
02 Oct 2014; Ian Delaney <idella4@gentoo.org> futures-2.2.0.ebuild:
tidy
*futures-2.2.0 (01 Oct 2014)
01 Oct 2014; Tim Harder <radhermit@gentoo.org> +futures-2.2.0.ebuild:
Version bump.
05 May 2014; Ian Delaney <idella4@gentoo.org> futures-2.1.6.ebuild:
drop py2.6 add pypy support, upgrade test phase
*futures-2.1.6 (23 Jan 2014)
23 Jan 2014; Tim Harder <radhermit@gentoo.org> +futures-2.1.6.ebuild:
Version bump.
*futures-2.1.5 (05 Dec 2013)
05 Dec 2013; Tim Harder <radhermit@gentoo.org> +futures-2.1.5.ebuild:
Version bump.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> futures-2.1.4.ebuild:
Clean up PYTHON_COMPAT from old implementations.
08 Aug 2013; Tim Harder <radhermit@gentoo.org> -futures-2.1.2.ebuild,
-futures-2.1.3.ebuild, -futures-2.1.3-r1.ebuild, futures-2.1.4.ebuild:
Remove old and minor cleanup.
*futures-2.1.4 (05 Jul 2013)
05 Jul 2013; Ian Delaney <idella4@gentoo.org> +futures-2.1.4.ebuild:
bump; custom tarball prepared, version tarball topped up and located in
devspace, fixes Bug #474688
05 Apr 2013; Mike Gilbert <floppym@gentoo.org> futures-2.1.3-r1.ebuild:
Fixup distutils-r1 conversion.
*futures-2.1.3-r1 (05 Apr 2013)
05 Apr 2013; Ian Delaney <idella4@gentoo.org> +futures-2.1.3-r1.ebuild,
futures-2.1.3.ebuild:
migration revbump + added IUSE doc
*futures-2.1.3 (29 Aug 2012)
29 Aug 2012; Patrick Lauer <patrick@gentoo.org> +futures-2.1.3.ebuild:
Bump
*futures-2.1.2 (17 Mar 2012)
17 Mar 2012; Tim Harder <radhermit@gentoo.org> +futures-2.1.2.ebuild,
+metadata.xml:
Initial import. Ebuild by me.
|