From owner-dev-commits-ports-main@freebsd.org Tue Sep 7 09:00:32 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6BD1F6AEF15; Tue, 7 Sep 2021 09:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H3fPD2hTTz4hJS; Tue, 7 Sep 2021 09:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D45279A3; Tue, 7 Sep 2021 09:00:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18790W1b039647; Tue, 7 Sep 2021 09:00:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18790WxK039646; Tue, 7 Sep 2021 09:00:32 GMT (envelope-from git) Date: Tue, 7 Sep 2021 09:00:32 GMT Message-Id: <202109070900.18790WxK039646@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alex Dupre Subject: git: 0ce043bd5737 - main - www/py-httpie: update to 2.5.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ale X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0ce043bd5737204849122c717cd9cbf5fe4efb90 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2021 09:00:32 -0000 The branch main has been updated by ale: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ce043bd5737204849122c717cd9cbf5fe4efb90 commit 0ce043bd5737204849122c717cd9cbf5fe4efb90 Author: Alex Dupre AuthorDate: 2021-09-07 08:59:44 +0000 Commit: Alex Dupre 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 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 - - # --# E241 - multiple spaces after ‘,’ -+# E241 - multiple spaces after ',' - # E501 - line too long - # W503 - line break before binary operator - ignore = E241,E501,W503