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 Feb 21 19:19:34 UTC 2024

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

Log Message:
py-httpx: updated to 0.27.0

0.27.0 (21st February, 2024)

Deprecated

* The `app=...` shortcut has been deprecated. Use the explicit style of `transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead.

Fixed

* Respect the `http1` argument while configuring proxy transports.
* Fix RFC 2069 mode digest authentication.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-httpx/Makefile
cvs rdiff -u -r1.31 -r1.32 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.33 pkgsrc/www/py-httpx/Makefile:1.34
--- pkgsrc/www/py-httpx/Makefile:1.33   Mon Jan  1 11:45:44 2024
+++ pkgsrc/www/py-httpx/Makefile        Wed Feb 21 19:19:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/01/01 11:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/02/21 19:19:34 adam Exp $
 
-DISTNAME=      httpx-0.26.0
+DISTNAME=      httpx-0.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/httpx/}
@@ -17,6 +17,8 @@ DEPENDS+=     ${PYPKGPREFIX}-certifi-[0-9]*:
 DEPENDS+=      ${PYPKGPREFIX}-httpcore>=1.0.0:../../www/py-httpcore
 DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-sniffio-[0-9]*:../../misc/py-sniffio
+TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
+TEST_DEPENDS+= ${PYPKGPREFIX}-uvicorn-[0-9]*:../../www/py-uvicorn
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-httpx/distinfo
diff -u pkgsrc/www/py-httpx/distinfo:1.31 pkgsrc/www/py-httpx/distinfo:1.32
--- pkgsrc/www/py-httpx/distinfo:1.31   Mon Jan  1 11:45:44 2024
+++ pkgsrc/www/py-httpx/distinfo        Wed Feb 21 19:19:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2024/01/01 11:45:44 adam Exp $
+$NetBSD: distinfo,v 1.32 2024/02/21 19:19:34 adam Exp $
 
-BLAKE2s (httpx-0.26.0.tar.gz) = e4cad5d274cec9fa4ce4abb0ba075ffc916c4838dab67c6a2c7e4ebe8f2c7909
-SHA512 (httpx-0.26.0.tar.gz) = 2838d6f2f4fac1953a7129ba8b5d7843da07c6ff19a488ed3b29e6010c76c6c4f1a49862165e7ec5347c0ba38ee0d618c279a2ac9c2a518c22a9837c7d326f3c
-Size (httpx-0.26.0.tar.gz) = 125671 bytes
+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



Home | Main Index | Thread Index | Old Index