From owner-svn-ports-all@freebsd.org Mon Oct 26 09:28:35 2020 Return-Path: Delivered-To: svn-ports-all@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 5C8D243FE33; Mon, 26 Oct 2020 09:28:35 +0000 (UTC) (envelope-from ale@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CKTzR1pxxz40TF; Mon, 26 Oct 2020 09:28:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D57918470; Mon, 26 Oct 2020 09:28:35 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09Q9SYK1017836; Mon, 26 Oct 2020 09:28:34 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09Q9SYRT017834; Mon, 26 Oct 2020 09:28:34 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202010260928.09Q9SYRT017834@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Mon, 26 Oct 2020 09:28:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553327 - head/www/py-httpie X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/www/py-httpie X-SVN-Commit-Revision: 553327 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2020 09:28:35 -0000 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