Date: Fri, 20 May 2016 17:51:58 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415566 - head/devel/py-contextlib2 Message-ID: <201605201751.u4KHpwLr092292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605201751.u4KHpwLr092292>