Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 09:28:34 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553327 - head/www/py-httpie
Message-ID:  <202010260928.09Q9SYRT017834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Oct 26 09:28:34 2020
New Revision: 553327
URL: https://svnweb.freebsd.org/changeset/ports/553327

Log:
  Update to 2.3.0 release.

Modified:
  head/www/py-httpie/Makefile
  head/www/py-httpie/distinfo

Modified: head/www/py-httpie/Makefile
==============================================================================
--- head/www/py-httpie/Makefile	Mon Oct 26 08:54:49 2020	(r553326)
+++ head/www/py-httpie/Makefile	Mon Oct 26 09:28:34 2020	(r553327)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpie
-PORTVERSION=	2.2.0
+PORTVERSION=	2.3.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -13,7 +13,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pygments>=2.5.2:textproc/py-pygments@${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}
 
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist

Modified: head/www/py-httpie/distinfo
==============================================================================
--- head/www/py-httpie/distinfo	Mon Oct 26 08:54:49 2020	(r553326)
+++ head/www/py-httpie/distinfo	Mon Oct 26 09:28:34 2020	(r553327)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592552384
-SHA256 (jakubroztocil-httpie-2.2.0_GH0.tar.gz) = 413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
-SIZE (jakubroztocil-httpie-2.2.0_GH0.tar.gz) = 1761927
+TIMESTAMP = 1603704008
+SHA256 (jakubroztocil-httpie-2.3.0_GH0.tar.gz) = 17c18a67ea57599b75b59c081b57c7d0239eabf5cc7d8de347840a4006f57ee4
+SIZE (jakubroztocil-httpie-2.3.0_GH0.tar.gz) = 1769401



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