* [gentoo-commits] gentoo-x86 commit in dev-python/oslo-config: oslo-config-1.2.0.ebuild oslo-config-1.1.1.ebuild oslo-config-1.2.1.ebuild oslo-config-1.1.0.ebuild ChangeLog
@ 2014-07-06 12:44 Michal Gorny (mgorny)
0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2014-07-06 12:44 UTC (permalink / raw
To: gentoo-commits
mgorny 14/07/06 12:44:18
Modified: oslo-config-1.2.0.ebuild oslo-config-1.1.1.ebuild
oslo-config-1.2.1.ebuild oslo-config-1.1.0.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.2 dev-python/oslo-config/oslo-config-1.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild?r1=1.1&r2=1.2
Index: oslo-config-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-config-1.2.0.ebuild 26 Sep 2013 00:45:40 -0000 1.1
+++ oslo-config-1.2.0.ebuild 6 Jul 2014 12:44:18 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild,v 1.1 2013/09/26 00:45:40 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.0.ebuild,v 1.2 2014/07/06 12:44:18 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -30,8 +30,7 @@
>=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] )"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
# This time half the doc files are missing; Do you want them?
1.2 dev-python/oslo-config/oslo-config-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild?r1=1.1&r2=1.2
Index: oslo-config-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-config-1.1.1.ebuild 28 Jul 2013 15:37:51 -0000 1.1
+++ oslo-config-1.1.1.ebuild 6 Jul 2014 12:44:18 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild,v 1.1 2013/07/28 15:37:51 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.1.ebuild,v 1.2 2014/07/06 12:44:18 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -25,7 +25,7 @@
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mox[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.22[${PYTHON_USEDEP}] )"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
# This time half the doc files are missing; Do you want them?
1.4 dev-python/oslo-config/oslo-config-1.2.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild?r1=1.3&r2=1.4
Index: oslo-config-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- oslo-config-1.2.1.ebuild 19 Mar 2014 23:13:46 -0000 1.3
+++ oslo-config-1.2.1.ebuild 6 Jul 2014 12:44:18 -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/oslo-config/oslo-config-1.2.1.ebuild,v 1.3 2014/03/19 23:13:46 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.2.1.ebuild,v 1.4 2014/07/06 12:44:18 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -32,8 +32,7 @@
>=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.32[${PYTHON_USEDEP}] )"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
# This time half the doc files are missing; Do you want them?
1.2 dev-python/oslo-config/oslo-config-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild?r1=1.1&r2=1.2
Index: oslo-config-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- oslo-config-1.1.0.ebuild 10 Apr 2013 16:04:44 -0000 1.1
+++ oslo-config-1.1.0.ebuild 6 Jul 2014 12:44:18 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild,v 1.1 2013/04/10 16:04:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.1.0.ebuild,v 1.2 2014/07/06 12:44:18 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -22,4 +22,4 @@
RESTRICT="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]"
+RDEPEND=""
1.7 dev-python/oslo-config/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 19 Mar 2014 23:13:46 -0000 1.6
+++ ChangeLog 6 Jul 2014 12:44:18 -0000 1.7
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/oslo-config
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.6 2014/03/19 23:13:46 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.7 2014/07/06 12:44:18 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> oslo-config-1.1.0.ebuild,
+ oslo-config-1.1.1.ebuild, oslo-config-1.2.0.ebuild, oslo-config-1.2.1.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
19 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org> oslo-config-1.2.1.ebuild:
Keyword ~amd64-linux ~x86-linux
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-06 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 12:44 [gentoo-commits] gentoo-x86 commit in dev-python/oslo-config: oslo-config-1.2.0.ebuild oslo-config-1.1.1.ebuild oslo-config-1.2.1.ebuild oslo-config-1.1.0.ebuild ChangeLog Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox