From owner-dev-commits-ports-main@freebsd.org Mon Aug 2 20:49:25 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 A517367A8CF; Mon, 2 Aug 2021 20:49:25 +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 4Gdqqm5jcLz3KnG; Mon, 2 Aug 2021 20:49:24 +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 8B973261D2; Mon, 2 Aug 2021 20:49:24 +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 172KnOZd025782; Mon, 2 Aug 2021 20:49:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 172KnOmh025781; Mon, 2 Aug 2021 20:49:24 GMT (envelope-from git) Date: Mon, 2 Aug 2021 20:49:24 GMT Message-Id: <202108022049.172KnOmh025781@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 89d4a86d3787 - main - math/py-uncertainties: Update 3.1.5 -> 3.1.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 89d4a86d37878b65eac4e61ca22afea0a3417fa4 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: Mon, 02 Aug 2021 20:49:25 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=89d4a86d37878b65eac4e61ca22afea0a3417fa4 commit 89d4a86d37878b65eac4e61ca22afea0a3417fa4 Author: Yuri Victorovich AuthorDate: 2021-08-02 20:19:30 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-02 20:49:03 +0000 math/py-uncertainties: Update 3.1.5 -> 3.1.6 Reported by: portscout --- math/py-uncertainties/Makefile | 9 +++++++-- math/py-uncertainties/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/math/py-uncertainties/Makefile b/math/py-uncertainties/Makefile index de09902ab520..8c01aeacb51a 100644 --- a/math/py-uncertainties/Makefile +++ b/math/py-uncertainties/Makefile @@ -1,6 +1,5 @@ PORTNAME= uncertainties -DISTVERSION= 3.1.5 -PORTREVISION= 1 +DISTVERSION= 3.1.6 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +12,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} +TEST_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist + NO_ARCH= yes +do-test: + @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER} -v + .include diff --git a/math/py-uncertainties/distinfo b/math/py-uncertainties/distinfo index 0d09d0c1bac9..02a82049bb18 100644 --- a/math/py-uncertainties/distinfo +++ b/math/py-uncertainties/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605840380 -SHA256 (uncertainties-3.1.5.tar.gz) = 9122c1e7e074196883b4a7a946e8482807b2f89675cb5e3798b87e0608ede903 -SIZE (uncertainties-3.1.5.tar.gz) = 149411 +TIMESTAMP = 1627935297 +SHA256 (uncertainties-3.1.6.tar.gz) = 7c4db5aaafd227e95485b61fba5d235dc8133aeecd98f8fc1224c038ce063e2d +SIZE (uncertainties-3.1.6.tar.gz) = 158419