Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2015 01:45:47 +0000 (UTC)
From:      "Conrad E. Meyer" <cem@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404000 - in head/lang: python-doc-html python27
Message-ID:  <201512190145.tBJ1jlwj008464@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem (src committer)
Date: Sat Dec 19 01:45:47 2015
New Revision: 404000
URL: https://svnweb.freebsd.org/changeset/ports/404000

Log:
  lang/python: Update to 2.7.11
  
  Announcement: https://www.python.org/downloads/release/python-2711/
  Mailing list: https://mail.python.org/pipermail/python-announce-list/2015-December/010999.html
  Changelog:    https://hg.python.org/cpython/raw-file/v2.7.11/Misc/NEWS
  
  Important changes for this release:
   - Python 2.7.11 is a bug fix release of the Python 2.7.x series.
  
  Reviewed by:	koobs
  Sponsored by:	EMC / Isilon Storage Division
  Differential Revision:	https://reviews.freebsd.org/D4413

Modified:
  head/lang/python-doc-html/distinfo
  head/lang/python27/Makefile
  head/lang/python27/distinfo
  head/lang/python27/pkg-plist

Modified: head/lang/python-doc-html/distinfo
==============================================================================
--- head/lang/python-doc-html/distinfo	Sat Dec 19 01:37:50 2015	(r403999)
+++ head/lang/python-doc-html/distinfo	Sat Dec 19 01:45:47 2015	(r404000)
@@ -1,11 +1,11 @@
-SHA256 (python/python-2.7.10-docs-html.tar.bz2) = e5f399cccc365f16679a32cd79d2b1bd0906c8838b7ea83f5a0c8236d2324e61
-SIZE (python/python-2.7.10-docs-html.tar.bz2) = 4566934
-SHA256 (python/python-2.7.10-docs-pdf-a4.tar.bz2) = 53ce5f42fededd92fc297fe92b6ed991333e5c58ac838a21f501cc19bce6f545
-SIZE (python/python-2.7.10-docs-pdf-a4.tar.bz2) = 10651077
-SHA256 (python/python-2.7.10-docs-pdf-letter.tar.bz2) = ab4eb48cca914e195b648bf541c3a894a04d9e64512d3f451d84b6d0307fd19e
-SIZE (python/python-2.7.10-docs-pdf-letter.tar.bz2) = 10709408
-SHA256 (python/python-2.7.10-docs-text.tar.bz2) = f90dc826239bb6e66639e913647fe50cf8ab1352bf55d393eed2fb1d46b51eeb
-SIZE (python/python-2.7.10-docs-text.tar.bz2) = 1605615
+SHA256 (python/python-2.7.11-docs-html.tar.bz2) = 5d23768c9b06a2df01479b625a5b0b3aaf6e863b7d2b959c9033ef2d858999ec
+SIZE (python/python-2.7.11-docs-html.tar.bz2) = 4560822
+SHA256 (python/python-2.7.11-docs-pdf-a4.tar.bz2) = d9a54437281380cfab25513328cadf058bb6a2d000e4f17a03226d6b8819e15e
+SIZE (python/python-2.7.11-docs-pdf-a4.tar.bz2) = 10652318
+SHA256 (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 8d899a51840bb797be4a558423b4d5232413b5daf2ef8d6b3d92fad049324f9b
+SIZE (python/python-2.7.11-docs-pdf-letter.tar.bz2) = 10710956
+SHA256 (python/python-2.7.11-docs-text.tar.bz2) = 2a8c8d4288bd6c595455f01b04404f289d138c6740716480668ca584801e0971
+SIZE (python/python-2.7.11-docs-text.tar.bz2) = 1616743
 SHA256 (python/python-3.2.5-docs-html.tar.bz2) = 5a7f7f79d58cf87511aae66784ae71e3e108ca8185bd40706c4bb43e5e0348bc
 SIZE (python/python-3.2.5-docs-html.tar.bz2) = 4435429
 SHA256 (python/python-3.2.5-docs-pdf-a4.tar.bz2) = bfa07657b5d3810fa3cc16cd210459457cfaedff0887e2617b2deabd21e432e3

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Sat Dec 19 01:37:50 2015	(r403999)
+++ head/lang/python27/Makefile	Sat Dec 19 01:45:47 2015	(r404000)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	python27
-PORTVERSION=	2.7.10
-PORTREVISION=	1
+PORTVERSION=	2.7.11
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
 DISTNAME=	Python-${PORTVERSION}

Modified: head/lang/python27/distinfo
==============================================================================
--- head/lang/python27/distinfo	Sat Dec 19 01:37:50 2015	(r403999)
+++ head/lang/python27/distinfo	Sat Dec 19 01:45:47 2015	(r404000)
@@ -1,2 +1,2 @@
-SHA256 (python/Python-2.7.10.tar.xz) = 1cd3730781b91caf0fa1c4d472dc29274186480161a150294c42ce9b5c5effc0
-SIZE (python/Python-2.7.10.tar.xz) = 12250696
+SHA256 (python/Python-2.7.11.tar.xz) = 962b4c45af50124ea61f11a30deb4342fc0bc21126790fa1d7f6c79809413f46
+SIZE (python/Python-2.7.11.tar.xz) = 12277476

Modified: head/lang/python27/pkg-plist
==============================================================================
--- head/lang/python27/pkg-plist	Sat Dec 19 01:37:50 2015	(r403999)
+++ head/lang/python27/pkg-plist	Sat Dec 19 01:45:47 2015	(r404000)
@@ -1436,8 +1436,8 @@ lib/python2.7/ensurepip/__init__.pyo
 lib/python2.7/ensurepip/__main__.py
 lib/python2.7/ensurepip/__main__.pyc
 lib/python2.7/ensurepip/__main__.pyo
-lib/python2.7/ensurepip/_bundled/pip-6.1.1-py2.py3-none-any.whl
-lib/python2.7/ensurepip/_bundled/setuptools-15.2-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/pip-7.1.2-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/setuptools-18.2-py2.py3-none-any.whl
 lib/python2.7/ensurepip/_uninstall.py
 lib/python2.7/ensurepip/_uninstall.pyc
 lib/python2.7/ensurepip/_uninstall.pyo
@@ -1688,6 +1688,10 @@ lib/python2.7/idlelib/dynOptionMenuWidge
 lib/python2.7/idlelib/dynOptionMenuWidget.pyo
 lib/python2.7/idlelib/dynOptionMenuWidget.pyc
 lib/python2.7/idlelib/extend.txt
+lib/python2.7/idlelib/help.html
+lib/python2.7/idlelib/help.py
+lib/python2.7/idlelib/help.pyo
+lib/python2.7/idlelib/help.pyc
 lib/python2.7/idlelib/help.txt
 lib/python2.7/idlelib/idle.bat
 lib/python2.7/idlelib/idle.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512190145.tBJ1jlwj008464>