pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-httptools py-httptools: updated to 0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d609d6cece9
branches:  trunk
changeset: 452045:0d609d6cece9
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 05 08:18:47 2021 +0000

description:
py-httptools: updated to 0.2.0

v0.2.0

New Features
Swap http-parse to llhttp

Bug Fixes
Fix httptools.__all__

Build
Add Python 3.9 in the build/test matrix

diffstat:

 www/py-httptools/Makefile |   4 ++--
 www/py-httptools/PLIST    |   4 +++-
 www/py-httptools/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r e8e868ae333c -r 0d609d6cece9 www/py-httptools/Makefile
--- a/www/py-httptools/Makefile Wed May 05 08:17:38 2021 +0000
+++ b/www/py-httptools/Makefile Wed May 05 08:18:47 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/02/18 10:12:20 adam Exp $
+# $NetBSD: Makefile,v 1.6 2021/05/05 08:18:47 adam Exp $
 
-DISTNAME=      httptools-0.1.1
+DISTNAME=      httptools-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httptools/}
diff -r e8e868ae333c -r 0d609d6cece9 www/py-httptools/PLIST
--- a/www/py-httptools/PLIST    Wed May 05 08:17:38 2021 +0000
+++ b/www/py-httptools/PLIST    Wed May 05 08:18:47 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/02/18 10:12:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/05/05 08:18:47 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,3 +19,5 @@
 ${PYSITELIB}/httptools/parser/errors.pyo
 ${PYSITELIB}/httptools/parser/parser.c
 ${PYSITELIB}/httptools/parser/parser.so
+${PYSITELIB}/httptools/parser/url_parser.c
+${PYSITELIB}/httptools/parser/url_parser.so
diff -r e8e868ae333c -r 0d609d6cece9 www/py-httptools/distinfo
--- a/www/py-httptools/distinfo Wed May 05 08:17:38 2021 +0000
+++ b/www/py-httptools/distinfo Wed May 05 08:18:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/02/18 10:12:20 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/05/05 08:18:47 adam Exp $
 
-SHA1 (httptools-0.1.1.tar.gz) = b8393431cdc9bb503a88bf9f054dfab1a7af83b4
-RMD160 (httptools-0.1.1.tar.gz) = 97702c407642ee03bfd3c96e0139039e47cdaa04
-SHA512 (httptools-0.1.1.tar.gz) = 6351c6d9a384a81759b17cb0f0aa7cde410ff8131037186d79a16803e6fe4ba8f7cedc4bb592a519559a59a3bbaa7dfc478e620357d878444c42582741080190
-Size (httptools-0.1.1.tar.gz) = 106162 bytes
+SHA1 (httptools-0.2.0.tar.gz) = 1a9e3b6c6fd2126970282cdbf5e5908b58f2850f
+RMD160 (httptools-0.2.0.tar.gz) = eb2bd7eaea81cc6b46a394ccd7b317e41bee3228
+SHA512 (httptools-0.2.0.tar.gz) = a8d271d96165504c3ed0fb518f459baf1d4f4fb642188e0b6a7219a93ec1f5ce0d2129c331d222abf51385e97989f92e42ff6fa5a0383d3c7d9072c292b9e21b
+Size (httptools-0.2.0.tar.gz) = 169260 bytes



Home | Main Index | Thread Index | Old Index