pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-h11
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 6 05:36:36 UTC 2020
Modified Files:
pkgsrc/www/py-h11: Makefile distinfo
Log Message:
py-h11: updated to 0.11.0
v0.11.0
New features:
* h11 now stores and makes available the raw header name as
received. In addition h11 will write out header names with the same
casing as passed to it. This allows compatibility with systems that
expect titlecased header names.
* Multiple content length headers are now merged into a single header
if all the values are equal, if any are unequal a LocalProtocol
error is raised (as before).
Backwards **in**\compatible changes:
* Headers added by h11, rather than passed to it, now have titlecased
names. Whilst this should help compatibility it replaces the
previous lowercased header names.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-h11/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-h11/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-h11/Makefile
diff -u pkgsrc/www/py-h11/Makefile:1.6 pkgsrc/www/py-h11/Makefile:1.7
--- pkgsrc/www/py-h11/Makefile:1.6 Wed Aug 26 11:32:43 2020
+++ pkgsrc/www/py-h11/Makefile Tue Oct 6 05:36:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/08/26 11:32:43 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/06 05:36:36 adam Exp $
-DISTNAME= h11-0.10.0
+DISTNAME= h11-0.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
Index: pkgsrc/www/py-h11/distinfo
diff -u pkgsrc/www/py-h11/distinfo:1.5 pkgsrc/www/py-h11/distinfo:1.6
--- pkgsrc/www/py-h11/distinfo:1.5 Wed Aug 26 11:32:43 2020
+++ pkgsrc/www/py-h11/distinfo Tue Oct 6 05:36:36 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/08/26 11:32:43 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/10/06 05:36:36 adam Exp $
-SHA1 (h11-0.10.0.tar.gz) = a5f3f17932e4a493237bb292ed7808048352ebe2
-RMD160 (h11-0.10.0.tar.gz) = 2108500cb60e435339ead64347af099ab09acf4f
-SHA512 (h11-0.10.0.tar.gz) = c5f6271002d3c9423d6587a1050279d4cb25c6f1a0fee87f8f01c5dbd02b4c4817f1a6b7ea0b92c49a45a1f05a7073c6f4953c9d61d29e341fdd8b0a5f40a0b4
-Size (h11-0.10.0.tar.gz) = 96120 bytes
+SHA1 (h11-0.11.0.tar.gz) = 7df90e00060ad9002a098e3041849f2bd00ce535
+RMD160 (h11-0.11.0.tar.gz) = b931c83cd3ee3724aaf4d89c2a9b8f2fe3a39ba4
+SHA512 (h11-0.11.0.tar.gz) = 13dba59afd949d715fd693e5224e57dea5c923eb91b0981a5b5987bbe6e6e00e32552e1602353a48458615a8dd21f2a561961747ae15291eb3462fe42cef3f82
+Size (h11-0.11.0.tar.gz) = 97509 bytes
Home |
Main Index |
Thread Index |
Old Index