Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:03:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91ad33494737 - main - www/py-respx: Update to 0.18.0
Message-ID:  <202110251603.19PG3Mer080181@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=91ad334947377fab4d31fe8a0f90d90c12caf0ac

commit 91ad334947377fab4d31fe8a0f90d90c12caf0ac
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:10:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:41 +0000

    www/py-respx: Update to 0.18.0
    
    Changes:        https://github.com/lundberg/respx/releases
---
 www/py-respx/Makefile | 4 ++--
 www/py-respx/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile
index 563a12141660..558964f2972e 100644
--- a/www/py-respx/Makefile
+++ b/www/py-respx/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	respx
-PORTVERSION=	0.17.1
+PORTVERSION=	0.18.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Utility for mocking out the Python HTTPX and HTTP Core libraries
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.18.0:www/py-httpx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0.20.0:www/py-httpx@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo
index d4c7bc5a19cf..610df94c6edc 100644
--- a/www/py-respx/distinfo
+++ b/www/py-respx/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625585464
-SHA256 (respx-0.17.1.tar.gz) = 7bde9b6f311ba51f4651618ccd4c5034df628fe44bc28102b98235c429df68fb
-SIZE (respx-0.17.1.tar.gz) = 23740
+TIMESTAMP = 1634391178
+SHA256 (respx-0.18.0.tar.gz) = 2cfc93648c675500fa8d48ccd215936643c9b3e4348fef5083030bd22b1dbe39
+SIZE (respx-0.18.0.tar.gz) = 23584



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251603.19PG3Mer080181>