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:           Fri Jan 15 13:02:08 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-h11/Makefile
cvs rdiff -u -r1.6 -r1.7 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.7 pkgsrc/www/py-h11/Makefile:1.8
--- pkgsrc/www/py-h11/Makefile:1.7      Tue Oct  6 05:36:36 2020
+++ pkgsrc/www/py-h11/Makefile  Fri Jan 15 13:02:08 2021
@@ -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 @@ LICENSE=      mit
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-h11/distinfo
diff -u pkgsrc/www/py-h11/distinfo:1.6 pkgsrc/www/py-h11/distinfo:1.7
--- pkgsrc/www/py-h11/distinfo:1.6      Tue Oct  6 05:36:36 2020
+++ pkgsrc/www/py-h11/distinfo  Fri Jan 15 13:02:08 2021
@@ -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