From patchwork Wed Oct 11 18:20:50 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1455 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 76B6360BCF for ; Wed, 11 Oct 2017 09:11:06 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 127912821; Wed, 11 Oct 2017 09:11:04 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.250.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id C57A127BA; Wed, 11 Oct 2017 09:11:02 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] python3: Update to 3.6.3 Date: Wed, 11 Oct 2017 09:20:50 +0200 Message-Id: <20171011072050.9128-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This is a minor update to the latest stable version of the python 3.6 series. * Drop support for X11 and GL (mesa) Signed-off-by: Stefan Schantl --- python3/python3.nm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python3/python3.nm b/python3/python3.nm index cc26941..ce14fdd 100644 --- a/python3/python3.nm +++ b/python3/python3.nm @@ -5,7 +5,7 @@ name = python3 major_ver = 3.6 -version = %{major_ver}.0 +version = %{major_ver}.3 release = 1 thisapp = Python-%{version} @@ -42,8 +42,6 @@ build gmp-devel libdb-devel libffi-devel - libGL-devel - libX11-devel ncurses-devel openssl-devel pkg-config