Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 05:32:49 GMT
From:      Guangyuan Yang <ygy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 67b6c1736054 - 2021Q2 - net/py-speedtest-cli: update to 2.1.3
Message-ID:  <202105310532.14V5WnBj037214@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by ygy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=67b6c1736054d19c72974e203bc58ebe9ec758a2

commit 67b6c1736054d19c72974e203bc58ebe9ec758a2
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2021-04-12 14:50:43 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
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 <nivit@FreeBSD.org>
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105310532.14V5WnBj037214>