Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 08:22:13 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e5046e0d0bc1 - main - www/py-httpx-oauth: Update to 0.8.0
Message-ID:  <202207210822.26L8MDIV068148@gitrepo.freebsd.org>

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

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

commit e5046e0d0bc113b6cfc72f2ddbea3ecad1fe03db
Author:     Goran Mekić <meka@tilda.center>
AuthorDate: 2022-07-21 08:20:49 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-21 08:21:59 +0000

    www/py-httpx-oauth: Update to 0.8.0
    
    ChangeLog:      https://github.com/frankie567/httpx-oauth/releases/tag/v0.8.0
    PR:             265309
---
 www/py-httpx-oauth/Makefile | 3 ++-
 www/py-httpx-oauth/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/www/py-httpx-oauth/Makefile b/www/py-httpx-oauth/Makefile
index ac0f6a84a030..048f0730999f 100644
--- a/www/py-httpx-oauth/Makefile
+++ b/www/py-httpx-oauth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	httpx-oauth
-DISTVERSION=	0.7.0
+DISTVERSION=	0.8.0
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}respx>=0:www/py-respx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}fastapi>=0:www/py-fastapi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
 
 USES=		python:3.7+
diff --git a/www/py-httpx-oauth/distinfo b/www/py-httpx-oauth/distinfo
index aedb087e4146..1465205ffaf8 100644
--- a/www/py-httpx-oauth/distinfo
+++ b/www/py-httpx-oauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654556736
-SHA256 (httpx-oauth-0.7.0.tar.gz) = ea84b767274416cc23ce8213e81e8f85436d1526fa64c71a95942590eb0b67ca
-SIZE (httpx-oauth-0.7.0.tar.gz) = 20643
+TIMESTAMP = 1658234829
+SHA256 (httpx-oauth-0.8.0.tar.gz) = cb01837e224b31f5fb1c56afdb98027d2853a87cad12671bc22441ab446bd0b1
+SIZE (httpx-oauth-0.8.0.tar.gz) = 21423



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