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
|
# ChangeLog for dev-python/py-xmlrpc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py-xmlrpc/ChangeLog,v 1.23 2010/06/03 19:48:05 arfrever Exp $
03 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
py-xmlrpc-0.8.8.3-r1.ebuild:
Restrict 3.* Python ABIs (bug #322643).
*py-xmlrpc-0.8.8.3-r1 (01 Mar 2010)
01 Mar 2010; Jesus Rivero <neurogeek@gentoo.org>
+py-xmlrpc-0.8.8.3-r1.ebuild, +files/py-xmlrpc_patch-extra.patch,
+files/py-xmlrpc_rpcBase64.patch, +files/py-xmlrpc_rpcClient.patch,
+files/py-xmlrpc_rpcDate.patch, +files/py-xmlrpc_rpcDispatch.patch,
+files/py-xmlrpc_rpcSource.patch, +files/py-xmlrpc_rpcUtils.patch:
Added patchs wrt bug #299023 (now closed), Thanks to Florian for the
report
04 Jul 2007; Ali Polatel <hawking@gentoo.org> py-xmlrpc-0.8.8.2.ebuild,
py-xmlrpc-0.8.8.3.ebuild:
Removed redundant mydoc
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
09 Oct 2006; Tom Knight <tomk@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Added ~amd64 KEYWORD
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Mark 0.8.8.3 stable on ia64
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
add ~ia64
01 May 2005; Michael Hanselmann <hansmi@gentoo.org>
py-xmlrpc-0.8.8.3.ebuild:
Stable on ppc.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
18 Oct 2004; David Holm <dholm@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Added to ~ppc.
10 Oct 2004; Jason Wever <weeve@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Stable on sparc.
20 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Marked stable x86
02 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Stable on alpha.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> py-xmlrpc-0.8.8.2.ebuild:
Change SRC_URI to mirror://..
*py-xmlrpc-0.8.8.3 (06 Oct 2003)
06 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> py-xmlrpc-0.8.8.3.ebuild:
Version bump (bug #28487)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*py-xmlrpc-0.8.8.2 (23 Apr 2002)
04 Apr 2003; Alastair Tse <liquidx@gentoo.org> py-xmlrpc-0.8.8.2.ebuild:
ebuild cleanups
29 Jul 2002; George Shapovalov <george@gentoo.org> py-xmlrpc-0.8.7.ebuild, py-xmlrpc-0.8.8.2.ebuild :
Added KEYWORDS,SLOT,LICENSE
23 Apr 2002; Ryan Phillips <rphillips@gentoo.org> py-xmlrpc-0.8.8.2.ebuild :
Updated package
*py-xmlrpc-0.8.7 (13 Apr 2002)
13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> py-xmlrpc-0.8.7.ebuild files/py-xmlrpc-0.8.7 :
An extremely fast implementation of the xmlrpc spec for Python (written in
C). It supports both blocking and non-blocking clients and servers on
Windows and POSIX platforms. Version 0.8.1 is 100% compliant with the
www.xmlrpc.com validator.
|