pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-channels py-channels: updated to 2.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f3f35ca485
branches:  trunk
changeset: 402354:07f3f35ca485
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 07 20:28:57 2019 +0000

description:
py-channels: updated to 2.3.0

2.3.0:
* Adjusted ``AsgiHandler`` HTTP body handling to use a spooled temporary file,
  rather than reading the whole request body into memory.

  As a result, ``AsgiRequest.__init__()`` is adjusted to expect a file-like
  ``stream``, rather than the whole ``body`` as bytes. Test cases instantiating
  requests directly will likely need to be updated to wrap the provided body
  in, e.g., `io.BytesIO`.

diffstat:

 www/py-channels/Makefile |   4 ++--
 www/py-channels/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8fb998b069f4 -r 07f3f35ca485 www/py-channels/Makefile
--- a/www/py-channels/Makefile  Mon Oct 07 20:28:13 2019 +0000
+++ b/www/py-channels/Makefile  Mon Oct 07 20:28:57 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/05/06 10:26:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/10/07 20:28:57 adam Exp $
 
-DISTNAME=      channels-2.2.0
+DISTNAME=      channels-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
diff -r 8fb998b069f4 -r 07f3f35ca485 www/py-channels/distinfo
--- a/www/py-channels/distinfo  Mon Oct 07 20:28:13 2019 +0000
+++ b/www/py-channels/distinfo  Mon Oct 07 20:28:57 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/05/06 10:26:17 adam Exp $
+$NetBSD: distinfo,v 1.14 2019/10/07 20:28:57 adam Exp $
 
-SHA1 (channels-2.2.0.tar.gz) = 13446cb92e4744a2e8acab84a31e663359cf85c6
-RMD160 (channels-2.2.0.tar.gz) = c49633dc43f67fd2bec11607d574faa5d8010f65
-SHA512 (channels-2.2.0.tar.gz) = 7ba6976323c445a5e4a25b7acc9bbe07a8be0915ae98662c102b59f290a1ffa35bb8795fe9cacefb1fd8ec439f92215e4ef527bdce8d23cf3ccf2789c5194c98
-Size (channels-2.2.0.tar.gz) = 29899 bytes
+SHA1 (channels-2.3.0.tar.gz) = 48c42bf73f95e7f9785446347b9ab753337cdfa6
+RMD160 (channels-2.3.0.tar.gz) = 5dead601f7dc85435151b03904c80d02f734d279
+SHA512 (channels-2.3.0.tar.gz) = 0294506a1a60973ad8c7a49884604c8b6880096674d4306bf5d2ff9d6f5709c8bc1f76573fee3564bb65500ced8e8fa8147a8234ea89809eb13a4ec20a667a79
+Size (channels-2.3.0.tar.gz) = 29933 bytes



Home | Main Index | Thread Index | Old Index