Bug 209643 - devel/py-contextlib2: Update to 0.5.3
Summary: devel/py-contextlib2: Update to 0.5.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-19 16:55 UTC by Yuri Victorovich
Modified: 2016-05-20 17:52 UTC (History)
1 user (show)

See Also:


Attachments
patch (924 bytes, patch)
2016-05-19 16:55 UTC, Yuri Victorovich
yuri: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2016-05-19 16:55:22 UTC
Created attachment 170485 [details]
patch
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-20 17:52:21 UTC
A commit references this bug:

Author: pi
Date: Fri May 20 17:51:58 UTC 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)

Changes:
  head/devel/py-contextlib2/Makefile
  head/devel/py-contextlib2/distinfo
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-20 17:52:41 UTC
Committed, thanks!