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 3.0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe2b1da97e31
branches:  trunk
changeset: 447948:fe2b1da97e31
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 01 09:05:03 2021 +0000

description:
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.

diffstat:

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

diffs (27 lines):

diff -r 2416db1d2fe3 -r fe2b1da97e31 www/py-channels/Makefile
--- a/www/py-channels/Makefile  Mon Mar 01 09:00:33 2021 +0000
+++ b/www/py-channels/Makefile  Mon Mar 01 09:05:03 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/02/01 20:41:42 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/03/01 09:05:03 adam Exp $
 
-DISTNAME=      channels-2.4.0
+DISTNAME=      channels-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
diff -r 2416db1d2fe3 -r fe2b1da97e31 www/py-channels/distinfo
--- a/www/py-channels/distinfo  Mon Mar 01 09:00:33 2021 +0000
+++ b/www/py-channels/distinfo  Mon Mar 01 09:05:03 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/02/01 20:41:42 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/03/01 09:05:03 adam Exp $
 
-SHA1 (channels-2.4.0.tar.gz) = 0fe68c7e38c76073fd8486317842891ce2228a22
-RMD160 (channels-2.4.0.tar.gz) = e842aa8311f5eab59fea0919c9a3dc77241a3bb4
-SHA512 (channels-2.4.0.tar.gz) = 4535389661b6a4749cd160d29afc8883983d2e138c4902f262b13ad7789169dae4315480b952a50ff2a61c79f7139e4ef8ee9a59129ff559ce060a35650dd5a9
-Size (channels-2.4.0.tar.gz) = 31165 bytes
+SHA1 (channels-3.0.3.tar.gz) = 3845c4189cf7abfa68bbd13996bcb826b947f7c1
+RMD160 (channels-3.0.3.tar.gz) = 5bf3b189c521cc8a975aa34eb89735d4dd1844ce
+SHA512 (channels-3.0.3.tar.gz) = cf65140d85b85261d372ff155fcc3fdb0caefa2143b33db30b709527de7104874c29cb573a25c404ea74539abe91059e3ca10d1854e0ef6ce572eef7158cdb72
+Size (channels-3.0.3.tar.gz) = 31790 bytes



Home | Main Index | Thread Index | Old Index