public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/raven: metadata.xml raven-5.2.0.ebuild raven-5.3.0.ebuild ChangeLog
@ 2015-05-29  6:16 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-05-29  6:16 UTC (permalink / raw
  To: gentoo-commits

jlec        15/05/29 06:16:43

  Modified:             metadata.xml raven-5.2.0.ebuild ChangeLog
  Added:                raven-5.3.0.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/raven/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/raven/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	16 Mar 2015 07:33:59 -0000	1.1
+++ metadata.xml	29 May 2015 06:16:43 -0000	1.2
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>bman@gentoo.org</email>
-		<name>Aaron Bauman</name>
-	</maintainer>
+  <maintainer>
+    <email>bman@gentoo.org</email>
+    <name>Aaron Bauman</name>
+  </maintainer>
 </pkgmetadata>



1.2                  dev-python/raven/raven-5.2.0.ebuild

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

Index: raven-5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/raven/raven-5.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- raven-5.2.0.ebuild	16 Mar 2015 07:33:59 -0000	1.1
+++ raven-5.2.0.ebuild	29 May 2015 06:16:43 -0000	1.2
@@ -1,9 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/raven/raven-5.2.0.ebuild,v 1.1 2015/03/16 07:33:59 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/raven/raven-5.2.0.ebuild,v 1.2 2015/05/29 06:16:43 jlec Exp $
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 inherit distutils-r1
 
@@ -17,5 +18,6 @@
 IUSE=""
 
 RDEPEND=""
-DEPEND="dev-python/pytest[${PYTHON_USEDEP}]
-		dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/pytest[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"



1.2                  dev-python/raven/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/raven/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 Mar 2015 07:33:59 -0000	1.1
+++ ChangeLog	29 May 2015 06:16:43 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/raven
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/raven/ChangeLog,v 1.1 2015/03/16 07:33:59 bman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/raven/ChangeLog,v 1.2 2015/05/29 06:16:43 jlec Exp $
+
+*raven-5.3.0 (29 May 2015)
+
+  29 May 2015; Justin Lecher <jlec@gentoo.org> +raven-5.3.0.ebuild,
+  metadata.xml, raven-5.2.0.ebuild:
+  Version Bump
 
 *raven-5.2.0 (16 Mar 2015)
 



1.1                  dev-python/raven/raven-5.3.0.ebuild

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

Index: raven-5.3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/raven/raven-5.3.0.ebuild,v 1.1 2015/05/29 06:16:43 jlec Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Raven is a client for Sentry"
HOMEPAGE="http://github.com/getsentry/raven-python"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=""
DEPEND="
	dev-python/pytest[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-29  6:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-29  6:16 [gentoo-commits] gentoo-x86 commit in dev-python/raven: metadata.xml raven-5.2.0.ebuild raven-5.3.0.ebuild ChangeLog Justin Lecher (jlec)

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