pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-h2
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 2 16:04:23 UTC 2025
Modified Files:
pkgsrc/www/py-h2: Makefile PLIST distinfo
Log Message:
py-h2: update to 4.2.0.
4.2.0 (2025-02-01)
------------------
**API Changes (Backward Incompatible)**
- Support for Python 3.6 has been removed.
- Support for Python 3.7 has been removed.
- Support for Python 3.8 has been removed.
- Remove mistakenly set `max_inbound_frame_size` attribute on `H2Stream`.
**API Changes (Backward Compatible)**
- Support for Python 3.11 has been added.
- Support for Python 3.12 has been added.
- Support for Python 3.13 has been added.
- Add an ability to send outbound cookies separately to improve headers compression.
- Updated packaging and testing infrastructure.
**Bugfixes**
- Fix repr() checks for Python 3.11
- Fix asyncio / wsgi examples.
- Clarify docs on using curl with http2.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-h2/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-h2/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-h2/Makefile
diff -u pkgsrc/www/py-h2/Makefile:1.11 pkgsrc/www/py-h2/Makefile:1.12
--- pkgsrc/www/py-h2/Makefile:1.11 Tue Jan 4 20:55:29 2022
+++ pkgsrc/www/py-h2/Makefile Sun Feb 2 16:04:23 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/02 16:04:23 wiz Exp $
-DISTNAME= h2-4.1.0
+DISTNAME= h2-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/h2/}
@@ -11,15 +10,12 @@ HOMEPAGE= https://github.com/python-hype
COMMENT= HTTP/2 State-Machine based protocol implementation
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-hyperframe>=6.0.0:../../www/py-hyperframe
DEPENDS+= ${PYPKGPREFIX}-hpack>=4.0:../../net/py-hpack
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
USE_LANGUAGES= # none
-PYSETUPTESTTARGET= pytest
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-h2/PLIST
diff -u pkgsrc/www/py-h2/PLIST:1.2 pkgsrc/www/py-h2/PLIST:1.3
--- pkgsrc/www/py-h2/PLIST:1.2 Fri Apr 14 13:10:13 2017
+++ pkgsrc/www/py-h2/PLIST Sun Feb 2 16:04:23 2025
@@ -1,39 +1,40 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/14 13:10:13 leot Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2025/02/02 16:04:23 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/h2/__init__.py
-${PYSITELIB}/h2/__init__.pyo
${PYSITELIB}/h2/__init__.pyc
-${PYSITELIB}/h2/config.pyo
-${PYSITELIB}/h2/config.pyc
-${PYSITELIB}/h2/connection.pyo
-${PYSITELIB}/h2/connection.pyc
-${PYSITELIB}/h2/errors.pyo
-${PYSITELIB}/h2/errors.pyc
-${PYSITELIB}/h2/events.pyo
-${PYSITELIB}/h2/events.pyc
-${PYSITELIB}/h2/exceptions.pyo
-${PYSITELIB}/h2/exceptions.pyc
-${PYSITELIB}/h2/frame_buffer.pyo
-${PYSITELIB}/h2/frame_buffer.pyc
-${PYSITELIB}/h2/settings.pyo
-${PYSITELIB}/h2/settings.pyc
-${PYSITELIB}/h2/stream.pyo
-${PYSITELIB}/h2/stream.pyc
-${PYSITELIB}/h2/utilities.pyo
-${PYSITELIB}/h2/utilities.pyc
-${PYSITELIB}/h2/windows.pyo
-${PYSITELIB}/h2/windows.pyc
+${PYSITELIB}/h2/__init__.pyo
${PYSITELIB}/h2/config.py
+${PYSITELIB}/h2/config.pyc
+${PYSITELIB}/h2/config.pyo
${PYSITELIB}/h2/connection.py
+${PYSITELIB}/h2/connection.pyc
+${PYSITELIB}/h2/connection.pyo
${PYSITELIB}/h2/errors.py
+${PYSITELIB}/h2/errors.pyc
+${PYSITELIB}/h2/errors.pyo
${PYSITELIB}/h2/events.py
+${PYSITELIB}/h2/events.pyc
+${PYSITELIB}/h2/events.pyo
${PYSITELIB}/h2/exceptions.py
+${PYSITELIB}/h2/exceptions.pyc
+${PYSITELIB}/h2/exceptions.pyo
${PYSITELIB}/h2/frame_buffer.py
+${PYSITELIB}/h2/frame_buffer.pyc
+${PYSITELIB}/h2/frame_buffer.pyo
+${PYSITELIB}/h2/py.typed
${PYSITELIB}/h2/settings.py
+${PYSITELIB}/h2/settings.pyc
+${PYSITELIB}/h2/settings.pyo
${PYSITELIB}/h2/stream.py
+${PYSITELIB}/h2/stream.pyc
+${PYSITELIB}/h2/stream.pyo
${PYSITELIB}/h2/utilities.py
+${PYSITELIB}/h2/utilities.pyc
+${PYSITELIB}/h2/utilities.pyo
${PYSITELIB}/h2/windows.py
+${PYSITELIB}/h2/windows.pyc
+${PYSITELIB}/h2/windows.pyo
Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.10 pkgsrc/www/py-h2/distinfo:1.11
--- pkgsrc/www/py-h2/distinfo:1.10 Tue Oct 26 11:30:41 2021
+++ pkgsrc/www/py-h2/distinfo Sun Feb 2 16:04:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:30:41 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/02/02 16:04:23 wiz Exp $
-BLAKE2s (h2-4.1.0.tar.gz) = b02915f0fb6d3cd59a5b0397939f420757ca07482f3e795929cb1dc130362016
-SHA512 (h2-4.1.0.tar.gz) = 89553cf1343de14b681706ac254b7e714574c777c6c81c934a00edc4f8fdde26f78fb90b4aebd9feec7893f4d1b68cf30dc9a404dd048cedbbfab3145720edc5
-Size (h2-4.1.0.tar.gz) = 2145593 bytes
+BLAKE2s (h2-4.2.0.tar.gz) = f7ec4be13ffe2cd6056e86ee84e07272157f4b4299f6334bf485977ff8659db9
+SHA512 (h2-4.2.0.tar.gz) = a88a06ad7511cbc3870e8477aa3a4f1ab79c9db0ab1e71578c6e5be1bbc22d2d0a7b6878a8c18bd8b2cb22f1df9e46fe3e3c7223f44fa01f8d25f5f5bad28983
+Size (h2-4.2.0.tar.gz) = 2150682 bytes
Home |
Main Index |
Thread Index |
Old Index