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:   adam
Date:           Sat Oct  3 18:11:14 UTC 2020

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

Log Message:
py-h2: updated to 4.0.0

4.0.0:
API Changes (Backward-Incompatible)
Support for Python 2.7 has been removed.
Support for Python 3.4 has been removed.
Support for Python 3.5 has been removed.
Support for PyPy (Python 2.7 compatible) has been removed.
Support for Python 3.8 has been added.
Receiving DATA before HEADERS now raises a ProtocolError (see https://tools.ietf.org/html/rfc7540#section-8.1)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-h2/Makefile
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/www/py-h2/Makefile:1.9
--- pkgsrc/www/py-h2/Makefile:1.8       Sun May 17 20:18:36 2020
+++ pkgsrc/www/py-h2/Makefile   Sat Oct  3 18:11:14 2020
@@ -1,29 +1,24 @@
-# $NetBSD: Makefile,v 1.8 2020/05/17 20:18:36 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/03 18:11:14 adam Exp $
 
-DISTNAME=      h2-3.2.0
+DISTNAME=      h2-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://hyper.rtfd.org/
+HOMEPAGE=      https://github.com/python-hyper/hyper-h2
 COMMENT=       HTTP/2 State-Machine based protocol implementation
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-hyperframe>=5.2.0:../../www/py-hyperframe
-DEPENDS+=      ${PYPKGPREFIX}-hpack>=3.0:../../net/py-hpack
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-enum34>=1.1.6:../../devel/py-enum34
-.endif
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+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
 
 USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test
+PYSETUPTESTTARGET=     pytest
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-h2/distinfo
diff -u pkgsrc/www/py-h2/distinfo:1.6 pkgsrc/www/py-h2/distinfo:1.7
--- pkgsrc/www/py-h2/distinfo:1.6       Mon Feb 17 12:12:37 2020
+++ pkgsrc/www/py-h2/distinfo   Sat Oct  3 18:11:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/02/17 12:12:37 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/10/03 18:11:14 adam Exp $
 
-SHA1 (h2-3.2.0.tar.gz) = 711cef417af279a30f226b49d4d4bb4fe665c43b
-RMD160 (h2-3.2.0.tar.gz) = 21731cd61668464d4a69b39a5fad657bb760a83f
-SHA512 (h2-3.2.0.tar.gz) = c955fffb2f7ff05a2e734a0d7266a695cdde0182cbbc05f55f36d60b726ebc1e593aadee4709d1a69728dcf1396000f88bd7a215f4906a1f3c8b1936be15b958
-Size (h2-3.2.0.tar.gz) = 2215889 bytes
+SHA1 (h2-4.0.0.tar.gz) = 2d23cc9a7c8cbae068ffff7a933133b0318c9caf
+RMD160 (h2-4.0.0.tar.gz) = 0807fb5a8aa8294662413269879ec80e7871d410
+SHA512 (h2-4.0.0.tar.gz) = d93adc2fe1d2b13eb9013cb4e11be203b04b2b51bf47f4890513815c62e4765d6695980cd561f5b6d50e4b55074f209559186af3a82bea1761b7e383f5267bd4
+Size (h2-4.0.0.tar.gz) = 2143850 bytes



Home | Main Index | Thread Index | Old Index