pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pook



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Feb 23 07:54:16 UTC 2024

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

Log Message:
py-pook: updated to 1.4.3

v1.4.3 / 2024-02-23

Fix httpx incorrectly named method on interceptor subclass

v1.4.2 / 2024-02-15

fix: httpx streaming via iter_raw raises httpx.StreamConsumed

v1.4.1 / 2024-02-12

Fix Mock constructor params/url order mishandling
Optionally match empty values in query parameter presence matcher
Fix httpx network mode


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-pook/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-pook/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-pook/Makefile
diff -u pkgsrc/www/py-pook/Makefile:1.3 pkgsrc/www/py-pook/Makefile:1.4
--- pkgsrc/www/py-pook/Makefile:1.3     Sun Jan 14 15:34:05 2024
+++ pkgsrc/www/py-pook/Makefile Fri Feb 23 07:54:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/01/14 15:34:05 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/23 07:54:16 adam Exp $
 
-DISTNAME=      pook-1.4.0
+DISTNAME=      pook-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pook/}
@@ -21,10 +21,6 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# as of 1.0.2
-# 2 failed, 31 passed, 14 warnings
-TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
-
 post-extract:
        ${MKDIR} ${WRKSRC}/src
        ${MV} ${WRKSRC}/pook ${WRKSRC}/src/pook

Index: pkgsrc/www/py-pook/distinfo
diff -u pkgsrc/www/py-pook/distinfo:1.2 pkgsrc/www/py-pook/distinfo:1.3
--- pkgsrc/www/py-pook/distinfo:1.2     Sun Jan 14 15:34:05 2024
+++ pkgsrc/www/py-pook/distinfo Fri Feb 23 07:54:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/14 15:34:05 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/02/23 07:54:16 adam Exp $
 
-BLAKE2s (pook-1.4.0.tar.gz) = 4cb1bd4e9177489dc83337514cc4cfcef2cb373c4089205a8f7847f07a0c563a
-SHA512 (pook-1.4.0.tar.gz) = b8c9b6b239333be3d81728199febe882f61cccd94b1af22195ff7d6f5cee93ddbd41661ea0263e12726f2fe73da5840c4846376042c58536dae6ca245972cc23
-Size (pook-1.4.0.tar.gz) = 30736 bytes
+BLAKE2s (pook-1.4.3.tar.gz) = 080551b7a51e54f4ff335ca4313f59ee02c7fff24a21fe4854bb667d11176c71
+SHA512 (pook-1.4.3.tar.gz) = 37229d2284f445ae90c2642292ea465dd568f8ff802807f9dd5f10195464c333634339e87861bdeebdaab91ff1a25d7deee28c91222f76238f0ca4a83c5b210a
+Size (pook-1.4.3.tar.gz) = 31963 bytes



Home | Main Index | Thread Index | Old Index