Bug 200188 - www/py-aiohttp: Update to 0.15.3
Summary: www/py-aiohttp: Update to 0.15.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: Kubilay Kocak
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-05-14 12:58 UTC by Vitaly Magerya
Modified: 2015-06-05 03:42 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
py-aiohttp-0.15.3.diff (761 bytes, patch)
2015-05-14 12:58 UTC, Vitaly Magerya
no flags Details | Diff
py-aiohttp-0.15.3.diff (1.05 KB, patch)
2015-05-14 13:16 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2015-05-14 12:58:10 UTC
Created attachment 156774 [details]
py-aiohttp-0.15.3.diff

Update www/py-aiohttp to 0.15.3.
Changelog is at [1].

Tested via 'make resgression-test' on a single
FreeBSD 10.0 amd64 machine.

[1] https://github.com/KeepSafe/aiohttp/blob/master/CHANGES.txt
Comment 1 Vitaly Magerya 2015-05-14 13:16:44 UTC
Created attachment 156775 [details]
py-aiohttp-0.15.3.diff

It appears that py-aiohttp now requires textproc/py-chardet library.
Here's an updated patch.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-05 03:12:20 UTC
Updating to 16.3
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-06-05 03:42:05 UTC
A commit references this bug:

Author: koobs
Date: Fri Jun  5 03:41:11 UTC 2015
New revision: 388564
URL: https://svnweb.freebsd.org/changeset/ports/388564

Log:
  www/py-aiohttp: Update to 0.16.3

  - Update to 0.16.3
  - chardet is now a RUN_DEPENDS, not only TEST_DEPENDS
  - Add gunicorn to TEST_DEPENDS as per setup.py

  Changes:

    https://github.com/KeepSafe/aiohttp/blob/v0.16.3/CHANGES.txt

  Based on:

  PR:		200188
  Submitted by:	Vitaly Magerya <vmagerya gmail com>

Changes:
  head/www/py-aiohttp/Makefile
  head/www/py-aiohttp/distinfo
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-05 03:42:40 UTC
Committed with changes (0.16.3). Thank you Vitaly