py-daphne: updated to 2.0.4
2.0.4: * Ping timeouts no longer reset on outgoing data, only incoming data * No more errors when connections close prematurely
This commit is contained in:
parent
1dd38af40d
commit
ac4c906aee
3 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2018/02/14 14:21:33 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2018/02/22 08:54:28 adam Exp $
|
||||
|
||||
DISTNAME= daphne-2.0.3
|
||||
DISTNAME= daphne-2.0.4
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=d/daphne/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2018/02/14 14:21:33 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2018/02/22 08:54:28 adam Exp $
|
||||
bin/daphne-${PYVERSSUFFIX}
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -25,9 +25,9 @@ ${PYSITELIB}/daphne/http_protocol.pyo
|
|||
${PYSITELIB}/daphne/server.py
|
||||
${PYSITELIB}/daphne/server.pyc
|
||||
${PYSITELIB}/daphne/server.pyo
|
||||
${PYSITELIB}/daphne/test_application.py
|
||||
${PYSITELIB}/daphne/test_application.pyc
|
||||
${PYSITELIB}/daphne/test_application.pyo
|
||||
${PYSITELIB}/daphne/testing.py
|
||||
${PYSITELIB}/daphne/testing.pyc
|
||||
${PYSITELIB}/daphne/testing.pyo
|
||||
${PYSITELIB}/daphne/utils.py
|
||||
${PYSITELIB}/daphne/utils.pyc
|
||||
${PYSITELIB}/daphne/utils.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.3 2018/02/14 14:21:33 adam Exp $
|
||||
$NetBSD: distinfo,v 1.4 2018/02/22 08:54:28 adam Exp $
|
||||
|
||||
SHA1 (daphne-2.0.3.tar.gz) = 65c76cbb5a542c18cfc203b227ea42f6aa0d4541
|
||||
RMD160 (daphne-2.0.3.tar.gz) = 01b6f393d5b8d6b9bda072e12331432f75dc770d
|
||||
SHA512 (daphne-2.0.3.tar.gz) = 44c383009d51648e84e2b318639266d4ca4c31d8317368eb6070b84f56f2b9404aa4af9c36509d797d78a8ce18a4de1158cb1f0780312688901b3c5a416ca901
|
||||
Size (daphne-2.0.3.tar.gz) = 17698 bytes
|
||||
SHA1 (daphne-2.0.4.tar.gz) = f1b0be02100f598d08c55f4a183537555f668093
|
||||
RMD160 (daphne-2.0.4.tar.gz) = 74defd534510eff4ce06b07083f7fdcc1e11f619
|
||||
SHA512 (daphne-2.0.4.tar.gz) = 3a54adad7c8c790c396875af0dd503543c22b4a6a0b942b02c84f07347cb5b2c6da3285605aa5889841d76ffa8fd5c36a3dd51abdc7a91c1ef18255ced36d5ea
|
||||
Size (daphne-2.0.4.tar.gz) = 19189 bytes
|
||||
|
|
Loading…
Reference in a new issue