From owner-svn-ports-all@freebsd.org Sun Aug 23 19:36:34 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 2C6A53C5BEC; Sun, 23 Aug 2020 19:36:34 +0000 (UTC) (envelope-from sunpoet@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 4BZQVQ6HBTz43Ns; Sun, 23 Aug 2020 19:36:30 +0000 (UTC) (envelope-from sunpoet@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 62521C6C7; Sun, 23 Aug 2020 19:36:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07NJaRS1071706; Sun, 23 Aug 2020 19:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07NJaRu2071705; Sun, 23 Aug 2020 19:36:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008231936.07NJaRu2071705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 23 Aug 2020 19:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545858 - head/devel/py-pipx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pipx X-SVN-Commit-Revision: 545858 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: Sun, 23 Aug 2020 19:36:35 -0000 Author: sunpoet Date: Sun Aug 23 19:36:26 2020 New Revision: 545858 URL: https://svnweb.freebsd.org/changeset/ports/545858 Log: Update to 0.15.5.0 Changes: https://github.com/pipxproject/pipx/blob/master/docs/changelog.md https://pipxproject.github.io/pipx/changelog/ Modified: head/devel/py-pipx/Makefile head/devel/py-pipx/distinfo Modified: head/devel/py-pipx/Makefile ============================================================================== --- head/devel/py-pipx/Makefile Sun Aug 23 19:36:21 2020 (r545857) +++ head/devel/py-pipx/Makefile Sun Aug 23 19:36:26 2020 (r545858) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pipx -PORTVERSION= 0.15.4.0 +PORTVERSION= 0.15.5.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.9.4<2.0:devel/py-argcomplete@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}userpath>=0:devel/py-userpath@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}userpath>=1.4.1:devel/py-userpath@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-pipx/distinfo ============================================================================== --- head/devel/py-pipx/distinfo Sun Aug 23 19:36:21 2020 (r545857) +++ head/devel/py-pipx/distinfo Sun Aug 23 19:36:26 2020 (r545858) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590696656 -SHA256 (pipx-0.15.4.0.tar.gz) = b90285a1c6eddf45ba4e48110b81d7c1e285b127e82fa99a61168937f98e5cb5 -SIZE (pipx-0.15.4.0.tar.gz) = 336489 +TIMESTAMP = 1598175230 +SHA256 (pipx-0.15.5.0.tar.gz) = 3363a9625d786b6effafaecaec9a569971639371d2afb32378788b3aee2538bf +SIZE (pipx-0.15.5.0.tar.gz) = 339754