pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-httpx2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 27 15:17:34 UTC 2026
Modified Files:
pkgsrc/www/py-httpx2: Makefile PLIST distinfo
Log Message:
py-httpx2: update to 2.9.1.
## 2.9.1 (July 24th, 2026)
### Fixed
* Alias `httpcore` imports to `httpcore2` in `alias_httpx()`. ([#1082](https://github.com/pydantic/httpx2/pull/1082))
## 2.9.0 (July 23rd, 2026)
### Added
* Add `alias_httpx()`, letting applications make `import httpx` resolve to `httpx2` process-wide. ([#1077](https://github.com/pydantic/httpx2/pull/1077))
## 2.8.0 (July 23rd, 2026)
No changes since `2.7.0`. Version bumped to stay in lockstep with `httpcore2`.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-httpx2/Makefile \
pkgsrc/www/py-httpx2/PLIST pkgsrc/www/py-httpx2/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-httpx2/Makefile
diff -u pkgsrc/www/py-httpx2/Makefile:1.2 pkgsrc/www/py-httpx2/Makefile:1.3
--- pkgsrc/www/py-httpx2/Makefile:1.2 Wed Jul 15 16:28:01 2026
+++ pkgsrc/www/py-httpx2/Makefile Mon Jul 27 15:17:34 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2026/07/15 16:28:01 adam Exp $
+# $NetBSD: Makefile,v 1.3 2026/07/27 15:17:34 wiz Exp $
-DISTNAME= httpx2-2.7.0
+DISTNAME= httpx2-2.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx2/}
Index: pkgsrc/www/py-httpx2/PLIST
diff -u pkgsrc/www/py-httpx2/PLIST:1.2 pkgsrc/www/py-httpx2/PLIST:1.3
--- pkgsrc/www/py-httpx2/PLIST:1.2 Wed Jul 15 16:28:01 2026
+++ pkgsrc/www/py-httpx2/PLIST Mon Jul 27 15:17:34 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/07/15 16:28:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/07/27 15:17:34 wiz Exp $
bin/httpx2-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -11,6 +11,9 @@ ${PYSITELIB}/httpx2/__init__.pyo
${PYSITELIB}/httpx2/__version__.py
${PYSITELIB}/httpx2/__version__.pyc
${PYSITELIB}/httpx2/__version__.pyo
+${PYSITELIB}/httpx2/_alias.py
+${PYSITELIB}/httpx2/_alias.pyc
+${PYSITELIB}/httpx2/_alias.pyo
${PYSITELIB}/httpx2/_api.py
${PYSITELIB}/httpx2/_api.pyc
${PYSITELIB}/httpx2/_api.pyo
Index: pkgsrc/www/py-httpx2/distinfo
diff -u pkgsrc/www/py-httpx2/distinfo:1.2 pkgsrc/www/py-httpx2/distinfo:1.3
--- pkgsrc/www/py-httpx2/distinfo:1.2 Wed Jul 15 16:28:01 2026
+++ pkgsrc/www/py-httpx2/distinfo Mon Jul 27 15:17:34 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2026/07/15 16:28:01 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/07/27 15:17:34 wiz Exp $
-BLAKE2s (httpx2-2.7.0.tar.gz) = 4afbf4064a11c7aff75d4965c16df28f7b32ef9f5e5df0cf8e8130303e29c54a
-SHA512 (httpx2-2.7.0.tar.gz) = bef10e462da857f7960b7c7ba8f5990731c42af9902280f9ba821a42022a976114da8a27559a97d2ac6a8809077bb91ceb5ebab325b02835aa19bce971baeebe
-Size (httpx2-2.7.0.tar.gz) = 94487 bytes
+BLAKE2s (httpx2-2.9.1.tar.gz) = 7108d4130c3397c518aa8e2a6fc078e412d8470c1536342977fc1d032579992d
+SHA512 (httpx2-2.9.1.tar.gz) = 7e7b92d8640a6d39fc0800010920f9e9c4338e23279a35a6281ca0fe9e33e70550592ad411f2dbc5bc6ba51b6dddd52d61f661adcd4b4e27aaf342884a80fde5
+Size (httpx2-2.9.1.tar.gz) = 95458 bytes
Home |
Main Index |
Thread Index |
Old Index