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:           Wed Nov 28 14:35:30 UTC 2018

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

Log Message:
py-daphne: updated to 2.2.3

2.2.3:

* Enforce that response headers are only bytestrings, rather than allowing
  unicode strings and coercing them into bytes.

* New command-line options to set proxy header names: --proxy-headers-host and
  --proxy-headers-port.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-daphne/Makefile
cvs rdiff -u -r1.8 -r1.9 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.12 pkgsrc/www/py-daphne/Makefile:1.13
--- pkgsrc/www/py-daphne/Makefile:1.12  Sun Aug 19 10:53:11 2018
+++ pkgsrc/www/py-daphne/Makefile       Wed Nov 28 14:35:29 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/08/19 10:53:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/11/28 14:35:29 adam Exp $
 
-DISTNAME=      daphne-2.2.2
+DISTNAME=      daphne-2.2.3
 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.8 pkgsrc/www/py-daphne/distinfo:1.9
--- pkgsrc/www/py-daphne/distinfo:1.8   Sun Aug 19 10:53:11 2018
+++ pkgsrc/www/py-daphne/distinfo       Wed Nov 28 14:35:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/08/19 10:53:11 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/11/28 14:35:29 adam Exp $
 
-SHA1 (daphne-2.2.2.tar.gz) = 91ab4b11355f5eeeb490a86d30d9da6a164195c5
-RMD160 (daphne-2.2.2.tar.gz) = be0283f6f3e7009a19412201fa8b235318b6263b
-SHA512 (daphne-2.2.2.tar.gz) = 08ba6a09d48971f9dafa49bc199c7831897c58fec589a9e1e2d994074cc1bdeeb6bc7dbaec0c2d25cfc07bf56778eaf229873fec7eca66d1a3b0cc99ec11bd26
-Size (daphne-2.2.2.tar.gz) = 20053 bytes
+SHA1 (daphne-2.2.3.tar.gz) = 434af43d2b0a93f64b236365ca5acf3bb122980d
+RMD160 (daphne-2.2.3.tar.gz) = 480ca5ca0104a4e60c816078e5a4c1a663315b90
+SHA512 (daphne-2.2.3.tar.gz) = ad12c06928975725f5d56576c44009c658968d9086c2b555d563967ec04e2c18677186c716c5ebd331f9bc21b496346b57eb1652e5b2d08cbc4e2bd00b3eb983
+Size (daphne-2.2.3.tar.gz) = 20599 bytes



Home | Main Index | Thread Index | Old Index