* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-1.2.3.ebuild
@ 2013-06-01 8:37 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2013-06-01 8:37 UTC (permalink / raw
To: gentoo-commits
radhermit 13/06/01 08:37:30
Modified: ChangeLog
Added: requests-1.2.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.41 dev-python/requests/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 22 May 2013 07:14:25 -0000 1.40
+++ ChangeLog 1 Jun 2013 08:37:30 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/requests
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.40 2013/05/22 07:14:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.41 2013/06/01 08:37:30 radhermit Exp $
+
+*requests-1.2.3 (01 Jun 2013)
+
+ 01 Jun 2013; Tim Harder <radhermit@gentoo.org> +requests-1.2.3.ebuild:
+ Version bump.
*requests-1.2.2 (22 May 2013)
1.1 dev-python/requests/requests-1.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild?rev=1.1&content-type=text/plain
Index: requests-1.2.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild,v 1.1 2013/06/01 08:37:30 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="HTTP library for human beings"
HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="test"
# bundles dev-python/urllib3 snapshot
RDEPEND="app-misc/ca-certificates
dev-python/charade[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
# tests connect to various remote sites
RESTRICT="test"
DOCS=( README.rst HISTORY.rst )
python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/${PN}-1.2.0-system-cacerts.patch
"${FILESDIR}"/${PN}-1.2.0-system-libs.patch
"${FILESDIR}"/${PN}-1.2.1-urllib3-py3.patch
)
# use system charade
rm -r requests/packages/charade || die
distutils-r1_python_prepare_all
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-1.2.3.ebuild
@ 2013-08-11 13:25 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2013-08-11 13:25 UTC (permalink / raw
To: gentoo-commits
jer 13/08/11 13:25:27
Modified: ChangeLog requests-1.2.3.ebuild
Log:
Marked ~hppa too.
(Portage version: 2.2.0_alpha196/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.42 dev-python/requests/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 1 Jun 2013 08:37:30 -0000 1.41
+++ ChangeLog 11 Aug 2013 13:25:27 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/requests
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.41 2013/06/01 08:37:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.42 2013/08/11 13:25:27 jer Exp $
+
+ 11 Aug 2013; Jeroen Roovers <jer@gentoo.org> requests-1.2.3.ebuild:
+ Marked ~hppa too.
*requests-1.2.3 (01 Jun 2013)
1.2 dev-python/requests/requests-1.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild?r1=1.1&r2=1.2
Index: requests-1.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- requests-1.2.3.ebuild 1 Jun 2013 08:37:30 -0000 1.1
+++ requests-1.2.3.ebuild 11 Aug 2013 13:25:27 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild,v 1.1 2013/06/01 08:37:30 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-1.2.3.ebuild,v 1.2 2013/08/11 13:25:27 jer Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE="test"
# bundles dev-python/urllib3 snapshot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-11 13:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-11 13:25 [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-1.2.3.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2013-06-01 8:37 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox