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.14.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/06399a7b0e76
branches: trunk
changeset: 386931:06399a7b0e76
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 18 08:50:08 2022 +0000
description:
py-h11: updated to 0.14.0
H11 0.14.0 (2022-09-25)
-----------------------
Features
- Allow additional trailing whitespace in chunk headers for additional
compatibility with existing servers.
- Improve the type hints for Sentinel types, which should make it
easier to type hint h11 usage.
Deprecations and Removals
- Python 3.6 support is removed. h11 now requires Python>=3.7
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 | 4 ++--
www/py-h11/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 8f6f0c24f438 -r 06399a7b0e76 www/py-h11/Makefile
--- a/www/py-h11/Makefile Tue Oct 18 08:15:52 2022 +0000
+++ b/www/py-h11/Makefile Tue Oct 18 08:50:08 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/01/24 14:27:04 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/10/18 08:50:08 adam Exp $
-DISTNAME= h11-0.13.0
+DISTNAME= h11-0.14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h11/}
diff -r 8f6f0c24f438 -r 06399a7b0e76 www/py-h11/distinfo
--- a/www/py-h11/distinfo Tue Oct 18 08:15:52 2022 +0000
+++ b/www/py-h11/distinfo Tue Oct 18 08:50:08 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/01/24 14:27:04 adam Exp $
+$NetBSD: distinfo,v 1.11 2022/10/18 08:50:08 adam Exp $
-BLAKE2s (h11-0.13.0.tar.gz) = 49b7eab8abf4d9d7130766ab1e3b12517b934079db0840d5e36795b18b6a9a36
-SHA512 (h11-0.13.0.tar.gz) = c3a16dd66287ab6491b664aab9d72e14f1e61950c19182d60e195b81b2857e47157c38137b2ee2a9cd35d9d54997f554f768a3933051030895ddf7bc5b813e02
-Size (h11-0.13.0.tar.gz) = 100165 bytes
+BLAKE2s (h11-0.14.0.tar.gz) = 157bf3e30c251c482d8ef692c8beef93c72c80b46898f6e2ff445f752ec02e69
+SHA512 (h11-0.14.0.tar.gz) = 6146f6441ce62ea46d824a86c1687401224ea6084ca2703b9c841dce51cdfb5de49b39a4f4a7e95efae40ed83012ea4a8641700281f728c2f580a90ce42d82a5
+Size (h11-0.14.0.tar.gz) = 100418 bytes
Home |
Main Index |
Thread Index |
Old Index