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.
This commit is contained in:
parent
bc4bb43150
commit
591ec47696
2 changed files with 7 additions and 7 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue