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.12.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9988f26a611
branches: trunk
changeset: 444978:a9988f26a611
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jan 15 13:02:08 2021 +0000
description:
py-h11: updated to 0.12.0
v0.12.0
Features
Added support for servers with broken line endings.
After this change h11 accepts both \r\n and \n as a headers delimiter.
Add early detection of invalid http data when request line starts with binary
Deprecations and Removals
Python 2.7 and PyPy 2 support is removed. h11 now requires Python>=3.6 including PyPy 3. Users running pip install h11 on Python 2 will automatically get the last Python 2-compatible version.
diffstat:
www/py-h11/Makefile | 6 ++++--
www/py-h11/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 590841299f1e -r a9988f26a611 www/py-h11/Makefile
--- a/www/py-h11/Makefile Fri Jan 15 12:57:46 2021 +0000
+++ b/www/py-h11/Makefile Fri Jan 15 13:02:08 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/10/06 05:36:36 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/01/15 13:02:08 adam Exp $
-DISTNAME= h11-0.11.0
+DISTNAME= h11-0.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
@@ -12,5 +12,7 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 590841299f1e -r a9988f26a611 www/py-h11/distinfo
--- a/www/py-h11/distinfo Fri Jan 15 12:57:46 2021 +0000
+++ b/www/py-h11/distinfo Fri Jan 15 13:02:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/10/06 05:36:36 adam Exp $
+$NetBSD: distinfo,v 1.7 2021/01/15 13:02:08 adam Exp $
-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
+SHA1 (h11-0.12.0.tar.gz) = 05aba93845fdb3f0a57c820df1ceae864746721c
+RMD160 (h11-0.12.0.tar.gz) = 91faeaab6c44a185e01f0809744f35247c9d8693
+SHA512 (h11-0.12.0.tar.gz) = ba2a2c185af270185ba5e1fd80ec9308e35afcd60a125a77cbeae2669f462983d063339371312f154a7c80c154ac97796ab36782b36549235435dcfd81b93421
+Size (h11-0.12.0.tar.gz) = 98121 bytes
Home |
Main Index |
Thread Index |
Old Index