public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r1.ebuild testresources-0.2.7-r2.ebuild testresources-0.2.7.ebuild ChangeLog
@ 2014-07-06 12:50 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2014-07-06 12:50 UTC (permalink / raw
  To: gentoo-commits

mgorny      14/07/06 12:50:52

  Modified:             testresources-0.2.7-r1.ebuild
                        testresources-0.2.7-r2.ebuild
                        testresources-0.2.7.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.6                  dev-python/testresources/testresources-0.2.7-r1.ebuild

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

Index: testresources-0.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testresources-0.2.7-r1.ebuild	8 Jun 2014 09:46:15 -0000	1.5
+++ testresources-0.2.7-r1.ebuild	6 Jul 2014 12:50:51 -0000	1.6
@@ -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/testresources/testresources-0.2.7-r1.ebuild,v 1.5 2014/06/08 09:46:15 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.6 2014/07/06 12:50:51 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -19,8 +19,7 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 		test? ( dev-python/nose[${PYTHON_USEDEP}]
 				dev-python/testtools[${PYTHON_USEDEP}]
-				dev-python/fixtures[${PYTHON_USEDEP}]
-				virtual/python-unittest2[${PYTHON_USEDEP}] )"
+				dev-python/fixtures[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
 python_test() {



1.2                  dev-python/testresources/testresources-0.2.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?r1=1.1&r2=1.2

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testresources-0.2.7-r2.ebuild	12 Jun 2014 08:13:42 -0000	1.1
+++ testresources-0.2.7-r2.ebuild	6 Jul 2014 12:50:51 -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/testresources/testresources-0.2.7-r2.ebuild,v 1.1 2014/06/12 08:13:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.2 2014/07/06 12:50:51 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -19,8 +19,7 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 		test? ( dev-python/nose[${PYTHON_USEDEP}]
 				dev-python/testtools[${PYTHON_USEDEP}]
-				dev-python/fixtures[${PYTHON_USEDEP}]
-				virtual/python-unittest2[${PYTHON_USEDEP}] )"
+				dev-python/fixtures[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
 python_test() {



1.3                  dev-python/testresources/testresources-0.2.7.ebuild

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

Index: testresources-0.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testresources-0.2.7.ebuild	13 Dec 2013 02:38:53 -0000	1.2
+++ testresources-0.2.7.ebuild	6 Jul 2014 12:50:51 -0000	1.3
@@ -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/testresources/testresources-0.2.7.ebuild,v 1.2 2013/12/13 02:38:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.3 2014/07/06 12:50:51 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2} )
@@ -19,8 +19,7 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
 		test? ( dev-python/nose[${PYTHON_USEDEP}]
 				dev-python/testtools[${PYTHON_USEDEP}]
-				dev-python/fixtures[${PYTHON_USEDEP}]
-				virtual/python-unittest2[${PYTHON_USEDEP}] )"
+				dev-python/fixtures[${PYTHON_USEDEP}] )"
 RDEPEND=""
 
 python_test() {



1.9                  dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 Jun 2014 08:13:42 -0000	1.8
+++ ChangeLog	6 Jul 2014 12:50:51 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.8 2014/06/12 08:13:42 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.9 2014/07/06 12:50:51 mgorny Exp $
+
+  06 Jul 2014; Michał Górny <mgorny@gentoo.org> testresources-0.2.7-r1.ebuild,
+  testresources-0.2.7-r2.ebuild, testresources-0.2.7.ebuild:
+  Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+  unittest2 (those packages were only required for <=python-2.6).
 
 *testresources-0.2.7-r2 (12 Jun 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r1.ebuild testresources-0.2.7-r2.ebuild testresources-0.2.7.ebuild ChangeLog
@ 2014-08-10 21:23 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:23 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:23:24

  Modified:             testresources-0.2.7-r1.ebuild
                        testresources-0.2.7-r2.ebuild
                        testresources-0.2.7.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.7                  dev-python/testresources/testresources-0.2.7-r1.ebuild

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

Index: testresources-0.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testresources-0.2.7-r1.ebuild	6 Jul 2014 12:50:51 -0000	1.6
+++ testresources-0.2.7-r1.ebuild	10 Aug 2014 21:23:23 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.6 2014/07/06 12:50:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.7 2014/08/10 21:23:23 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3} )
 
 inherit distutils-r1
 
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
 HOMEPAGE="https://launchpad.net/testresources"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.4                  dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testresources-0.2.7-r2.ebuild	20 Jul 2014 11:05:30 -0000	1.3
+++ testresources-0.2.7-r2.ebuild	10 Aug 2014 21:23:23 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.3 2014/07/20 11:05:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.4 2014/08/10 21:23:23 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
 HOMEPAGE="https://launchpad.net/testresources"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.4                  dev-python/testresources/testresources-0.2.7.ebuild

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

Index: testresources-0.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testresources-0.2.7.ebuild	6 Jul 2014 12:50:51 -0000	1.3
+++ testresources-0.2.7.ebuild	10 Aug 2014 21:23:23 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.3 2014/07/06 12:50:51 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.4 2014/08/10 21:23:23 slyfox Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2} )
 
 inherit distutils-r1
 
-DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
+DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
 HOMEPAGE="https://launchpad.net/testresources"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



1.11                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	20 Jul 2014 11:05:30 -0000	1.10
+++ ChangeLog	10 Aug 2014 21:23:23 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.10 2014/07/20 11:05:30 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.11 2014/08/10 21:23:23 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  testresources-0.2.7-r1.ebuild, testresources-0.2.7-r2.ebuild,
+  testresources-0.2.7.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   20 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
   testresources-0.2.7-r2.ebuild:





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

end of thread, other threads:[~2014-08-11 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 12:50 [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r1.ebuild testresources-0.2.7-r2.ebuild testresources-0.2.7.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 21:23 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox