pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 16 09:40:00 UTC 2023

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

Log Message:
py-test-httpx: updated to 0.27.0

0.27.0

Added
- Explicit support for python `3.12`.

Fixed
- Custom HTTP transport are now handled (parent call to `handle_async_request` or `handle_request`).

Changed
- Only HTTP transport are now mocked, this should not have any impact, however if it does, please feel free to open an issue describing your use case.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-test-httpx/Makefile \
    pkgsrc/www/py-test-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-test-httpx/Makefile
diff -u pkgsrc/www/py-test-httpx/Makefile:1.7 pkgsrc/www/py-test-httpx/Makefile:1.8
--- pkgsrc/www/py-test-httpx/Makefile:1.7       Wed Sep 27 15:14:30 2023
+++ pkgsrc/www/py-test-httpx/Makefile   Thu Nov 16 09:39:59 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2023/09/27 15:14:30 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/16 09:39:59 adam Exp $
 
-DISTNAME=      pytest_httpx-0.26.0
+DISTNAME=      pytest_httpx-0.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpx/}
Index: pkgsrc/www/py-test-httpx/distinfo
diff -u pkgsrc/www/py-test-httpx/distinfo:1.7 pkgsrc/www/py-test-httpx/distinfo:1.8
--- pkgsrc/www/py-test-httpx/distinfo:1.7       Wed Sep 27 15:14:30 2023
+++ pkgsrc/www/py-test-httpx/distinfo   Thu Nov 16 09:39:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/09/27 15:14:30 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/11/16 09:39:59 adam Exp $
 
-BLAKE2s (pytest_httpx-0.26.0.tar.gz) = f5d1b3b1a01b0336664556be258f71e2dd1d59d36e556ad14bfc92b294d5341b
-SHA512 (pytest_httpx-0.26.0.tar.gz) = b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853
-Size (pytest_httpx-0.26.0.tar.gz) = 33490 bytes
+BLAKE2s (pytest_httpx-0.27.0.tar.gz) = f594b87a6b4882546a0364faff32a9df9d179848815a27ea4848d0f3e077a33a
+SHA512 (pytest_httpx-0.27.0.tar.gz) = e2834313f507d02b9df96a47f8be6f46b451972e88ed9c9bfcb8bdb92545cc44064b11a1160a5d9d900381181918611d5d5a9efaf60f4e491f33182e9bd884dd
+Size (pytest_httpx-0.27.0.tar.gz) = 33905 bytes



Home | Main Index | Thread Index | Old Index