diff options
author | koobs <koobs@FreeBSD.org> | 2014-07-07 08:05:15 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-07-07 08:05:15 +0800 |
commit | 4073b272e3c4bccf98affebb24946f3b262005d1 (patch) | |
tree | c70425ff8f57cb3b6d7bc948d8d27c5580508c8f /www | |
parent | 6b4e075862364859bca8002e5a37732a495d9234 (diff) | |
download | freebsd-ports-gnome-4073b272e3c4bccf98affebb24946f3b262005d1.tar.gz freebsd-ports-gnome-4073b272e3c4bccf98affebb24946f3b262005d1.tar.zst freebsd-ports-gnome-4073b272e3c4bccf98affebb24946f3b262005d1.zip |
www/py-aiohttp: Update to 0.8.4
- Update to 0.8.4
- Includes fixes to test suite warnings [1]
Changes:
https://github.com/KeepSafe/aiohttp/blob/v0.8.4/CHANGES.txt
[1] https://github.com/KeepSafe/aiohttp/issues/92
Diffstat (limited to 'www')
-rw-r--r-- | www/py-aiohttp/Makefile | 2 | ||||
-rw-r--r-- | www/py-aiohttp/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index d8a7325a62dd..e3c2b7efc918 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aiohttp -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo index b2294cdb446c..03f1a28410ae 100644 --- a/www/py-aiohttp/distinfo +++ b/www/py-aiohttp/distinfo @@ -1,2 +1,2 @@ -SHA256 (aiohttp-0.8.2.tar.gz) = 667b4edbed7af62d955ace08488e9525471f03225ce913153d5a40a31ecc3f40 -SIZE (aiohttp-0.8.2.tar.gz) = 77776 +SHA256 (aiohttp-0.8.4.tar.gz) = c18575bc8ea8a75be3ced0ae11954fa8c2adb0956cde58aec4d049048c8c0b33 +SIZE (aiohttp-0.8.4.tar.gz) = 80693 |