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:           Sun Aug 19 10:54:37 UTC 2018

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

Log Message:
py-channels: updated to 2.1.3

2.1.3:
* An ALLOWED_ORIGINS value of "*" will now also allow requests without a Host
  header at all (especially important for tests)
* The request.path value is now correct in cases when a server has SCRIPT_NAME
  set
* Errors that happen inside channel listeners inside a runworker or Worker
  class are now raised rather than suppressed


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/www/py-channels/Makefile:1.11
--- pkgsrc/www/py-channels/Makefile:1.10        Thu Jun 14 07:57:32 2018
+++ pkgsrc/www/py-channels/Makefile     Sun Aug 19 10:54:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/06/14 07:57:32 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/08/19 10:54:36 adam Exp $
 
-DISTNAME=      channels-2.1.2
+DISTNAME=      channels-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/django/chan
 COMMENT=       Brings event-driven capabilities to Django with a channel system
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-asgiref>=2.1:../../www/py-asgiref
-DEPENDS+=      ${PYPKGPREFIX}-daphne>=2.0:../../www/py-daphne
+DEPENDS+=      ${PYPKGPREFIX}-asgiref>=2.3:../../www/py-asgiref
+DEPENDS+=      ${PYPKGPREFIX}-daphne>=2.2:../../www/py-daphne
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.8 pkgsrc/www/py-channels/distinfo:1.9
--- pkgsrc/www/py-channels/distinfo:1.8 Thu Jun 14 07:57:32 2018
+++ pkgsrc/www/py-channels/distinfo     Sun Aug 19 10:54:36 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/06/14 07:57:32 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/08/19 10:54:36 adam Exp $
 
-SHA1 (channels-2.1.2.tar.gz) = e0f53e349ee266dcc5606c395281bac103f4da9a
-RMD160 (channels-2.1.2.tar.gz) = 7b3a5834998d2da29501b7686818c6360ba06c19
-SHA512 (channels-2.1.2.tar.gz) = d83361713ae2d0942df7e505760ecb0ec0b63aea3cbbca732bf314dabea815243b8cc5de06f0489cd3b376de8d849fa53c49a91fc47a92f7eb13fce3a44f62d1
-Size (channels-2.1.2.tar.gz) = 32652 bytes
+SHA1 (channels-2.1.3.tar.gz) = f5c1e0469435f87b5dc71171b105154bb51cdd37
+RMD160 (channels-2.1.3.tar.gz) = 94f706647a0029cfb1abf2de9057038a8f22afee
+SHA512 (channels-2.1.3.tar.gz) = 6853f4c51a2d7fcbd4c1972fb854402108bd602f3008327517201b75a2142f5d8c9b69c110b7e89143f35b86fdfb5c7ef8966ffb6d138f544677e96922141fd7
+Size (channels-2.1.3.tar.gz) = 32814 bytes



Home | Main Index | Thread Index | Old Index