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
|
# ChangeLog for dev-python/cffi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.18 2013/12/06 06:16:18 patrick Exp $
*cffi-0.8.1 (06 Dec 2013)
06 Dec 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.8.1.ebuild:
Bump
30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
cffi-0.8.ebuild:
Skip test_integration.py to avoid bugs 486736 and 489870.
30 Nov 2013; Mike Gilbert <floppym@gentoo.org> cffi-0.7.2.ebuild,
cffi-0.8.ebuild:
Restrict tests until we can fix bugs 486736 and 489870. Simplify pycparser
dep. Call distutils-r1_python_install_all.
29 Nov 2013; Pacho Ramos <pacho@gentoo.org> cffi-0.7.2.ebuild:
amd64 stable, bug #488738
*cffi-0.8 (18 Nov 2013)
18 Nov 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.8.ebuild,
-cffi-0.6.ebuild, -cffi-0.7.ebuild:
Version bump cffi to 0.8.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> cffi-0.6.ebuild,
cffi-0.7.2.ebuild, cffi-0.7.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*cffi-0.7.2 (10 Aug 2013)
10 Aug 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.7.2.ebuild:
Bump
07 Aug 2013; Michał Górny <mgorny@gentoo.org> cffi-0.7.ebuild:
Enable pypy2.0.
*cffi-0.7 (02 Aug 2013)
02 Aug 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.7.ebuild,
-cffi-0.2.1.ebuild, -cffi-0.3.ebuild, -cffi-0.5-r1.ebuild, -cffi-0.5.ebuild:
Version bump cffi to 0.7.
09 May 2013; Markus Meier <maekke@gentoo.org> cffi-0.6.ebuild:
add ~arm, bug #462506
08 May 2013; Ian Delaney <idella4@gentoo.org> cffi-0.5-r1.ebuild,
cffi-0.6.ebuild:
tidyup in dep list of 0.5-r1, Add py3 support in 0.6, drop pypy2-0 in both
consequent to cffi bundled in pypy2.0-beta2, fixes Bug 468804
*cffi-0.6 (16 Apr 2013)
16 Apr 2013; Patrick Lauer <patrick@gentoo.org> +cffi-0.6.ebuild:
Bump
*cffi-0.5-r1 (20 Mar 2013)
20 Mar 2013; Ian Delaney <idella4@gentoo.org> +cffi-0.5-r1.ebuild:
migration revbump
*cffi-0.5 (08 Feb 2013)
08 Feb 2013; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.5.ebuild:
Version bump cffi to 0.5.
05 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> cffi-0.2.1.ebuild,
cffi-0.3.ebuild:
Use virtual/libffi instead of dev-libs/libffi in case we have to move back to
using libffi from gcc's source tree later.
*cffi-0.3 (10 Oct 2012)
10 Oct 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.3.ebuild:
Version bump to 0.3, depend on hgdistver (bug 437768).
09 Aug 2012; Patrick Lauer <patrick@gentoo.org> cffi-0.2.1.ebuild:
Restricting py-2.5 and jython
*cffi-0.2.1 (27 Jul 2012)
27 Jul 2012; Dirkjan Ochtman <djc@gentoo.org> +cffi-0.2.1.ebuild,
+metadata.xml:
Initial version of cffi.
|