* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-0.9.8.ebuild ChangeLog
@ 2010-02-04 21:09 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-02-04 21:09 UTC (permalink / raw
To: gentoo-commits
arfrever 10/02/04 21:09:35
Modified: ChangeLog
Added: webob-0.9.8.ebuild
Log:
Version bump.
(Portage version: 15321-svn/cvs/Linux x86_64)
Revision Changes Path
1.11 dev-python/webob/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 21 Jan 2010 14:23:11 -0000 1.10
+++ ChangeLog 4 Feb 2010 21:09:34 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.10 2010/01/21 14:23:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.11 2010/02/04 21:09:34 arfrever Exp $
+
+*webob-0.9.8 (04 Feb 2010)
+
+ 04 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +webob-0.9.8.ebuild:
+ Version bump.
21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> webob-0.9.7.1.ebuild:
stable x86, bug 301409
1.1 dev-python/webob/webob-0.9.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.1&content-type=text/plain
Index: webob-0.9.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.1 2010/02/04 21:09:34 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
MY_PN="WebOb"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="WSGI request and response object"
HOMEPAGE="http://pythonpaste.org/webob/ http://pypi.python.org/pypi/WebOb"
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
IUSE=""
#Note: Tests require webtest, but webob is a dependency of webtest.
DEPEND="dev-python/setuptools"
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-0.9.8.ebuild ChangeLog
@ 2010-03-10 15:39 Joseph Jezak (josejx)
0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2010-03-10 15:39 UTC (permalink / raw
To: gentoo-commits
josejx 10/03/10 15:39:30
Modified: webob-0.9.8.ebuild ChangeLog
Log:
Marked ppc stable, added ~ppc64.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/webob/webob-0.9.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?r1=1.1&r2=1.2
Index: webob-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webob-0.9.8.ebuild 4 Feb 2010 21:09:34 -0000 1.1
+++ webob-0.9.8.ebuild 10 Mar 2010 15:39:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.1 2010/02/04 21:09:34 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.2 2010/03/10 15:39:29 josejx Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
IUSE=""
1.13 dev-python/webob/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 10 Feb 2010 04:00:57 -0000 1.12
+++ ChangeLog 10 Mar 2010 15:39:29 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.12 2010/02/10 04:00:57 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.13 2010/03/10 15:39:29 josejx Exp $
+
+ 10 Mar 2010; Joseph Jezak <josejx@gentoo.org> webob-0.9.8.ebuild:
+ Marked ppc stable, added ~ppc64.
10 Feb 2010; Joseph Jezak <josejx@gentoo.org> webob-0.9.7.1.ebuild:
Marked ppc stable for bug #301409.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-0.9.8.ebuild ChangeLog
@ 2010-03-22 10:55 Christian Faulhammer (fauli)
0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-22 10:55 UTC (permalink / raw
To: gentoo-commits
fauli 10/03/22 10:55:56
Modified: webob-0.9.8.ebuild ChangeLog
Log:
stable x86, bug 308203
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.3 dev-python/webob/webob-0.9.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?r1=1.2&r2=1.3
Index: webob-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- webob-0.9.8.ebuild 10 Mar 2010 15:39:29 -0000 1.2
+++ webob-0.9.8.ebuild 22 Mar 2010 10:55:55 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.2 2010/03/10 15:39:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.3 2010/03/22 10:55:55 fauli Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
IUSE=""
1.14 dev-python/webob/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 10 Mar 2010 15:39:29 -0000 1.13
+++ ChangeLog 22 Mar 2010 10:55:55 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.13 2010/03/10 15:39:29 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.14 2010/03/22 10:55:55 fauli Exp $
+
+ 22 Mar 2010; Christian Faulhammer <fauli@gentoo.org> webob-0.9.8.ebuild:
+ stable x86, bug 308203
10 Mar 2010; Joseph Jezak <josejx@gentoo.org> webob-0.9.8.ebuild:
Marked ppc stable, added ~ppc64.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-0.9.8.ebuild ChangeLog
@ 2010-04-16 19:31 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-04-16 19:31 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/04/16 19:31:54
Modified: webob-0.9.8.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #313153
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/webob/webob-0.9.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild?r1=1.3&r2=1.4
Index: webob-0.9.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- webob-0.9.8.ebuild 22 Mar 2010 10:55:55 -0000 1.3
+++ webob-0.9.8.ebuild 16 Apr 2010 19:31:54 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.3 2010/03/22 10:55:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-0.9.8.ebuild,v 1.4 2010/04/16 19:31:54 hwoarang Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -15,7 +15,7 @@
SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
IUSE=""
1.15 dev-python/webob/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/webob/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 22 Mar 2010 10:55:55 -0000 1.14
+++ ChangeLog 16 Apr 2010 19:31:54 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.14 2010/03/22 10:55:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.15 2010/04/16 19:31:54 hwoarang Exp $
+
+ 16 Apr 2010; Markos Chandras <hwoarang@gentoo.org> webob-0.9.8.ebuild:
+ Stable on amd64 wrt bug #313153
22 Mar 2010; Christian Faulhammer <fauli@gentoo.org> webob-0.9.8.ebuild:
stable x86, bug 308203
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-04-16 19:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-04 21:09 [gentoo-commits] gentoo-x86 commit in dev-python/webob: webob-0.9.8.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-03-10 15:39 Joseph Jezak (josejx)
2010-03-22 10:55 Christian Faulhammer (fauli)
2010-04-16 19:31 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox