pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-httpx



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Aug 28 15:34:30 UTC 2024

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

Log Message:
py-httpx: updated to 0.27.2

0.27.2 (27th August, 2024)

Fixed

* Reintroduced supposedly-private `URLTypes` shortcut.

0.27.1 (27th August, 2024)

Added

* Support for `zstd` content decoding using the python `zstandard` package is added. Installable using `httpx[zstd]`.

Fixed

* Improved error messaging for `InvalidURL` exceptions.
* Fix `app` type signature in `ASGITransport`.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-httpx/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/Makefile
diff -u pkgsrc/www/py-httpx/Makefile:1.34 pkgsrc/www/py-httpx/Makefile:1.35
--- pkgsrc/www/py-httpx/Makefile:1.34   Wed Feb 21 19:19:34 2024
+++ pkgsrc/www/py-httpx/Makefile        Wed Aug 28 15:34:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2024/02/21 19:19:34 adam Exp $
+# $NetBSD: Makefile,v 1.35 2024/08/28 15:34:30 adam Exp $
 
-DISTNAME=      httpx-0.27.0
+DISTNAME=      httpx-0.27.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
@@ -22,8 +22,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-uvicorn-[0
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} httpx httpx-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.32 pkgsrc/www/py-httpx/distinfo:1.33
--- pkgsrc/www/py-httpx/distinfo:1.32   Wed Feb 21 19:19:34 2024
+++ pkgsrc/www/py-httpx/distinfo        Wed Aug 28 15:34:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/02/21 19:19:34 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/08/28 15:34:30 adam Exp $
 
-BLAKE2s (httpx-0.27.0.tar.gz) = 1cd51fccb3da5eeee9d847f904bafdef1924ef74bc929d5dfc2787b6d5eeeef7
-SHA512 (httpx-0.27.0.tar.gz) = 7b027d43ca6465e5dadc844bdb2de961b0123744a5571bedfc93b63d9824122004faadcd1b15ca27467d71bc972ad4351bced40d602dcc68c373cb58478da953
-Size (httpx-0.27.0.tar.gz) = 126413 bytes
+BLAKE2s (httpx-0.27.2.tar.gz) = 552a32186cab55c1fffb1cf7c20d53012e5bea2834dbea102adc306c34244c76
+SHA512 (httpx-0.27.2.tar.gz) = 12512ff6661830b2db2dd1e8ac13b9148ab034016bc1118ff3027ce454686204cae753bd8ace585a040e26fd42374304cde5947adc9b3e82fb72c2ceb5aea504
+Size (httpx-0.27.2.tar.gz) = 144189 bytes



Home | Main Index | Thread Index | Old Index