idella4     14/04/10 12:04:26

  Modified:             ChangeLog
  Added:                requests-oauthlib-0.4.0.ebuild
  Log:
  bump; test phase updated with related patch sourced from upstream
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.3                  dev-python/requests-oauthlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   13 Oct 2013 09:26:34 -0000      1.2
+++ ChangeLog   10 Apr 2014 12:04:26 -0000      1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/requests-oauthlib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.2 2013/10/13 09:26:34 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 
1.3 2014/04/10 12:04:26 idella4 Exp $
+
+*requests-oauthlib-0.4.0 (10 Apr 2014)
+
+  10 Apr 2014; Ian Delaney <idel...@gentoo.org>
+  +files/requests-oauthlib-0.4.0-expires_at.patch,
+  +requests-oauthlib-0.4.0.ebuild:
+  bump; test phase updated with related patch sourced from upstream
 
   13 Oct 2013; Pacho Ramos <pa...@gentoo.org> requests-oauthlib-0.3.3.ebuild:
   Also compatible with python3_3



1.1                  dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild

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

Index: requests-oauthlib-0.4.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-oauthlib/requests-oauthlib-0.4.0.ebuild,v
 1.1 2014/04/10 12:04:26 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="This project provides first-class OAuth library support for 
Requests"
HOMEPAGE="https://github.com/requests/requests-oauthlib";
SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

SLOT="0"
LICENSE="ISC"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
RDEPEND="
        >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
        >=dev-python/oauthlib-0.4.2[${PYTHON_USEDEP}]
"
PATCHES=( "${FILESDIR}"/${P}-expires_at.patch )

python_test() {
        # https://github.com/requests/requests-oauthlib/issues/112
        sed -e 's:test_add_token:_&:' -i tests/test_oauth2_session.py || die
        esetup.py test
}




Reply via email to