pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-hyperframe py-hyperframe: updated to 5.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca3b1d477598
branches: trunk
changeset: 333205:ca3b1d477598
user: adam <adam%pkgsrc.org@localhost>
date: Thu May 02 08:37:52 2019 +0000
description:
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.
diffstat:
www/py-hyperframe/Makefile | 10 +++++++---
www/py-hyperframe/distinfo | 10 +++++-----
2 files changed, 12 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 0c46ac617e29 -r ca3b1d477598 www/py-hyperframe/Makefile
--- a/www/py-hyperframe/Makefile Thu May 02 08:37:25 2019 +0000
+++ b/www/py-hyperframe/Makefile Thu May 02 08:37:52 2019 +0000
@@ -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 @@
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"
diff -r 0c46ac617e29 -r ca3b1d477598 www/py-hyperframe/distinfo
--- a/www/py-hyperframe/distinfo Thu May 02 08:37:25 2019 +0000
+++ b/www/py-hyperframe/distinfo Thu May 02 08:37:52 2019 +0000
@@ -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