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:           Tue May 26 08:57:13 UTC 2026

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

Log Message:
py-httptools: updated to 0.8.0

0.8.0

Add http-parser and llhttp licenses into the wheels
Mark cython module as free-threading compatible
Fix all typing issues
Bump llhttp to 9.4.1
Security: fix URL truncation issue
Allow building with latest setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-httptools/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-httptools/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httptools/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-httptools/Makefile
diff -u pkgsrc/www/py-httptools/Makefile:1.16 pkgsrc/www/py-httptools/Makefile:1.17
--- pkgsrc/www/py-httptools/Makefile:1.16       Mon Oct 27 08:49:02 2025
+++ pkgsrc/www/py-httptools/Makefile    Tue May 26 08:57:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/10/27 08:49:02 adam Exp $
+# $NetBSD: Makefile,v 1.17 2026/05/26 08:57:13 adam Exp $
 
-DISTNAME=      httptools-0.7.1
+DISTNAME=      httptools-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httptools/}

Index: pkgsrc/www/py-httptools/PLIST
diff -u pkgsrc/www/py-httptools/PLIST:1.7 pkgsrc/www/py-httptools/PLIST:1.8
--- pkgsrc/www/py-httptools/PLIST:1.7   Mon Oct 27 08:49:02 2025
+++ pkgsrc/www/py-httptools/PLIST       Tue May 26 08:57:13 2026
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2025/10/27 08:49:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/05/26 08:57:13 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/vendor/http-parser/LICENSE-MIT
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/vendor/llhttp/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/httptools/__init__.py
 ${PYSITELIB}/httptools/__init__.pyc
@@ -28,3 +30,4 @@ ${PYSITELIB}/httptools/parser/url_cparse
 ${PYSITELIB}/httptools/parser/url_parser.pyi
 ${PYSITELIB}/httptools/parser/url_parser.pyx
 ${PYSITELIB}/httptools/parser/url_parser.so
+${PYSITELIB}/httptools/py.typed

Index: pkgsrc/www/py-httptools/distinfo
diff -u pkgsrc/www/py-httptools/distinfo:1.15 pkgsrc/www/py-httptools/distinfo:1.16
--- pkgsrc/www/py-httptools/distinfo:1.15       Mon Oct 27 08:49:02 2025
+++ pkgsrc/www/py-httptools/distinfo    Tue May 26 08:57:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/10/27 08:49:02 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/05/26 08:57:13 adam Exp $
 
-BLAKE2s (httptools-0.7.1.tar.gz) = 914fadcb522268b3ed61b7ad3989fc4f73e7503bd216616731054e6818effec6
-SHA512 (httptools-0.7.1.tar.gz) = 8e729509a386bf5026c3bfd90501d33a4890beb8e3ec4271eb8070645e07834b6ecd2b6a7df5b31e934673acadcc3bc41c603378a0a3f894ea81d1c97a260786
-Size (httptools-0.7.1.tar.gz) = 258961 bytes
+BLAKE2s (httptools-0.8.0.tar.gz) = 993ded986b35d97709cbbf81b2a802dad5afd5fea991cf82c6e46b2332d14c2c
+SHA512 (httptools-0.8.0.tar.gz) = eabf13029b34c0b415e44e57851b8918748c926bd1b1722da2cf9604f428433cb21904e3e6908dc74f9cb8d39677bea9bf02e91046adc3a024f03cb5afb0962b
+Size (httptools-0.8.0.tar.gz) = 271342 bytes



Home | Main Index | Thread Index | Old Index