Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2025 08:29:34 GMT
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5d962a3415e1 - main - www/py-httpie: update to 3.2.4 release.
Message-ID:  <202501090829.5098TYs3017468@gitrepo.freebsd.org>

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

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

commit 5d962a3415e1267117712683fb47bf321b2ee3a6
Author:     Alex Dupre <ale@FreeBSD.org>
AuthorDate: 2025-01-09 08:29:06 +0000
Commit:     Alex Dupre <ale@FreeBSD.org>
CommitDate: 2025-01-09 08:29:31 +0000

    www/py-httpie: update to 3.2.4 release.
---
 www/py-httpie/Makefile | 11 +++++++----
 www/py-httpie/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile
index 60a713c67e97..0f9b628ccb5e 100644
--- a/www/py-httpie/Makefile
+++ b/www/py-httpie/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	httpie
-PORTVERSION=	3.0.2
+PORTVERSION=	3.2.4
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ale@FreeBSD.org
 COMMENT=	Command line HTTP client
-WWW=		https://github.com/httpie/httpie
+WWW=		https://github.com/httpie/cli
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -15,15 +15,18 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}charset-normalizer>=2.0.0:textproc/py-charse
 		${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0.9.1:www/py-requests-toolbelt@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}multidict>=4.7.0:www/py-multidict@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}multidict>=4.7.0:www/py-multidict@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}rich>=9.10.0:textproc/py-rich@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-httpbin>=0:devel/py-pytest-httpbin@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
 
 USES=		cpe python
 USE_PYTHON=	distutils autoplist
 
 USE_GITHUB=	yes
+GH_PROJECT=	cli
 
 NO_ARCH=	yes
 
diff --git a/www/py-httpie/distinfo b/www/py-httpie/distinfo
index 33d3599159e0..ef1568a93673 100644
--- a/www/py-httpie/distinfo
+++ b/www/py-httpie/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643110684
-SHA256 (httpie-httpie-3.0.2_GH0.tar.gz) = 737a2d7ce387e81cac14ab071ca8f28701a75d2a4d53ab8ccb8eba01a50702f3
-SIZE (httpie-httpie-3.0.2_GH0.tar.gz) = 1169342
+TIMESTAMP = 1736410640
+SHA256 (httpie-cli-3.2.4_GH0.tar.gz) = b185cd8d81325f97c773582e50f1c5e047c2d8575b53d676469c9daf2a52f341
+SIZE (httpie-cli-3.2.4_GH0.tar.gz) = 1279875



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