pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-respx



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 21 13:17:09 UTC 2021

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

Log Message:
py-respx: updated to 0.18.0

0.18.0

Fixed
- Downgrade `HTTPX` requirement to 0.20.0.

Added
- Add support for matching param with *ANY* value.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-respx/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-respx/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-respx/Makefile
diff -u pkgsrc/www/py-respx/Makefile:1.3 pkgsrc/www/py-respx/Makefile:1.4
--- pkgsrc/www/py-respx/Makefile:1.3    Thu Jul  8 08:41:15 2021
+++ pkgsrc/www/py-respx/Makefile        Thu Oct 21 13:17:09 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/07/08 08:41:15 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/10/21 13:17:09 adam Exp $
 
-DISTNAME=      respx-0.17.1
+DISTNAME=      respx-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/respx/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/lundberg/re
 COMMENT=       Utility for mocking out the Python HTTPX library
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.18.0:../../www/py-httpx
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.20.0:../../www/py-httpx
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.4 pkgsrc/www/py-respx/distinfo:1.5
--- pkgsrc/www/py-respx/distinfo:1.4    Thu Oct  7 15:08:31 2021
+++ pkgsrc/www/py-respx/distinfo        Thu Oct 21 13:17:09 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/07 15:08:31 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/10/21 13:17:09 adam Exp $
 
-RMD160 (respx-0.17.1.tar.gz) = b7faeb5476cfffe6f742e9b4f87ed3c3bee53635
-SHA512 (respx-0.17.1.tar.gz) = 72c37c9fcd9bb6ea6f4d9f15bfc5cf3268aed759cd1354c158daaab661abd86620570baca26e7be8bd382aba700a3282de514f30476fb4ea8bdeeb0ebefb093f
-Size (respx-0.17.1.tar.gz) = 23740 bytes
+RMD160 (respx-0.18.0.tar.gz) = 3d12e86e7f230224e54cbe9394af4e586bd8f200
+SHA512 (respx-0.18.0.tar.gz) = 9c16f5710f9443d99a62a08ac6290b05cdf127d540c4962838b3392071081f536cc80652d782f19b1e103dc68ed94cfa0308cf40e3f8d1eecef4e6c156ede2a4
+Size (respx-0.18.0.tar.gz) = 23584 bytes



Home | Main Index | Thread Index | Old Index