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:           Mon Oct 27 08:49:02 UTC 2025

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

Log Message:
py-httptools: updated to 0.7.1

0.7.1
This is identical to 0.7.0 whose CI failed uploading

0.7.0
Modernize packaging and fix CI
Drop Python 3.8, add Python 3.14
Use Cython 3.1.0
Bump llhttp to 9.3.0
Static Type-checking for httptools


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httptools/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-httptools/PLIST
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/www/py-httptools/Makefile:1.16
--- pkgsrc/www/py-httptools/Makefile:1.15       Mon Apr 14 19:12:54 2025
+++ pkgsrc/www/py-httptools/Makefile    Mon Oct 27 08:49:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/14 19:12:54 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/10/27 08:49:02 adam Exp $
 
-DISTNAME=      httptools-0.6.4
+DISTNAME=      httptools-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httptools/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/MagicStack/
 COMMENT=       Collection of framework independent HTTP protocol utils
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80.9.0:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-httptools/PLIST
diff -u pkgsrc/www/py-httptools/PLIST:1.6 pkgsrc/www/py-httptools/PLIST:1.7
--- pkgsrc/www/py-httptools/PLIST:1.6   Mon Apr 14 19:12:54 2025
+++ pkgsrc/www/py-httptools/PLIST       Mon Oct 27 08:49:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/14 19:12:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/10/27 08:49:02 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -17,9 +17,14 @@ ${PYSITELIB}/httptools/parser/cparser.px
 ${PYSITELIB}/httptools/parser/errors.py
 ${PYSITELIB}/httptools/parser/errors.pyc
 ${PYSITELIB}/httptools/parser/errors.pyo
+${PYSITELIB}/httptools/parser/parser.pyi
 ${PYSITELIB}/httptools/parser/parser.pyx
 ${PYSITELIB}/httptools/parser/parser.so
+${PYSITELIB}/httptools/parser/protocol.py
+${PYSITELIB}/httptools/parser/protocol.pyc
+${PYSITELIB}/httptools/parser/protocol.pyo
 ${PYSITELIB}/httptools/parser/python.pxd
 ${PYSITELIB}/httptools/parser/url_cparser.pxd
+${PYSITELIB}/httptools/parser/url_parser.pyi
 ${PYSITELIB}/httptools/parser/url_parser.pyx
 ${PYSITELIB}/httptools/parser/url_parser.so

Index: pkgsrc/www/py-httptools/distinfo
diff -u pkgsrc/www/py-httptools/distinfo:1.14 pkgsrc/www/py-httptools/distinfo:1.15
--- pkgsrc/www/py-httptools/distinfo:1.14       Sat Oct 19 16:30:48 2024
+++ pkgsrc/www/py-httptools/distinfo    Mon Oct 27 08:49:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/10/19 16:30:48 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/10/27 08:49:02 adam Exp $
 
-BLAKE2s (httptools-0.6.4.tar.gz) = f73ade7e9e77af795465863b65bb3126288654e352524159ad244459b47f4495
-SHA512 (httptools-0.6.4.tar.gz) = dce18a25bafd4d9c1e31e22c1ec5b5113ac8ef08ba186326822ed3977c3dfd76c84b1481ba712a187c72357f6093e0683db317e9048d59e6f47b1bffcfb47cbd
-Size (httptools-0.6.4.tar.gz) = 240639 bytes
+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



Home | Main Index | Thread Index | Old Index