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 9E96513888F for ; Mon, 12 Oct 2015 06:51:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14B46E0807; Mon, 12 Oct 2015 06:51:50 +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 3073DE0807 for ; Mon, 12 Oct 2015 06:51:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EA0F33E3A9 for ; Mon, 12 Oct 2015 06:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 792F1E7B for ; Mon, 12 Oct 2015 06:51:44 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1444604010.ba7394b273415fb048aada8910a6f074d1e829b1.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_console/ChangeLog dev-python/jupyter_console/jupyter_console-4.0.2.ebuild dev-python/jupyter_console/jupyter_console-4.0.3.ebuild X-VCS-Directories: dev-python/jupyter_console/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: ba7394b273415fb048aada8910a6f074d1e829b1 X-VCS-Branch: master Date: Mon, 12 Oct 2015 06:51:44 +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: fd945d89-5c40-4418-b815-c5e1236d16e4 X-Archives-Hash: 9582ecdd8e1b4d05c789ae83a45445f2 commit: ba7394b273415fb048aada8910a6f074d1e829b1 Author: Sean Vig gmail com> AuthorDate: Sun Oct 11 22:53:01 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Sun Oct 11 22:53:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba7394b2 dev-python/jupyter_console: Version bump to 4.0.3 dev-python/jupyter_console/ChangeLog | 6 ++++++ .../{jupyter_console-4.0.2.ebuild => jupyter_console-4.0.3.ebuild} | 0 2 files changed, 6 insertions(+) diff --git a/dev-python/jupyter_console/ChangeLog b/dev-python/jupyter_console/ChangeLog index f4fa1be..9ae64c4 100644 --- a/dev-python/jupyter_console/ChangeLog +++ b/dev-python/jupyter_console/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*jupyter_console-4.0.3 (11 Oct 2015) + + 11 Oct 2015; Sean Vig +jupyter_console-4.0.3.ebuild, + -jupyter_console-4.0.2.ebuild: + dev-python/jupyter_console: Version bump to 4.0.3 + 22 Sep 2015; Marius Brehler jupyter_console-9999.ebuild: dev-python/jupyter_console: Add ~x86 to KEYWORDS, fixes #561032 diff --git a/dev-python/jupyter_console/jupyter_console-4.0.2.ebuild b/dev-python/jupyter_console/jupyter_console-4.0.3.ebuild similarity index 100% rename from dev-python/jupyter_console/jupyter_console-4.0.2.ebuild rename to dev-python/jupyter_console/jupyter_console-4.0.3.ebuild