pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-respx py-respx: updated to 0.18.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/cada377889d4
branches: trunk
changeset: 768399:cada377889d4
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 21 13:17:09 2021 +0000
description:
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.
diffstat:
www/py-respx/Makefile | 6 +++---
www/py-respx/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 282aeae81d43 -r cada377889d4 www/py-respx/Makefile
--- a/www/py-respx/Makefile Thu Oct 21 13:16:15 2021 +0000
+++ b/www/py-respx/Makefile Thu Oct 21 13:17:09 2021 +0000
@@ -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 @@
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
diff -r 282aeae81d43 -r cada377889d4 www/py-respx/distinfo
--- a/www/py-respx/distinfo Thu Oct 21 13:16:15 2021 +0000
+++ b/www/py-respx/distinfo Thu Oct 21 13:17:09 2021 +0000
@@ -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