pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpx-socks



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 14 12:20:54 UTC 2026

Modified Files:
        pkgsrc/www/py-httpx-socks: Makefile PLIST distinfo

Log Message:
py-httpx-socks: updated to 0.13.1

0.13.1
Add py.typed

0.13.0
Dropped support for Python 3.8.
Bumped python-socks upper bound to <4.0.0.
The entire codebase is now strictly type-annotated and fully compliant with mypy.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-httpx-socks/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-httpx-socks/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-httpx-socks/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-httpx-socks/Makefile
diff -u pkgsrc/www/py-httpx-socks/Makefile:1.26 pkgsrc/www/py-httpx-socks/Makefile:1.27
--- pkgsrc/www/py-httpx-socks/Makefile:1.26     Thu Dec 11 10:04:52 2025
+++ pkgsrc/www/py-httpx-socks/Makefile  Fri Aug 14 12:20:54 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/12/11 10:04:52 adam Exp $
+# $NetBSD: Makefile,v 1.27 2026/08/14 12:20:54 adam Exp $
 
-DISTNAME=      httpx_socks-0.11.0
+DISTNAME=      httpx_socks-0.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx-socks/}

Index: pkgsrc/www/py-httpx-socks/PLIST
diff -u pkgsrc/www/py-httpx-socks/PLIST:1.5 pkgsrc/www/py-httpx-socks/PLIST:1.6
--- pkgsrc/www/py-httpx-socks/PLIST:1.5 Mon Apr 14 19:12:54 2025
+++ pkgsrc/www/py-httpx-socks/PLIST     Fri Aug 14 12:20:54 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/14 19:12:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/08/14 12:20:54 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -22,3 +22,4 @@ ${PYSITELIB}/httpx_socks/_sync_stream.py
 ${PYSITELIB}/httpx_socks/_sync_transport.py
 ${PYSITELIB}/httpx_socks/_sync_transport.pyc
 ${PYSITELIB}/httpx_socks/_sync_transport.pyo
+${PYSITELIB}/httpx_socks/py.typed

Index: pkgsrc/www/py-httpx-socks/distinfo
diff -u pkgsrc/www/py-httpx-socks/distinfo:1.22 pkgsrc/www/py-httpx-socks/distinfo:1.23
--- pkgsrc/www/py-httpx-socks/distinfo:1.22     Thu Dec 11 10:04:52 2025
+++ pkgsrc/www/py-httpx-socks/distinfo  Fri Aug 14 12:20:54 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/12/11 10:04:52 adam Exp $
+$NetBSD: distinfo,v 1.23 2026/08/14 12:20:54 adam Exp $
 
-BLAKE2s (httpx_socks-0.11.0.tar.gz) = 42340152be9ee887494a13d51d677d31216bbc656f9cdd04dba4bb178559b330
-SHA512 (httpx_socks-0.11.0.tar.gz) = 7b4b0e7db6ce20b881c9533ecf0400fdb84018e192c0ec249bcb328b684a1e5f83de5e32e151369ad5f8cff4a35a0d1fd1cf8f380c532e8910817984eddb463a
-Size (httpx_socks-0.11.0.tar.gz) = 117971 bytes
+BLAKE2s (httpx_socks-0.13.1.tar.gz) = 82ae32eab656d6c876d1e3bf7194479a5122717ec0ae33db36ec982114c80c61
+SHA512 (httpx_socks-0.13.1.tar.gz) = 4737507d839ba5687e1375bdf67348a1e0eee705e43634cd5b89a73f9883b377c223596af7d529031174fc3ea6746c02e8ae25d1fe41182b0e5e45019efd9708
+Size (httpx_socks-0.13.1.tar.gz) = 120913 bytes



Home | Main Index | Thread Index | Old Index