pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-daphne



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 16 07:42:30 UTC 2020

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

Log Message:
py-daphne: updated to 2.5.0

2.5.0:
* Fixes compatability for twisted when running Python 3.8+ on Windows, by
  setting ``asyncio.WindowsSelectorEventLoopPolicy`` as the event loop policy
  in this case.
* The internal ``daphne.testing.TestApplication`` now requires an addition
  ``lock`` argument to ``__init__()``. This is expected to be an instance of
  ``multiprocessing.Lock``.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-daphne/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-daphne/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-daphne/Makefile
diff -u pkgsrc/www/py-daphne/Makefile:1.19 pkgsrc/www/py-daphne/Makefile:1.20
--- pkgsrc/www/py-daphne/Makefile:1.19  Sat Feb  1 20:39:42 2020
+++ pkgsrc/www/py-daphne/Makefile       Thu Apr 16 07:42:30 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/02/01 20:39:42 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/16 07:42:30 adam Exp $
 
-DISTNAME=      daphne-2.4.1
+DISTNAME=      daphne-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/daphne/}

Index: pkgsrc/www/py-daphne/distinfo
diff -u pkgsrc/www/py-daphne/distinfo:1.14 pkgsrc/www/py-daphne/distinfo:1.15
--- pkgsrc/www/py-daphne/distinfo:1.14  Sat Feb  1 20:39:42 2020
+++ pkgsrc/www/py-daphne/distinfo       Thu Apr 16 07:42:30 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/02/01 20:39:42 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/04/16 07:42:30 adam Exp $
 
-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
+SHA1 (daphne-2.5.0.tar.gz) = f09e46e69975c088f7b8604768f9bfe724b39756
+RMD160 (daphne-2.5.0.tar.gz) = d6a7031ae01d04a25e29257fb99dd3edc11f7c2d
+SHA512 (daphne-2.5.0.tar.gz) = 489480309ae085e5b5d8a1cbacd807825edca9083e4ec76d993ae0ade66d3f7b78160407d04f27ad6128fed739f35261918a86bb58f98c23c06d64b8307373fc
+Size (daphne-2.5.0.tar.gz) = 22255 bytes



Home | Main Index | Thread Index | Old Index