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.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad042aa6a2eb
branches:  trunk
changeset: 340545:ad042aa6a2eb
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 04 11:17:57 2019 +0000

description:
py-aiohttp: updated to 3.6.1

3.6.1:

Features
- Compatibility with Python 3.8.

Bugfixes
- correct some exception string format
- Emit a warning when ``ssl.OP_NO_COMPRESSION`` is
  unavailable because the runtime is built against
  an outdated OpenSSL.
- Update multidict requirement to >= 4.5

Improved Documentation
- Provide pytest-aiohttp namespace for pytest fixtures in docs.

diffstat:

 www/py-aiohttp/Makefile |   6 +++---
 www/py-aiohttp/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r b151cd24bcae -r ad042aa6a2eb www/py-aiohttp/Makefile
--- a/www/py-aiohttp/Makefile   Fri Oct 04 11:13:39 2019 +0000
+++ b/www/py-aiohttp/Makefile   Fri Oct 04 11:17:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2019/09/07 07:09:27 adam Exp $
+# $NetBSD: Makefile,v 1.40 2019/10/04 11:17:57 adam Exp $
 
-DISTNAME=      aiohttp-3.6.0
+DISTNAME=      aiohttp-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}
@@ -13,7 +13,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-async-timeout>=3.0:../../devel/py-async-timeout
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-chardet>=2.0:../../converters/py-chardet
-DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
+DEPENDS+=      ${PYPKGPREFIX}-multidict>=4.5:../../databases/py-multidict
 DEPENDS+=      ${PYPKGPREFIX}-yarl>=1.0:../../www/py-yarl
 TEST_DEPENDS+= ${PYPKGPREFIX}-async_generator-[0-9]*:../../devel/py-async_generator
 TEST_DEPENDS+= ${PYPKGPREFIX}-gunicorn-[0-9]*:../../www/py-gunicorn
diff -r b151cd24bcae -r ad042aa6a2eb www/py-aiohttp/distinfo
--- a/www/py-aiohttp/distinfo   Fri Oct 04 11:13:39 2019 +0000
+++ b/www/py-aiohttp/distinfo   Fri Oct 04 11:17:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2019/09/07 07:09:27 adam Exp $
+$NetBSD: distinfo,v 1.38 2019/10/04 11:17:57 adam Exp $
 
-SHA1 (aiohttp-3.6.0.tar.gz) = 512f22458acaaece733945b3a72732a6c05773f4
-RMD160 (aiohttp-3.6.0.tar.gz) = 6763677d053fec4552fcabe30130d4de2e1220a2
-SHA512 (aiohttp-3.6.0.tar.gz) = 90a0c55b5f20fc7cc14d138fca93206a7b64ac069fbd81c77b5373985236c0c09b44bd167be58129ce2e4f2bdefe59891d6d52938f9fe04c462d4aea6af67d9d
-Size (aiohttp-3.6.0.tar.gz) = 1110800 bytes
+SHA1 (aiohttp-3.6.1.tar.gz) = 76cd071319dbc4f6b2d6a176390cc26121e443f5
+RMD160 (aiohttp-3.6.1.tar.gz) = 94b08104aae80e05c2607fc12cefc88fd6b99094
+SHA512 (aiohttp-3.6.1.tar.gz) = 4939b89d45abcd655ef212ff87f66a83882fb12dffb87d62ae57afcd9517725af61f46f9b7428112e2dcd72d3a4027524967461270ede34348ff3ead47d14c9b
+Size (aiohttp-3.6.1.tar.gz) = 1113678 bytes



Home | Main Index | Thread Index | Old Index