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: Sat Feb 1 20:41:42 UTC 2020
Modified Files:
pkgsrc/www/py-channels: Makefile distinfo
Log Message:
py-channels: updated to 2.4.0
2.4.0:
* Wraps session save calls in ``database_sync_to_async()``, for compatibility
with Django 3.0's ``async_unsafe()`` checks.
* Drops compatibility with all Django versions lower than 2.2.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-channels/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/www/py-channels/Makefile:1.19
--- pkgsrc/www/py-channels/Makefile:1.18 Thu Oct 31 10:17:07 2019
+++ pkgsrc/www/py-channels/Makefile Sat Feb 1 20:41:42 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/10/31 10:17:07 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/01 20:41:42 adam Exp $
-DISTNAME= channels-2.3.1
+DISTNAME= channels-2.4.0
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}-asgiref>=3.0:../../www/py-asgiref
+DEPENDS+= ${PYPKGPREFIX}-asgiref>=3.2:../../www/py-asgiref
DEPENDS+= ${PYPKGPREFIX}-daphne>=2.3:../../www/py-daphne
-DEPENDS+= ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
USE_LANGUAGES= # none
Index: pkgsrc/www/py-channels/distinfo
diff -u pkgsrc/www/py-channels/distinfo:1.15 pkgsrc/www/py-channels/distinfo:1.16
--- pkgsrc/www/py-channels/distinfo:1.15 Thu Oct 31 10:17:07 2019
+++ pkgsrc/www/py-channels/distinfo Sat Feb 1 20:41:42 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/10/31 10:17:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/02/01 20:41:42 adam Exp $
-SHA1 (channels-2.3.1.tar.gz) = 674cc60ccfe4f6b589f271ba6b8de153146e96fb
-RMD160 (channels-2.3.1.tar.gz) = c02cee3da839d08970bd6b66326bb04123e1145f
-SHA512 (channels-2.3.1.tar.gz) = 00a256a9ef9d50f4ff233affa16e81e4ccfe78c2b7f62b1664996355d233a97cd826ef06263d15a842a8cfd6e961c8a4f43c6fbe58219013a3179934b31a6664
-Size (channels-2.3.1.tar.gz) = 29935 bytes
+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
Home |
Main Index |
Thread Index |
Old Index