Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-h11 py-h11: updated to 0.10.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df459131e95d
branches:  trunk
changeset: 437555:df459131e95d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 26 11:32:43 2020 +0000

description:
py-h11: updated to 0.10.0

v0.10.0:
Drop support for Python 3.4.
Support Python 3.8.
Make error messages returned by match failures less ambiguous

diffstat:

 www/py-h11/Makefile |   6 +++---
 www/py-h11/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 3328a92fd7b1 -r df459131e95d www/py-h11/Makefile
--- a/www/py-h11/Makefile       Wed Aug 26 11:11:13 2020 +0000
+++ b/www/py-h11/Makefile       Wed Aug 26 11:32:43 2020 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2019/05/31 17:37:17 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/08/26 11:32:43 adam Exp $
 
-DISTNAME=      h11-0.9.0
+DISTNAME=      h11-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/h11/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/njsmith/h11
+HOMEPAGE=      https://github.com/python-hyper/h11
 COMMENT=       Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
 LICENSE=       mit
 
diff -r 3328a92fd7b1 -r df459131e95d www/py-h11/distinfo
--- a/www/py-h11/distinfo       Wed Aug 26 11:11:13 2020 +0000
+++ b/www/py-h11/distinfo       Wed Aug 26 11:32:43 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/05/31 17:37:17 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/08/26 11:32:43 adam Exp $
 
-SHA1 (h11-0.9.0.tar.gz) = 4ca7fc017391903b14340631cece458d7a4bcba1
-RMD160 (h11-0.9.0.tar.gz) = aee8cd8e49a80520990d1761074198fe880700d6
-SHA512 (h11-0.9.0.tar.gz) = fb323ebf0cc95d89bb7e73cf1f393d2588961ed6dd95630ad692e36f15141ae1de7a0bfe3ef2855f0e9b7c8cf2abba5cf808547bb4bb4d10ebb525122ac63d4a
-Size (h11-0.9.0.tar.gz) = 93331 bytes
+SHA1 (h11-0.10.0.tar.gz) = a5f3f17932e4a493237bb292ed7808048352ebe2
+RMD160 (h11-0.10.0.tar.gz) = 2108500cb60e435339ead64347af099ab09acf4f
+SHA512 (h11-0.10.0.tar.gz) = c5f6271002d3c9423d6587a1050279d4cb25c6f1a0fee87f8f01c5dbd02b4c4817f1a6b7ea0b92c49a45a1f05a7073c6f4953c9d61d29e341fdd8b0a5f40a0b4
+Size (h11-0.10.0.tar.gz) = 96120 bytes



Home | Main Index | Thread Index | Old Index