pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  5 08:18:47 UTC 2021

Modified Files:
        pkgsrc/www/py-httptools: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httptools/Makefile \
    pkgsrc/www/py-httptools/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-httptools/PLIST

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-httptools/Makefile
diff -u pkgsrc/www/py-httptools/Makefile:1.5 pkgsrc/www/py-httptools/Makefile:1.6
--- pkgsrc/www/py-httptools/Makefile:1.5        Tue Feb 18 10:12:20 2020
+++ pkgsrc/www/py-httptools/Makefile    Wed May  5 08:18:47 2021
@@ -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/}
Index: pkgsrc/www/py-httptools/distinfo
diff -u pkgsrc/www/py-httptools/distinfo:1.5 pkgsrc/www/py-httptools/distinfo:1.6
--- pkgsrc/www/py-httptools/distinfo:1.5        Tue Feb 18 10:12:20 2020
+++ pkgsrc/www/py-httptools/distinfo    Wed May  5 08:18:47 2021
@@ -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

Index: pkgsrc/www/py-httptools/PLIST
diff -u pkgsrc/www/py-httptools/PLIST:1.2 pkgsrc/www/py-httptools/PLIST:1.3
--- pkgsrc/www/py-httptools/PLIST:1.2   Tue Feb 18 10:12:20 2020
+++ pkgsrc/www/py-httptools/PLIST       Wed May  5 08:18:47 2021
@@ -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.pyc
 ${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



Home | Main Index | Thread Index | Old Index