mgorny 14/07/06 12:47:05
Modified: python-cinderclient-1.0.7.ebuild
python-cinderclient-1.0.9.ebuild ChangeLog
Log:
Clean up obsolete dependencies on virtual/python-argparse and
virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3
dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?r1=1.2&r2=1.3
Index: python-cinderclient-1.0.7.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-cinderclient-1.0.7.ebuild 19 Mar 2014 23:08:58 -0000 1.2
+++ python-cinderclient-1.0.7.ebuild 6 Jul 2014 12:47:04 -0000 1.3
@@ -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/python-cinderclient/python-cinderclient-1.0.7.ebuild,v
1.2 2014/03/19 23:08:58 bicatali Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v
1.3 2014/07/06 12:47:04 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -31,8 +31,7 @@
>=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
)"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
<dev-python/pbr-1.0[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
1.2
dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild?r1=1.1&r2=1.2
Index: python-cinderclient-1.0.9.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-cinderclient-1.0.9.ebuild 27 Apr 2014 05:48:11 -0000 1.1
+++ python-cinderclient-1.0.9.ebuild 6 Jul 2014 12:47:04 -0000 1.2
@@ -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/python-cinderclient/python-cinderclient-1.0.9.ebuild,v
1.1 2014/04/27 05:48:11 prometheanfire Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.9.ebuild,v
1.2 2014/07/06 12:47:04 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -30,8 +30,7 @@
>=dev-python/testtools-0.9.34[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
)"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
<dev-python/prettytable-0.8[${PYTHON_USEDEP}]
>=dev-python/python-keystoneclient-0.7.0[${PYTHON_USEDEP}]
>=dev-python/requests-1.1[${PYTHON_USEDEP}]
1.11 dev-python/python-cinderclient/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 27 Apr 2014 05:48:11 -0000 1.10
+++ ChangeLog 6 Jul 2014 12:47:04 -0000 1.11
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/python-cinderclient
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
1.10 2014/04/27 05:48:11 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
1.11 2014/07/06 12:47:04 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <[email protected]>
+ python-cinderclient-1.0.7.ebuild, python-cinderclient-1.0.9.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
*python-cinderclient-1.0.9 (27 Apr 2014)