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 Apr 30 07:37:24 UTC 2018

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

Log Message:
py-channels: updated to 2.1.1

2.1.1:
* The scope["user"] object is no longer a lazy object, as this conflicts with
  any async-based consumers.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/www/py-channels/Makefile:1.9
--- pkgsrc/www/py-channels/Makefile:1.8 Fri Apr 13 11:13:32 2018
+++ pkgsrc/www/py-channels/Makefile     Mon Apr 30 07:37:24 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/04/13 11:13:32 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/04/30 07:37:24 adam Exp $
 
-DISTNAME=      channels-2.1.0
+DISTNAME=      channels-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/channels/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/django/chan
 COMMENT=       Brings event-driven capabilities to Django with a channel system
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-asgiref>=2.1:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-daphne>=2.0:../../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.6 pkgsrc/www/py-channels/distinfo:1.7
--- pkgsrc/www/py-channels/distinfo:1.6 Fri Apr 13 11:13:32 2018
+++ pkgsrc/www/py-channels/distinfo     Mon Apr 30 07:37:24 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/04/13 11:13:32 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/04/30 07:37:24 adam Exp $
 
-SHA1 (channels-2.1.0.tar.gz) = a403832467a2a767c06c141fff5cab77395f3f53
-RMD160 (channels-2.1.0.tar.gz) = c06827d75d8c4ca8c846ea452c5ac0fc0bea2533
-SHA512 (channels-2.1.0.tar.gz) = 6179f44a39c5009467249ed1bd2a2fe8cc92352ccd49b86fb7ea4c3caf7a7717bb965725edaa402db50cd2e805e98cd1735a8f19f8b5badc28810ef1dd14a3ee
-Size (channels-2.1.0.tar.gz) = 31813 bytes
+SHA1 (channels-2.1.1.tar.gz) = 5c65c75af4730085028d4497be77cc4dee9d4f6a
+RMD160 (channels-2.1.1.tar.gz) = 51f785af3cdfaf21ca347524f48c307d30c31a4f
+SHA512 (channels-2.1.1.tar.gz) = e45b9072213e8121f79955545018e536cd845961013653a25d14660ae290226d37d424aad4e5cc6070586823c3ab676294ce233a509ac3ebd6e05a2d7f89bd41
+Size (channels-2.1.1.tar.gz) = 31853 bytes



Home | Main Index | Thread Index | Old Index