pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-channels



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  1 09:05:03 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-channels/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-channels/Makefile
diff -u pkgsrc/www/py-channels/Makefile:1.19 pkgsrc/www/py-channels/Makefile:1.20
--- pkgsrc/www/py-channels/Makefile:1.19        Sat Feb  1 20:41:42 2020
+++ pkgsrc/www/py-channels/Makefile     Mon Mar  1 09:05:03 2021
@@ -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/}

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.16 pkgsrc/www/py-channels/distinfo:1.17
--- pkgsrc/www/py-channels/distinfo:1.16        Sat Feb  1 20:41:42 2020
+++ pkgsrc/www/py-channels/distinfo     Mon Mar  1 09:05:03 2021
@@ -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