From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 93143138A1A for ; Thu, 19 Feb 2015 10:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37EECE098A; Thu, 19 Feb 2015 10:40:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B81B7E098A for ; Thu, 19 Feb 2015 10:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6F9B3409CE for ; Thu, 19 Feb 2015 10:40:43 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2314) id 812CE12168; Thu, 19 Feb 2015 10:40:42 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/jsonschema: jsonschema-2.3.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: jsonschema-2.3.0.ebuild ChangeLog X-VCS-Directories: dev-python/jsonschema X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150219104042.812CE12168@oystercatcher.gentoo.org> Date: Thu, 19 Feb 2015 10:40:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8ae32f1c-f1a3-4799-8357-8fa501e9fe0b X-Archives-Hash: f5c6f498c504e6b8cf29f04e95ce7bd7 ago 15/02/19 10:40:42 Modified: jsonschema-2.3.0.ebuild ChangeLog Log: Stable for amd64, wrt bug #540532 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F) Revision Changes Path 1.6 dev-python/jsonschema/jsonschema-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild?r1=1.5&r2=1.6 Index: jsonschema-2.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jsonschema-2.3.0.ebuild 6 Jul 2014 12:42:33 -0000 1.5 +++ jsonschema-2.3.0.ebuild 19 Feb 2015 10:40:42 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.5 2014/07/06 12:42:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-2.3.0.ebuild,v 1.6 2015/02/19 10:40:42 ago Exp $ EAPI=5 PYTHON_COMPAT=(python{2_6,2_7,3_{2,3,4}} pypy pypy2_0) @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" python_test() { 1.14 dev-python/jsonschema/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jsonschema/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 6 Jul 2014 12:42:33 -0000 1.13 +++ ChangeLog 19 Feb 2015 10:40:42 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/jsonschema -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.13 2014/07/06 12:42:33 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.14 2015/02/19 10:40:42 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo jsonschema-2.3.0.ebuild: + Stable for amd64, wrt bug #540532 06 Jul 2014; Michał Górny jsonschema-2.3.0.ebuild: Clean up obsolete dependencies on virtual/python-argparse and virtual/python-