public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild
@ 2014-05-17  7:12 Tim Harder (radhermit)
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Harder (radhermit) @ 2014-05-17  7:12 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/05/17 07:12:52

  Modified:             ChangeLog
  Added:                requests-2.3.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.57                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	2 Apr 2014 21:11:55 -0000	1.56
+++ ChangeLog	17 May 2014 07:12:52 -0000	1.57
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.56 2014/04/02 21:11:55 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.57 2014/05/17 07:12:52 radhermit Exp $
+
+*requests-2.3.0 (17 May 2014)
+
+  17 May 2014; Tim Harder <radhermit@gentoo.org> +requests-2.3.0.ebuild:
+  Version bump.
 
   02 Apr 2014; Tim Harder <radhermit@gentoo.org> requests-2.2.1.ebuild:
   Add python3_4 support.



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

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

Index: requests-2.3.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.1 2014/05/17 07:12:52 radhermit Exp $

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

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 ~hppa ~mips ~x86 ~amd64-linux ~x86-linux"
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"

DOCS=( README.rst HISTORY.rst )

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

	# 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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild
@ 2014-06-15 14:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-15 14:48 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/15 14:48:25

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

Revision  Changes    Path
1.62                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	13 Jun 2014 14:19:43 -0000	1.61
+++ ChangeLog	15 Jun 2014 14:48:25 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.61 2014/06/13 14:19:43 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.62 2014/06/15 14:48:25 jer Exp $
+
+  15 Jun 2014; Jeroen Roovers <jer@gentoo.org> requests-2.3.0.ebuild:
+  Stable for HPPA (bug #513278).
 
   08 Jun 2014; Akinori Hattori <hattya@gentoo.org> requests-1.2.2.ebuild,
   requests-1.2.3.ebuild, requests-2.0.0.ebuild, requests-2.1.0.ebuild,



1.4                  dev-python/requests/requests-2.3.0.ebuild

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

Index: requests-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- requests-2.3.0.ebuild	8 Jun 2014 17:12:08 -0000	1.3
+++ requests-2.3.0.ebuild	15 Jun 2014 14:48:25 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.3 2014/06/08 17:12:08 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.4 2014/06/15 14:48:25 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot





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

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild
@ 2014-06-19 18:12 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2014-06-19 18:12 UTC (permalink / raw
  To: gentoo-commits

maekke      14/06/19 18:12:51

  Modified:             ChangeLog requests-2.3.0.ebuild
  Log:
  arm stable, bug #513278
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.63                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	15 Jun 2014 14:48:25 -0000	1.62
+++ ChangeLog	19 Jun 2014 18:12:51 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.62 2014/06/15 14:48:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.63 2014/06/19 18:12:51 maekke Exp $
+
+  19 Jun 2014; Markus Meier <maekke@gentoo.org> requests-2.3.0.ebuild:
+  arm stable, bug #513278
 
   15 Jun 2014; Jeroen Roovers <jer@gentoo.org> requests-2.3.0.ebuild:
   Stable for HPPA (bug #513278).



1.5                  dev-python/requests/requests-2.3.0.ebuild

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

Index: requests-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- requests-2.3.0.ebuild	15 Jun 2014 14:48:25 -0000	1.4
+++ requests-2.3.0.ebuild	19 Jun 2014 18:12:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.4 2014/06/15 14:48:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.5 2014/06/19 18:12:51 maekke Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~amd64 arm hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot





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

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild
@ 2014-08-02 18:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2014-08-02 18:09 UTC (permalink / raw
  To: gentoo-commits

armin76     14/08/02 18:09:56

  Modified:             ChangeLog requests-2.3.0.ebuild
  Log:
  alpha/ia64/sparc stable wrt #513278
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)

Revision  Changes    Path
1.66                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	31 Jul 2014 20:34:48 -0000	1.65
+++ ChangeLog	2 Aug 2014 18:09:56 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/requests
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.65 2014/07/31 20:34:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.66 2014/08/02 18:09:56 armin76 Exp $
+
+  02 Aug 2014; Raúl Porcel <armin76@gentoo.org> requests-2.3.0.ebuild:
+  alpha/ia64/sparc stable wrt #513278
 
   31 Jul 2014; Christoph Junghans <ottxor@gentoo.org> requests-2.3.0.ebuild:
   added ~x86-macos (tested by me)



1.8                  dev-python/requests/requests-2.3.0.ebuild

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

Index: requests-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- requests-2.3.0.ebuild	31 Jul 2014 20:34:48 -0000	1.7
+++ requests-2.3.0.ebuild	2 Aug 2014 18:09:56 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.7 2014/07/31 20:34:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-2.3.0.ebuild,v 1.8 2014/08/02 18:09:56 armin76 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 # bundles dev-python/urllib3 snapshot





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

* [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild
@ 2015-05-21 18:10 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2015-05-21 18:10 UTC (permalink / raw
  To: gentoo-commits

jlec        15/05/21 18:10:17

  Modified:             ChangeLog
  Removed:              requests-2.3.0.ebuild
  Log:
  Drop vulnerable version, bug #543480
  
  (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.97                 dev-python/requests/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	21 May 2015 16:34:47 -0000	1.96
+++ ChangeLog	21 May 2015 18:10:17 -0000	1.97
@@ -1,6 +1,12 @@
 # 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.96 2015/05/21 16:34:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.97 2015/05/21 18:10:17 jlec Exp $
+
+  21 May 2015; Justin Lecher <jlec@gentoo.org>
+  -files/requests-1.2.0-system-cacerts.patch,
+  -files/requests-1.2.0-system-libs.patch,
+  -files/requests-1.2.1-urllib3-py3.patch, -requests-2.3.0.ebuild:
+  Drop vulnerable version, bug #543480
 
   21 May 2015; Markus Meier <maekke@gentoo.org> requests-2.6.0.ebuild:
   arm stable, bug #543480





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

end of thread, other threads:[~2015-05-21 18:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19 18:12 [gentoo-commits] gentoo-x86 commit in dev-python/requests: ChangeLog requests-2.3.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-21 18:10 Justin Lecher (jlec)
2014-08-02 18:09 Raul Porcel (armin76)
2014-06-15 14:48 Jeroen Roovers (jer)
2014-05-17  7:12 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