From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2690574718344011785==" List-Id: --===============2690574718344011785== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 -- 2.9.4 --===============2690574718344011785==--