From owner-dev-commits-ports-all@freebsd.org Mon May 31 05:32:49 2021 Return-Path: Delivered-To: dev-commits-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 A535163EF96; Mon, 31 May 2021 05:32:49 +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 4FtkTF3wYCz3jCc; Mon, 31 May 2021 05:32:49 +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 6B4E526DF; Mon, 31 May 2021 05:32:49 +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 14V5WnQE037215; Mon, 31 May 2021 05:32:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14V5WnBj037214; Mon, 31 May 2021 05:32:49 GMT (envelope-from git) Date: Mon, 31 May 2021 05:32:49 GMT Message-Id: <202105310532.14V5WnBj037214@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Guangyuan Yang Subject: git: 67b6c1736054 - 2021Q2 - net/py-speedtest-cli: update to 2.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q2 X-Git-Reftype: branch X-Git-Commit: 67b6c1736054d19c72974e203bc58ebe9ec758a2 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2021 05:32:49 -0000 The branch 2021Q2 has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b6c1736054d19c72974e203bc58ebe9ec758a2 commit 67b6c1736054d19c72974e203bc58ebe9ec758a2 Author: Nicola Vitale AuthorDate: 2021-04-12 14:50:43 +0000 Commit: Guangyuan Yang CommitDate: 2021-05-31 05:28:22 +0000 net/py-speedtest-cli: update to 2.1.3 v2.1.3 includes a runtime fix [1], without which the port is not usable, hence it needs to be MFH'ed. [1]: https://github.com/sivel/speedtest-cli/pull/769 Changes: https://github.com/sivel/speedtest-cli/releases/tag/v2.1.3 PR: 254906, 256181 MFH Approved by: lwhsu (mentor), portmgr (blanket, runtime fix) (cherry picked from commit ee9e5cfd9328ecd7cc0aec2db0c0e8c086ade442) --- net/py-speedtest-cli/Makefile | 4 ++-- net/py-speedtest-cli/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/py-speedtest-cli/Makefile b/net/py-speedtest-cli/Makefile index 71ec1449591d..6c7e74787c7d 100644 --- a/net/py-speedtest-cli/Makefile +++ b/net/py-speedtest-cli/Makefile @@ -1,7 +1,7 @@ # Created by: Nicola Vitale PORTNAME= speedtest-cli -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.3 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Command line interface for testing internet bandwidth LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/net/py-speedtest-cli/distinfo b/net/py-speedtest-cli/distinfo index 1fc01c817cb0..3c00ddfdfc75 100644 --- a/net/py-speedtest-cli/distinfo +++ b/net/py-speedtest-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590161644 -SHA256 (speedtest-cli-2.1.2.tar.gz) = cf1d386222f94c324e3125ba9a0d187e46d4a13dca08c023bdb9a23096be2e54 -SIZE (speedtest-cli-2.1.2.tar.gz) = 24365 +TIMESTAMP = 1617949911 +SHA256 (speedtest-cli-2.1.3.tar.gz) = 5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d413d90f0 +SIZE (speedtest-cli-2.1.3.tar.gz) = 24721