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:           Tue Nov 26 19:13:01 UTC 2019

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

Log Message:
py-daphne: updated to 2.4.0

2.4.0:
* Adds CI testing against and support for Python 3.8.
* Adds support for ``raw_path`` in ASGI scope.
* Ensures an error response is sent to the client if the application sends
  malformed headers.
* Resolves an asyncio + multiprocessing problem when testing that would cause
  the test suite to fail/hang on macOS.
* Requires installing Twisted's TLS extras, via ``install_requires``.
* Adds missing LICENSE to distribution.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-daphne/Makefile
cvs rdiff -u -r1.12 -r1.13 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.17 pkgsrc/www/py-daphne/Makefile:1.18
--- pkgsrc/www/py-daphne/Makefile:1.17  Mon May  6 10:24:25 2019
+++ pkgsrc/www/py-daphne/Makefile       Tue Nov 26 19:13:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/05/06 10:24:25 adam Exp $
+# $NetBSD: Makefile,v 1.18 2019/11/26 19:13:01 adam Exp $
 
-DISTNAME=      daphne-2.3.0
+DISTNAME=      daphne-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/daphne/}
@@ -20,7 +20,8 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} daphne daphne-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} daphne daphne-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-daphne/distinfo
diff -u pkgsrc/www/py-daphne/distinfo:1.12 pkgsrc/www/py-daphne/distinfo:1.13
--- pkgsrc/www/py-daphne/distinfo:1.12  Mon May  6 10:24:25 2019
+++ pkgsrc/www/py-daphne/distinfo       Tue Nov 26 19:13:01 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/05/06 10:24:25 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/11/26 19:13:01 adam Exp $
 
-SHA1 (daphne-2.3.0.tar.gz) = 1369d5bd645a788a5cecd7fa415f5f101636e5c1
-RMD160 (daphne-2.3.0.tar.gz) = 6ef12d230d6da713fa476fc2b21483a9a1213636
-SHA512 (daphne-2.3.0.tar.gz) = 2e58195de5229dc914404bed825f2676d611021df9b1410b8ec7c5ae616ba1cd8f750865f27039b2381a05d01086c0850352cf9100146cfbc7fe261b92425900
-Size (daphne-2.3.0.tar.gz) = 23431 bytes
+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



Home | Main Index | Thread Index | Old Index