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
|
# ChangeLog for dev-python/http-parser
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.25 2015/03/06 22:24:11 pacho Exp $
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> http-parser-0.8.3.ebuild:
amd64 stable, bug 540290
02 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -http-parser-0.8.1.ebuild:
Remove old.
24 Nov 2014; Pacho Ramos <pacho@gentoo.org> http-parser-0.8.3.ebuild:
Support python 3.4
29 Jul 2014; Sergey Popov <pinkbyte@gentoo.org> http-parser-0.8.3.ebuild:
Add ~s390 keyword, wrt bug #463344
19 Jun 2014; Tobias Klausmann <klausman@gentoo.org> http-parser-0.8.3.ebuild:
Keyworded on alpha, bug #463344
31 Mar 2014; Michał Górny <mgorny@gentoo.org> http-parser-0.7.12.ebuild,
http-parser-0.8.1-r1.ebuild, http-parser-0.8.3.ebuild:
Add support for the new PyPy slotting.
07 Dec 2013; Akinori Hattori <hattya@gentoo.org> http-parser-0.8.3.ebuild:
keyword ~ia64 wrt bug #463344
05 Sep 2013; Michał Górny <mgorny@gentoo.org> http-parser-0.7.12.ebuild,
http-parser-0.8.1-r1.ebuild, http-parser-0.8.3.ebuild:
Clean up PYTHON_COMPAT from old implementations.
*http-parser-0.8.3 (02 Sep 2013)
02 Sep 2013; Mike Gilbert <floppym@gentoo.org> +http-parser-0.8.3.ebuild:
Version bump. add python3.3.
11 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org>
http-parser-0.8.1-r1.ebuild:
ppc64 keyword added, bug 463344
24 Apr 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.8.1-r1.ebuild:
Add ~ppc, wrt bug #463344
27 Mar 2013; Naohiro Aota <naota@gentoo.org> http-parser-0.8.1-r1.ebuild:
Add ~x86-fbsd. #463344
26 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> http-parser-0.8.1-r1.ebuild:
Add ~arm keyword, wrt bug #463344
*http-parser-0.8.1-r1 (07 Mar 2013)
07 Mar 2013; Ian Delaney <idella4@gentoo.org> +http-parser-0.8.1-r1.ebuild,
-http-parser-0.7.5.ebuild:
Drop old, re-migrated 0.8.1 to distutils-r1
*http-parser-0.8.1 (22 Feb 2013)
22 Feb 2013; Patrick Lauer <patrick@gentoo.org> +http-parser-0.8.1.ebuild:
Bump
09 Feb 2013; Mike Gilbert <floppym@gentoo.org> http-parser-0.7.12.ebuild:
Utilize python_install_all.
07 Feb 2013; Mike Gilbert <floppym@gentoo.org> http-parser-0.7.12.ebuild:
Apply encoding fix and disable strict aliasing in the latest ebuild.
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
Stable for x86, wrt bug #451608
21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.7.8.ebuild:
Stable for amd64, wrt bug #451608
20 Jan 2013; Ian Delaney <idella4@gentoo.org>
+files/http-parser-0.7.8-setup.patch, http-parser-0.7.8.ebuild:
Added http-parser-0.7.8-setup.patch, fixes locale issue wrt Bug #451826 by Ago
12 Jan 2013; Ian Delaney <idella4@gentoo.org> http-parser-0.7.12.ebuild:
migrated 0.7.12 to distutils-r1
*http-parser-0.7.12 (30 Oct 2012)
30 Oct 2012; Patrick Lauer <patrick@gentoo.org> +http-parser-0.7.12.ebuild:
Bump
17 Oct 2012; Patrick Lauer <patrick@gentoo.org> http-parser-0.7.8.ebuild:
Restricting python 2.5
*http-parser-0.7.8 (24 Aug 2012)
24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +http-parser-0.7.8.ebuild:
Bump
*http-parser-0.7.5 (07 Jun 2012)
07 Jun 2012; Kacper Kowalik <xarthisius@gentoo.org>
+http-parser-0.7.5.ebuild, +metadata.xml:
Initial import. Ebuild written by Ian Delaney <johneed@hotmail.com>. Fixes
bug 416879
|