idella4 14/10/25 08:42:10
Modified: ChangeLog
Added: django-oauth-plus-2.2.5.ebuild
Removed: django-oauth-plus-2.2.4.ebuild
django-oauth-plus-2.1.2.ebuild
django-oauth-plus-2.1.0-r1.ebuild
django-oauth-plus-2.1.4.ebuild
django-oauth-plus-2.1.5.ebuild
Log:
bump; drop py2.6, update deps, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.10 dev-python/django-oauth-plus/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 30 Mar 2014 09:18:03 -0000 1.9
+++ ChangeLog 25 Oct 2014 08:42:10 -0000 1.10
@@ -1,6 +1,14 @@
# ChangeLog for dev-python/django-oauth-plus
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
1.9 2014/03/30 09:18:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v
1.10 2014/10/25 08:42:10 idella4 Exp $
+
+*django-oauth-plus-2.2.5 (25 Oct 2014)
+
+ 25 Oct 2014; Ian Delaney <[email protected]>
+django-oauth-plus-2.2.5.ebuild,
+ -django-oauth-plus-2.1.0-r1.ebuild, -django-oauth-plus-2.1.2.ebuild,
+ -django-oauth-plus-2.1.4.ebuild, -django-oauth-plus-2.1.5.ebuild,
+ -django-oauth-plus-2.2.4.ebuild:
+ bump; drop py2.6, update deps, rm old
30 Mar 2014; Pacho Ramos <[email protected]> metadata.xml:
Drop maintainer as talked with him (#398377)
1.1 dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild?rev=1.1&content-type=text/plain
Index: django-oauth-plus-2.2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.2.5.ebuild,v
1.1 2014/10/25 08:42:10 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Support of OAuth 1.0a in Django using python-oauth2"
HOMEPAGE="http://pypi.python.org/pypi/django-oauth-plus
http://code.welldev.org/django-oauth-plus/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-python/django-1.3[${PYTHON_USEDEP}]
>=dev-python/oauth2-1.5.170[${PYTHON_USEDEP}]
>=dev-python/south-1.0[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/mock[${PYTHON_USEDEP}] )"
python_test() {
PYTHONPATH=.:oauth_provider
if "${PYTHON}" oauth_provider/runtests/runtests.py; then
einfo "Testsuite passed under ${EPYTHON}"
else
die "Testsuite failed under ${EPYTHON}"
fi
}