pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-daphne py-daphne: updated to 2.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3412a71a6b08
branches:  trunk
changeset: 422699:3412a71a6b08
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 01 20:39:42 2020 +0000

description:
py-daphne: updated to 2.4.1

2.4.1:
* Avoids Twisted using the default event loop, for compatibility with Django
  3.0's ``async_unsafe()`` decorator in threaded contexts, such as using the
  auto-reloader.

diffstat:

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

diffs (36 lines):

diff -r 5eae8313dfef -r 3412a71a6b08 www/py-daphne/Makefile
--- a/www/py-daphne/Makefile    Sat Feb 01 20:36:47 2020 +0000
+++ b/www/py-daphne/Makefile    Sat Feb 01 20:39:42 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/11/26 19:13:01 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/01 20:39:42 adam Exp $
 
-DISTNAME=      daphne-2.4.0
+DISTNAME=      daphne-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/daphne/}
@@ -10,7 +10,7 @@
 COMMENT=       HTTP, HTTP2 and WebSocket protocol server for ASGI
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.0:../../www/py-asgiref
+DEPENDS+=      ${PYPKGPREFIX}-asgiref>=3.2:../../www/py-asgiref
 DEPENDS+=      ${PYPKGPREFIX}-autobahn>=0.18:../../www/py-autobahn
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=18.7:../../net/py-twisted
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
diff -r 5eae8313dfef -r 3412a71a6b08 www/py-daphne/distinfo
--- a/www/py-daphne/distinfo    Sat Feb 01 20:36:47 2020 +0000
+++ b/www/py-daphne/distinfo    Sat Feb 01 20:39:42 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/11/26 19:13:01 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/02/01 20:39:42 adam Exp $
 
-SHA1 (daphne-2.4.0.tar.gz) = e401bd6f63a2d7c2883f55a2f5c421efdb283ce4
-RMD160 (daphne-2.4.0.tar.gz) = 179e3e3232091aa56a6d6710d90a154b1f0cd7fb
-SHA512 (daphne-2.4.0.tar.gz) = 1edcd47a963142ab40b6d964822708a0273a6c1f1321ac3f9bd749df88d532203a8b3fdada0c28ea32021426ea0ec86066b7f6a2b085de1a610984eede42d9df
-Size (daphne-2.4.0.tar.gz) = 22034 bytes
+SHA1 (daphne-2.4.1.tar.gz) = 436681514273a70876db9b529686a8402859f412
+RMD160 (daphne-2.4.1.tar.gz) = 13ee9cb503bc8735d64c3fd0d850b4fffa6fbf8b
+SHA512 (daphne-2.4.1.tar.gz) = a8db80de97edb6fe2cb5afafb5cb14c3e39d27c6eeb92a41296112cc5c366f9dba1ae57ee818aa7cbc6e603e6aa153dfff984d716e3481e8a296a695941a8a2d
+Size (daphne-2.4.1.tar.gz) = 22045 bytes



Home | Main Index | Thread Index | Old Index