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:           Thu Nov 19 10:19:50 UTC 2020

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

Log Message:
py-aiohttp: updated to 3.7.3

3.7.3
=====

Features
--------
- Use Brotli instead of brotlipy
- Made exceptions pickleable. Also changed the repr of some exceptions.

Bugfixes
--------
- Raise a ClientResponseError instead of an AssertionError for a blank
  HTTP Reason Phrase.
- Fix ``web_middlewares.normalize_path_middleware`` behavior for patch without slash.
- Fix overshadowing of overlapped sub-applications prefixes.
- Make `BaseConnector.close()` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax.
- Reset the ``sock_read`` timeout each time data is received for a ``aiohttp.client`` response.
- Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View
- Fixed querying the address families from DNS that the current host supports.
- Change return type of MultipartReader.__aiter__() and BodyPartReader.__aiter__() to AsyncIterator.
- Provide x86 Windows wheels.

Improved Documentation
----------------------
- Add documentation for ``aiohttp.web.FileResponse``.
- Removed deprecation warning in tracing example docs
- Fixed wrong "Usage" docstring of ``aiohttp.client.request``.
- Add aiohttp-pydantic to third party libraries


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/www/py-aiohttp/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-aiohttp/PLIST
cvs rdiff -u -r1.43 -r1.44 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.46 pkgsrc/www/py-aiohttp/Makefile:1.47
--- pkgsrc/www/py-aiohttp/Makefile:1.46 Tue Oct 27 22:52:05 2020
+++ pkgsrc/www/py-aiohttp/Makefile      Thu Nov 19 10:19:50 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2020/10/27 22:52:05 adam Exp $
+# $NetBSD: Makefile,v 1.47 2020/11/19 10:19:50 adam Exp $
 
-DISTNAME=      aiohttp-3.7.2
+DISTNAME=      aiohttp-3.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiohttp/}

Index: pkgsrc/www/py-aiohttp/PLIST
diff -u pkgsrc/www/py-aiohttp/PLIST:1.8 pkgsrc/www/py-aiohttp/PLIST:1.9
--- pkgsrc/www/py-aiohttp/PLIST:1.8     Sat Dec 22 22:45:47 2018
+++ pkgsrc/www/py-aiohttp/PLIST Thu Nov 19 10:19:50 2020
@@ -1,9 +1,20 @@
-@comment $NetBSD: PLIST,v 1.8 2018/12/22 22:45:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/11/19 10:19:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/aiohttp/.hash/_cparser.pxd.hash
+${PYSITELIB}/aiohttp/.hash/_find_header.pxd.hash
+${PYSITELIB}/aiohttp/.hash/_frozenlist.pyx.hash
+${PYSITELIB}/aiohttp/.hash/_helpers.pyi.hash
+${PYSITELIB}/aiohttp/.hash/_helpers.pyx.hash
+${PYSITELIB}/aiohttp/.hash/_http_parser.pyx.hash
+${PYSITELIB}/aiohttp/.hash/_http_writer.pyx.hash
+${PYSITELIB}/aiohttp/.hash/_websocket.pyx.hash
+${PYSITELIB}/aiohttp/.hash/frozenlist.pyi.hash
+${PYSITELIB}/aiohttp/.hash/hdrs.py.hash
+${PYSITELIB}/aiohttp/.hash/signals.pyi.hash
 ${PYSITELIB}/aiohttp/__init__.py
 ${PYSITELIB}/aiohttp/__init__.pyc
 ${PYSITELIB}/aiohttp/__init__.pyo

Index: pkgsrc/www/py-aiohttp/distinfo
diff -u pkgsrc/www/py-aiohttp/distinfo:1.43 pkgsrc/www/py-aiohttp/distinfo:1.44
--- pkgsrc/www/py-aiohttp/distinfo:1.43 Tue Oct 27 22:52:05 2020
+++ pkgsrc/www/py-aiohttp/distinfo      Thu Nov 19 10:19:50 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2020/10/27 22:52:05 adam Exp $
+$NetBSD: distinfo,v 1.44 2020/11/19 10:19:50 adam Exp $
 
-SHA1 (aiohttp-3.7.2.tar.gz) = 3cb4e531a0682af88ab0752213924722ac9f5ec2
-RMD160 (aiohttp-3.7.2.tar.gz) = ea2775f66108222ecc3d3421c291c950623df7da
-SHA512 (aiohttp-3.7.2.tar.gz) = 2dd4f0264f1fb0801be366c269b73dd80b542e8e5bfe18a01fbdfadd0210022ccd6e3975be1be416551ccce82f42881e18735d5c6fc68a42b7452ab18e157dc5
-Size (aiohttp-3.7.2.tar.gz) = 1111049 bytes
+SHA1 (aiohttp-3.7.3.tar.gz) = ddd0b02a9dbf2941a27bfab69a85d3c4e329f9c6
+RMD160 (aiohttp-3.7.3.tar.gz) = 8a50b3123a887a447fd806905d283c0a4f639762
+SHA512 (aiohttp-3.7.3.tar.gz) = d1dbbe3cbdeb1a460f5030a08a251a7bb7ae7ec038ca93ba5187b2da1fe21b80ed6513db647ef382d2d92a3d527a34dffbd37f51aa1e8b65bb36d517304b1812
+Size (aiohttp-3.7.3.tar.gz) = 1113127 bytes



Home | Main Index | Thread Index | Old Index