Mon Mar 1 09:05:03 2021 UTC ()
py-channels: updated to 3.0.3

3.0.3 (2020-12-28)
------------------

* Fixed a bug in Channels 3.0 where the legacy ``channels.http.AsgiHandler``
  would not correctly isolate per-request scopes.

  This is a security release for CVE-2020-35681. Please see the `Version 3.0.3
  release notes
  <https://channels.readthedocs.io/en/latest/releases/3.0.3.html>`_ for full
  details.

3.0.2 (2020-11-9)
-----------------

* Fixes a bug in Channels 3.0 where ``StaticFilesWrapper`` was not updated to
  the ASGI 3 single-callable interface.

* Users of the ``runworker`` command should ensure to update ``asgiref`` to
  version 3.3.1 or later.

3.0.1 (2020-11-4)
-----------------

* Fixes a bug in Channels 3.0 where ``SessionMiddleware`` would not correctly
  isolate per-instance scopes.

3.0.0 (2020-10-30)
------------------

Updated to ASGI v3, and added support for Django 3.0+.

This is a major version change requiring updates to consumers and middleware.
Please see the full `Version 3.0.0 release notes
<https://channels.readthedocs.io/en/latest/releases/3.0.0.html>`_ for details.


(adam)
diff -r1.19 -r1.20 pkgsrc/www/py-channels/Makefile
diff -r1.16 -r1.17 pkgsrc/www/py-channels/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/www/py-channels/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-channels/Makefile 2020/02/01 20:41:42 1.19
+++ pkgsrc/www/py-channels/Makefile 2021/03/01 09:05:03 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2020/02/01 20:41:42 adam Exp $ 1# $NetBSD: Makefile,v 1.20 2021/03/01 09:05:03 adam Exp $
2 2
3DISTNAME= channels-2.4.0 3DISTNAME= channels-3.0.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/channels/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/channels/}
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://github.com/django/channels 9HOMEPAGE= https://github.com/django/channels
10COMMENT= Brings event-driven capabilities to Django with a channel system 10COMMENT= Brings event-driven capabilities to Django with a channel system
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-asgiref>=3.2:../../www/py-asgiref 13DEPENDS+= ${PYPKGPREFIX}-asgiref>=3.2:../../www/py-asgiref
14DEPENDS+= ${PYPKGPREFIX}-daphne>=2.3:../../www/py-daphne 14DEPENDS+= ${PYPKGPREFIX}-daphne>=2.3:../../www/py-daphne
15DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2 15DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
16 16

cvs diff -r1.16 -r1.17 pkgsrc/www/py-channels/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-channels/distinfo 2020/02/01 20:41:42 1.16
+++ pkgsrc/www/py-channels/distinfo 2021/03/01 09:05:03 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2020/02/01 20:41:42 adam Exp $ 1$NetBSD: distinfo,v 1.17 2021/03/01 09:05:03 adam Exp $
2 2
3SHA1 (channels-2.4.0.tar.gz) = 0fe68c7e38c76073fd8486317842891ce2228a22 3SHA1 (channels-3.0.3.tar.gz) = 3845c4189cf7abfa68bbd13996bcb826b947f7c1
4RMD160 (channels-2.4.0.tar.gz) = e842aa8311f5eab59fea0919c9a3dc77241a3bb4 4RMD160 (channels-3.0.3.tar.gz) = 5bf3b189c521cc8a975aa34eb89735d4dd1844ce
5SHA512 (channels-2.4.0.tar.gz) = 4535389661b6a4749cd160d29afc8883983d2e138c4902f262b13ad7789169dae4315480b952a50ff2a61c79f7139e4ef8ee9a59129ff559ce060a35650dd5a9 5SHA512 (channels-3.0.3.tar.gz) = cf65140d85b85261d372ff155fcc3fdb0caefa2143b33db30b709527de7104874c29cb573a25c404ea74539abe91059e3ca10d1854e0ef6ce572eef7158cdb72
6Size (channels-2.4.0.tar.gz) = 31165 bytes 6Size (channels-3.0.3.tar.gz) = 31790 bytes