pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-h11 py-h11: updated to 0.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2aeea6a9f3
branches:  trunk
changeset: 334583:ed2aeea6a9f3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 31 17:37:17 2019 +0000

description:
py-h11: updated to 0.9.0

v0.9.0:

Bug fixes:
* Allow a broader range of characters in header values. This violates
  the RFC, but is apparently required for compatibility with
  real-world code, like Google Analytics cookies
* Validate incoming and outgoing request paths for invalid
  characters. This prevents a variety of potential security issues
  that have affected other HTTP clients.
* Force status codes to be integers, thereby allowing stdlib
  HTTPStatus IntEnums to be used when constructing responses

Other changes:
* Make all sentinel values inspectable by IDEs, and split
  SEND_BODY_DONE into SEND_BODY, and DONE
* Drop support for Python 3.3.
* LocalProtocolError raised in start_next_cycle now shows states for
  more informative errors

diffstat:

 www/py-h11/Makefile |   4 ++--
 www/py-h11/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4742a79bcea0 -r ed2aeea6a9f3 www/py-h11/Makefile
--- a/www/py-h11/Makefile       Fri May 31 17:34:34 2019 +0000
+++ b/www/py-h11/Makefile       Fri May 31 17:37:17 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/05/14 08:05:12 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/31 17:37:17 adam Exp $
 
-DISTNAME=      h11-0.8.1
+DISTNAME=      h11-0.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h11/}
diff -r 4742a79bcea0 -r ed2aeea6a9f3 www/py-h11/distinfo
--- a/www/py-h11/distinfo       Fri May 31 17:34:34 2019 +0000
+++ b/www/py-h11/distinfo       Fri May 31 17:37:17 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/05/14 08:05:12 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/31 17:37:17 adam Exp $
 
-SHA1 (h11-0.8.1.tar.gz) = ec078eb027c5f0bfa93808e5d2b72478e067d398
-RMD160 (h11-0.8.1.tar.gz) = 925c8752788b45f979bc248a3c4232f431f740fc
-SHA512 (h11-0.8.1.tar.gz) = 3310dcd8552de4440ed9669fd37b3fc4d76073a9801decb705bceee3c1e98ff83470bd124ecf36e1ec3457ff2fb4da6f4fbf077daa810c28ab73044dfab709d4
-Size (h11-0.8.1.tar.gz) = 94009 bytes
+SHA1 (h11-0.9.0.tar.gz) = 4ca7fc017391903b14340631cece458d7a4bcba1
+RMD160 (h11-0.9.0.tar.gz) = aee8cd8e49a80520990d1761074198fe880700d6
+SHA512 (h11-0.9.0.tar.gz) = fb323ebf0cc95d89bb7e73cf1f393d2588961ed6dd95630ad692e36f15141ae1de7a0bfe3ef2855f0e9b7c8cf2abba5cf808547bb4bb4d10ebb525122ac63d4a
+Size (h11-0.9.0.tar.gz) = 93331 bytes



Home | Main Index | Thread Index | Old Index