pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-aiohttp py-aiohttp: updated to 3.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b10356e3f8e8
branches:  trunk
changeset: 375536:b10356e3f8e8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Feb 14 11:31:04 2018 +0000

description:
py-aiohttp: updated to 3.0.1

aiohttp 3.0 release:
Major release, many already deprecated things are removed
Minimal supported Python version is 3.5.3.
aiohttp uses shiny async/await syntax everywhere internally (while old yield from is still supported).

Read https://docs.aiohttp.org/en/stable/whats_new_3_0.html for brief information about most important changes.

diffstat:

 www/py-aiohttp/Makefile |  15 ++++++++-------
 www/py-aiohttp/PLIST    |  17 +++++++++++++----
 www/py-aiohttp/distinfo |  10 +++++-----
 3 files changed, 26 insertions(+), 16 deletions(-)

diffs (100 lines):

diff -r 9f99c07a32ad -r b10356e3f8e8 www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Wed Feb 14 11:27:22 2018 +0000
+++ b/www/py-aiohttp/Makefile   Wed Feb 14 11:31:04 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/02/05 16:39:47 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/02/14 11:31:04 adam Exp $
 
-DISTNAME=      aiohttp-2.3.10
+DISTNAME=      aiohttp-3.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -11,15 +11,16 @@
 LICENSE=       apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-async-timeout>=1.2.0:../../devel/py-async-timeout
-DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
-DEPENDS+=      ${PYPKGPREFIX}-idna_ssl>=1.0.0:../../www/py-idna_ssl
-DEPENDS+=      ${PYPKGPREFIX}-multidict>=3.0.0:../../databases/py-multidict
-DEPENDS+=      ${PYPKGPREFIX}-yarl>=0.11:../../www/py-yarl
+DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
+DEPENDS+=      ${PYPKGPREFIX}-chardet>=2.0:../../converters/py-chardet
+DEPENDS+=      ${PYPKGPREFIX}-idna_ssl>=1.0:../../www/py-idna_ssl
+DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
+DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.0:../../www/py-yarl
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9f99c07a32ad -r b10356e3f8e8 www/py-aiohttp/PLIST
--- a/www/py-aiohttp/PLIST      Wed Feb 14 11:27:22 2018 +0000
+++ b/www/py-aiohttp/PLIST      Wed Feb 14 11:31:04 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/11/02 13:13:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/14 11:31:04 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -20,9 +20,6 @@
 ${PYSITELIB}/aiohttp/abc.py
 ${PYSITELIB}/aiohttp/abc.pyc
 ${PYSITELIB}/aiohttp/abc.pyo
-${PYSITELIB}/aiohttp/backport_cookies.py
-${PYSITELIB}/aiohttp/backport_cookies.pyc
-${PYSITELIB}/aiohttp/backport_cookies.pyo
 ${PYSITELIB}/aiohttp/client.py
 ${PYSITELIB}/aiohttp/client.pyc
 ${PYSITELIB}/aiohttp/client.pyo
@@ -98,12 +95,21 @@
 ${PYSITELIB}/aiohttp/streams.py
 ${PYSITELIB}/aiohttp/streams.pyc
 ${PYSITELIB}/aiohttp/streams.pyo
+${PYSITELIB}/aiohttp/tcp_helpers.py
+${PYSITELIB}/aiohttp/tcp_helpers.pyc
+${PYSITELIB}/aiohttp/tcp_helpers.pyo
 ${PYSITELIB}/aiohttp/test_utils.py
 ${PYSITELIB}/aiohttp/test_utils.pyc
 ${PYSITELIB}/aiohttp/test_utils.pyo
+${PYSITELIB}/aiohttp/tracing.py
+${PYSITELIB}/aiohttp/tracing.pyc
+${PYSITELIB}/aiohttp/tracing.pyo
 ${PYSITELIB}/aiohttp/web.py
 ${PYSITELIB}/aiohttp/web.pyc
 ${PYSITELIB}/aiohttp/web.pyo
+${PYSITELIB}/aiohttp/web_app.py
+${PYSITELIB}/aiohttp/web_app.pyc
+${PYSITELIB}/aiohttp/web_app.pyo
 ${PYSITELIB}/aiohttp/web_exceptions.py
 ${PYSITELIB}/aiohttp/web_exceptions.pyc
 ${PYSITELIB}/aiohttp/web_exceptions.pyo
@@ -122,6 +128,9 @@
 ${PYSITELIB}/aiohttp/web_response.py
 ${PYSITELIB}/aiohttp/web_response.pyc
 ${PYSITELIB}/aiohttp/web_response.pyo
+${PYSITELIB}/aiohttp/web_runner.py
+${PYSITELIB}/aiohttp/web_runner.pyc
+${PYSITELIB}/aiohttp/web_runner.pyo
 ${PYSITELIB}/aiohttp/web_server.py
 ${PYSITELIB}/aiohttp/web_server.pyc
 ${PYSITELIB}/aiohttp/web_server.pyo
diff -r 9f99c07a32ad -r b10356e3f8e8 www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Wed Feb 14 11:27:22 2018 +0000
+++ b/www/py-aiohttp/distinfo   Wed Feb 14 11:31:04 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/02/05 16:39:47 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/02/14 11:31:04 adam Exp $
 
-SHA1 (aiohttp-2.3.10.tar.gz) = caad6b074f04dac8f72fafb6faa3a57e4fd06f98
-RMD160 (aiohttp-2.3.10.tar.gz) = 35f760da6e273b595561d59a97ead85bea8329f4
-SHA512 (aiohttp-2.3.10.tar.gz) = e4ea725bbd3d7d749f2ec21eea1ff9f5c836fbeaa17ad72f77e378c69b008448e57503175bee6adff86110f65edc915cb6368df3011d1d9d61cf47718b086be0
-Size (aiohttp-2.3.10.tar.gz) = 848324 bytes
+SHA1 (aiohttp-3.0.1.tar.gz) = abe32835ce3a45b9a9679858049141b691a02cc3
+RMD160 (aiohttp-3.0.1.tar.gz) = e6bdbc3f6df4f8d44bda306f9f1e8bbd8ebf7095
+SHA512 (aiohttp-3.0.1.tar.gz) = 5910fcdeef2c4742e69a6baff163da5846e3f39cf0e7a6b4ebdedb6afac7fb4ed63504dc604935847d990eb20d79c44820143dc9efe1b0339bb56bbb80cd09cd
+Size (aiohttp-3.0.1.tar.gz) = 737087 bytes



Home | Main Index | Thread Index | Old Index