public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-03-26  7:25 Patrick Lauer (patrick)
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick Lauer (patrick) @ 2015-03-26  7:25 UTC (permalink / raw
  To: gentoo-commits

patrick     15/03/26 07:25:22

  Modified:             ChangeLog
  Added:                requests-2.6.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.84                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	28 Feb 2015 07:52:17 -0000	1.83
+++ ChangeLog	26 Mar 2015 07:25:22 -0000	1.84
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.83 2015/02/28 07:52:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.84 2015/03/26 07:25:22 patrick Exp $
+
+*requests-2.6.0 (26 Mar 2015)
+
+  26 Mar 2015; Patrick Lauer <patrick@gentoo.org> +requests-2.6.0.ebuild:
+  Bump
 
 *requests-2.5.3 (28 Feb 2015)
 



1.1                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.1&content-type=text/plain

Index: requests-2.6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.1 2015/03/26 07:25:22 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

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="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE=""

# bundles dev-python/urllib3 snapshot
RDEPEND="app-misc/ca-certificates
	>=dev-python/chardet-2.2.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

# tests connect to various remote sites
RESTRICT="test"

PATCHES=(
	"${FILESDIR}"/${PN}-2.2.0-system-chardet.patch
	"${FILESDIR}"/${PN}-2.5.0-system-cacerts.patch
)

python_prepare_all() {
	# use system chardet
	rm -r requests/packages/chardet || die

	distutils-r1_python_prepare_all
}

python_test() {
	"${PYTHON}" test_requests.py || die "Tests fail with ${EPYTHON}"
}





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-17  4:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2015-04-17  4:33 UTC (permalink / raw
  To: gentoo-commits

jer         15/04/17 04:33:53

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #543480).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.1&r2=1.2

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- requests-2.6.0.ebuild	26 Mar 2015 07:25:22 -0000	1.1
+++ requests-2.6.0.ebuild	17 Apr 2015 04:33:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.1 2015/03/26 07:25:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.2 2015/04/17 04:33:53 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.86                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	8 Apr 2015 08:05:15 -0000	1.85
+++ ChangeLog	17 Apr 2015 04:33:53 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.85 2015/04/08 08:05:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.86 2015/04/17 04:33:53 jer Exp $
+
+  17 Apr 2015; Jeroen Roovers <jer@gentoo.org> requests-2.6.0.ebuild:
+  Stable for HPPA (bug #543480).
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> requests-2.3.0.ebuild,
   requests-2.4.1.ebuild:





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-17  7:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-17  7:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/17 07:19:36

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #543480
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.2&r2=1.3

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- requests-2.6.0.ebuild	17 Apr 2015 04:33:53 -0000	1.2
+++ requests-2.6.0.ebuild	17 Apr 2015 07:19:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.2 2015/04/17 04:33:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.3 2015/04/17 07:19:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.87                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	17 Apr 2015 04:33:53 -0000	1.86
+++ ChangeLog	17 Apr 2015 07:19:36 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.86 2015/04/17 04:33:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.87 2015/04/17 07:19:36 ago Exp $
+
+  17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for amd64, wrt bug #543480
 
   17 Apr 2015; Jeroen Roovers <jer@gentoo.org> requests-2.6.0.ebuild:
   Stable for HPPA (bug #543480).





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-17  7:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-17  7:20 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/17 07:20:22

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #543480
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.3&r2=1.4

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- requests-2.6.0.ebuild	17 Apr 2015 07:19:36 -0000	1.3
+++ requests-2.6.0.ebuild	17 Apr 2015 07:20:22 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.3 2015/04/17 07:19:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.4 2015/04/17 07:20:22 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.88                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	17 Apr 2015 07:19:36 -0000	1.87
+++ ChangeLog	17 Apr 2015 07:20:22 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.87 2015/04/17 07:19:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.88 2015/04/17 07:20:22 ago Exp $
+
+  17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for x86, wrt bug #543480
 
   17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
   Stable for amd64, wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-17 12:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-17 12:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/17 12:46:16

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #543480
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.4&r2=1.5

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- requests-2.6.0.ebuild	17 Apr 2015 07:20:22 -0000	1.4
+++ requests-2.6.0.ebuild	17 Apr 2015 12:46:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.4 2015/04/17 07:20:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.5 2015/04/17 12:46:15 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.89                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	17 Apr 2015 07:20:22 -0000	1.88
+++ ChangeLog	17 Apr 2015 12:46:16 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.88 2015/04/17 07:20:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.89 2015/04/17 12:46:16 ago Exp $
+
+  17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for ppc64, wrt bug #543480
 
   17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
   Stable for x86, wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-21 19:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2015-04-21 19:23 UTC (permalink / raw
  To: gentoo-commits

pacho       15/04/21 19:23:43

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  ppc stable wrt bug #543480
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.6                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.5&r2=1.6

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- requests-2.6.0.ebuild	17 Apr 2015 12:46:15 -0000	1.5
+++ requests-2.6.0.ebuild	21 Apr 2015 19:23:43 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.5 2015/04/17 12:46:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.6 2015/04/21 19:23:43 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.90                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	17 Apr 2015 12:46:16 -0000	1.89
+++ ChangeLog	21 Apr 2015 19:23:43 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.89 2015/04/17 12:46:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.90 2015/04/21 19:23:43 pacho Exp $
+
+  21 Apr 2015; Pacho Ramos <pacho@gentoo.org> requests-2.6.0.ebuild:
+  ppc stable wrt bug #543480
 
   17 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
   Stable for ppc64, wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-28  7:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-28  7:29 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/28 07:29:22

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #543480
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.6&r2=1.7

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- requests-2.6.0.ebuild	21 Apr 2015 19:23:43 -0000	1.6
+++ requests-2.6.0.ebuild	28 Apr 2015 07:29:22 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.6 2015/04/21 19:23:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.7 2015/04/28 07:29:22 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.91                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	21 Apr 2015 19:23:43 -0000	1.90
+++ ChangeLog	28 Apr 2015 07:29:22 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.90 2015/04/21 19:23:43 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.91 2015/04/28 07:29:22 ago Exp $
+
+  28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for alpha, wrt bug #543480
 
   21 Apr 2015; Pacho Ramos <pacho@gentoo.org> requests-2.6.0.ebuild:
   ppc stable wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-28  7:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-28  7:46 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/28 07:46:13

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #543480
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.7&r2=1.8

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- requests-2.6.0.ebuild	28 Apr 2015 07:29:22 -0000	1.7
+++ requests-2.6.0.ebuild	28 Apr 2015 07:46:13 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.7 2015/04/28 07:29:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.8 2015/04/28 07:46:13 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.92                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	28 Apr 2015 07:29:22 -0000	1.91
+++ ChangeLog	28 Apr 2015 07:46:13 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.91 2015/04/28 07:29:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.92 2015/04/28 07:46:13 ago Exp $
+
+  28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for ia64, wrt bug #543480
 
   28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
   Stable for alpha, wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog
@ 2015-04-29  9:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-29  9:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/29 09:18:36

  Modified:             requests-2.6.0.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #543480
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-python/requests/requests-2.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild?r1=1.8&r2=1.9

Index: requests-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- requests-2.6.0.ebuild	28 Apr 2015 07:46:13 -0000	1.8
+++ requests-2.6.0.ebuild	29 Apr 2015 09:18:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.8 2015/04/28 07:46:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.6.0.ebuild,v 1.9 2015/04/29 09:18:36 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot



1.93                 dev-python/requests/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	28 Apr 2015 07:46:13 -0000	1.92
+++ ChangeLog	29 Apr 2015 09:18:36 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.92 2015/04/28 07:46:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.93 2015/04/29 09:18:36 ago Exp $
+
+  29 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
+  Stable for sparc, wrt bug #543480
 
   28 Apr 2015; Agostino Sarubbo <ago@gentoo.org> requests-2.6.0.ebuild:
   Stable for ia64, wrt bug #543480





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-29  9:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28  7:46 [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-2.6.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-29  9:18 Agostino Sarubbo (ago)
2015-04-28  7:29 Agostino Sarubbo (ago)
2015-04-21 19:23 Pacho Ramos (pacho)
2015-04-17 12:46 Agostino Sarubbo (ago)
2015-04-17  7:20 Agostino Sarubbo (ago)
2015-04-17  7:19 Agostino Sarubbo (ago)
2015-04-17  4:33 Jeroen Roovers (jer)
2015-03-26  7:25 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox