pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-hyperframe



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May  2 08:37:53 UTC 2019

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

Log Message:
py-hyperframe: updated to 5.2.0

5.2.0:
API Changes (Backward-compatible)
- Add a new ENABLE_CONNECT_PROTOCOL settings paramter.

Other Changes
- Fix collections.abc deprecation.
- Drop support for Python 3.3 and support 3.7.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-hyperframe/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-hyperframe/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-hyperframe/Makefile
diff -u pkgsrc/www/py-hyperframe/Makefile:1.4 pkgsrc/www/py-hyperframe/Makefile:1.5
--- pkgsrc/www/py-hyperframe/Makefile:1.4       Wed Jun 21 09:54:58 2017
+++ pkgsrc/www/py-hyperframe/Makefile   Thu May  2 08:37:52 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2017/06/21 09:54:58 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/05/02 08:37:52 adam Exp $
 
-DISTNAME=      hyperframe-5.1.0
+DISTNAME=      hyperframe-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    www
+CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hyperframe/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,11 @@ HOMEPAGE=    http://hyper.rtfd.org/
 COMMENT=       HTTP/2 framing layer for Python
 LICENSE=       mit
 
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
 USE_LANGUAGES= # none
 
+PYSETUPTESTTARGET=     pytest
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-hyperframe/distinfo
diff -u pkgsrc/www/py-hyperframe/distinfo:1.3 pkgsrc/www/py-hyperframe/distinfo:1.4
--- pkgsrc/www/py-hyperframe/distinfo:1.3       Wed Jun 21 09:54:58 2017
+++ pkgsrc/www/py-hyperframe/distinfo   Thu May  2 08:37:52 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/06/21 09:54:58 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/05/02 08:37:52 adam Exp $
 
-SHA1 (hyperframe-5.1.0.tar.gz) = 4178384125369b0055857f2c85dbd2e6a8abcf53
-RMD160 (hyperframe-5.1.0.tar.gz) = a35b350dd0cbc1fe3fa1bc2ae378ad03045842e4
-SHA512 (hyperframe-5.1.0.tar.gz) = 5326f1b3362086a905e9c9ec63767707547428311b3ccee28d4bbf2ce729869bdc6d30a21617984ec3ac7ebef5919708fc1f2edc08d22b99a7820789408e281b
-Size (hyperframe-5.1.0.tar.gz) = 17851 bytes
+SHA1 (hyperframe-5.2.0.tar.gz) = 87155e61519aa64d4b008610b4d101d0c06f5c4c
+RMD160 (hyperframe-5.2.0.tar.gz) = 0c7914243dead0a0fcd40fe06642f25f02979f83
+SHA512 (hyperframe-5.2.0.tar.gz) = 2e04b48c6d31adb0893a3246046b447c32f3d4485ffe9b08370b6c534ed4273c19e2e2c1a23d48268e333d91d8e911578829776076d8f73743cd9ef597926e3c
+Size (hyperframe-5.2.0.tar.gz) = 19115 bytes



Home | Main Index | Thread Index | Old Index