pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-aiohttp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  4 11:17:57 UTC 2019

Modified Files:
        pkgsrc/www/py-aiohttp: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/py-aiohttp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-aiohttp/Makefile
diff -u pkgsrc/www/py-aiohttp/Makefile:1.39 pkgsrc/www/py-aiohttp/Makefile:1.40
--- pkgsrc/www/py-aiohttp/Makefile:1.39 Sat Sep  7 07:09:27 2019
+++ pkgsrc/www/py-aiohttp/Makefile      Fri Oct  4 11:17:57 2019
@@ -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 @@ LICENSE=      apache-2.0
 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

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.37 pkgsrc/www/py-aiohttp/distinfo:1.38
--- pkgsrc/www/py-aiohttp/distinfo:1.37 Sat Sep  7 07:09:27 2019
+++ pkgsrc/www/py-aiohttp/distinfo      Fri Oct  4 11:17:57 2019
@@ -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