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:           Tue Oct 18 08:50:08 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-h11/Makefile \
    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.10 pkgsrc/www/py-h11/Makefile:1.11
--- pkgsrc/www/py-h11/Makefile:1.10     Mon Jan 24 14:27:04 2022
+++ pkgsrc/www/py-h11/Makefile  Tue Oct 18 08:50:08 2022
@@ -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/}
Index: pkgsrc/www/py-h11/distinfo
diff -u pkgsrc/www/py-h11/distinfo:1.10 pkgsrc/www/py-h11/distinfo:1.11
--- pkgsrc/www/py-h11/distinfo:1.10     Mon Jan 24 14:27:04 2022
+++ pkgsrc/www/py-h11/distinfo  Tue Oct 18 08:50:08 2022
@@ -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