git: 0ce043bd5737 - main - www/py-httpie: update to 2.5.0 release

Alex Dupre ale at FreeBSD.org
Tue Sep 7 09:00:32 UTC 2021


The branch main has been updated by ale:

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

commit 0ce043bd5737204849122c717cd9cbf5fe4efb90
Author:     Alex Dupre <ale at FreeBSD.org>
AuthorDate: 2021-09-07 08:59:44 +0000
Commit:     Alex Dupre <ale at FreeBSD.org>
CommitDate: 2021-09-07 09:00:24 +0000

    www/py-httpie: update to 2.5.0 release
---
 www/py-httpie/Makefile              |  5 +++--
 www/py-httpie/distinfo              |  6 +++---
 www/py-httpie/files/patch-setup.cfg | 11 -----------
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile
index 2cb3a1396b9c..7380b62d53ab 100644
--- a/www/py-httpie/Makefile
+++ b/www/py-httpie/Makefile
@@ -1,7 +1,7 @@
 # Created by: Alex Dupre <ale at FreeBSD.org>
 
 PORTNAME=	httpie
-PORTVERSION=	2.4.0
+PORTVERSION=	2.5.0
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +11,8 @@ COMMENT=	Command line HTTP client
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \
+		${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}
 
diff --git a/www/py-httpie/distinfo b/www/py-httpie/distinfo
index e1e055cd30ba..b0c0ac791296 100644
--- a/www/py-httpie/distinfo
+++ b/www/py-httpie/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613050388
-SHA256 (httpie-httpie-2.4.0_GH0.tar.gz) = 026239c8924a43f611783ce60049f661d61ff7d4ed1fa5031e42a7bdb6c86426
-SIZE (httpie-httpie-2.4.0_GH0.tar.gz) = 1772537
+TIMESTAMP = 1631004725
+SHA256 (httpie-httpie-2.5.0_GH0.tar.gz) = 66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea
+SIZE (httpie-httpie-2.5.0_GH0.tar.gz) = 1105177
diff --git a/www/py-httpie/files/patch-setup.cfg b/www/py-httpie/files/patch-setup.cfg
deleted file mode 100644
index 41ad023e98cd..000000000000
--- a/www/py-httpie/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig	2018-11-10 08:48:27 UTC
-+++ setup.cfg
-@@ -13,7 +13,7 @@ norecursedirs = tests/fixtures
- exclude = .git,.idea,__pycache__,build,dist,.tox,.pytest_cache,*.egg-info
- 
- # <http://pycodestyle.pycqa.org/en/latest/intro.html#error-codes>
--# E241 - multiple spaces after ‘,’
-+# E241 - multiple spaces after ','
- # E501 - line too long
- # W503 - line break before binary operator
- ignore = E241,E501,W503


More information about the dev-commits-ports-main mailing list