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 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/153e0835a9bd
branches:  trunk
changeset: 307017:153e0835a9bd
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 30 07:37:24 2018 +0000
description:
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.

diffstat:

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

diffs (38 lines):

diff -r 4b3a6d7d45af -r 153e0835a9bd www/py-channels/Makefile
--- a/www/py-channels/Makefile  Mon Apr 30 07:36:13 2018 +0000
+++ b/www/py-channels/Makefile  Mon Apr 30 07:37:24 2018 +0000
@@ -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 @@
 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
 
diff -r 4b3a6d7d45af -r 153e0835a9bd www/py-channels/distinfo
--- a/www/py-channels/distinfo  Mon Apr 30 07:36:13 2018 +0000
+++ b/www/py-channels/distinfo  Mon Apr 30 07:37:24 2018 +0000
@@ -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