From owner-svn-ports-all@freebsd.org Fri May 20 17:51:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A1E3B446F0; Fri, 20 May 2016 17:51:59 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1B7D16D8; Fri, 20 May 2016 17:51:58 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4KHpw6k092294; Fri, 20 May 2016 17:51:58 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4KHpwLr092292; Fri, 20 May 2016 17:51:58 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605201751.u4KHpwLr092292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 20 May 2016 17:51:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415566 - head/devel/py-contextlib2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 17:51:59 -0000 Author: pi Date: Fri May 20 17:51:57 2016 New Revision: 415566 URL: https://svnweb.freebsd.org/changeset/ports/415566 Log: devel/py-contextlib2: 0.5.1 -> 0.5.3 - ``ExitStack`` now correctly handles context managers implemented as old-style classes in Python 2.x (such as ``codecs.StreamReader`` and ``codecs.StreamWriter``) - ``setup.py`` has been migrated to setuptools and configured to emit a universal wheel file by default - development migrated from BitBucket to GitHub - ``redirect_stream``, ``redirect_stdout``, ``redirect_stderr`` and ``suppress`` now explicitly inherit from ``object``, ensuring compatibility with ``ExitStack`` when run under Python 2.x (patch contributed by Devin Jeanpierre). - ``MANIFEST.in`` is now included in the published sdist, ensuring the archive can be precisely recreated even without access to the original source repo (patch contributed by Guy Rozendorn) PR: 209643 Submitted by: Yuri Victorovich (maintainer) Modified: head/devel/py-contextlib2/Makefile head/devel/py-contextlib2/distinfo Modified: head/devel/py-contextlib2/Makefile ============================================================================== --- head/devel/py-contextlib2/Makefile Fri May 20 17:48:22 2016 (r415565) +++ head/devel/py-contextlib2/Makefile Fri May 20 17:51:57 2016 (r415566) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= contextlib2 -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.3 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-contextlib2/distinfo ============================================================================== --- head/devel/py-contextlib2/distinfo Fri May 20 17:48:22 2016 (r415565) +++ head/devel/py-contextlib2/distinfo Fri May 20 17:51:57 2016 (r415566) @@ -1,2 +1,3 @@ -SHA256 (contextlib2-0.5.1.tar.gz) = 227c79e126e8a8904a81d162750581ed3d49af2395a3100be7067b7296d33d45 -SIZE (contextlib2-0.5.1.tar.gz) = 25186 +TIMESTAMP = 1463676814 +SHA256 (contextlib2-0.5.3.tar.gz) = 30e500f13921c73c96f49a6dd2adfbdd92bc3fae12183e91b06b2e4583486206 +SIZE (contextlib2-0.5.3.tar.gz) = 26415