From owner-dev-commits-ports-all@freebsd.org Sat Aug 21 05:56:37 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 4FE2066D40F; Sat, 21 Aug 2021 05:56:37 +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 4Gs76s0zn8z3mGJ; Sat, 21 Aug 2021 05:56:36 +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 CBB4A27B2F; Sat, 21 Aug 2021 05:56:36 +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 17L5uab3047074; Sat, 21 Aug 2021 05:56:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17L5uaB5047073; Sat, 21 Aug 2021 05:56:36 GMT (envelope-from git) Date: Sat, 21 Aug 2021 05:56:36 GMT Message-Id: <202108210556.17L5uaB5047073@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: f1ae1b5f4d30 - main - graphics/py-pyqtgraph: Update 0.12.1 -> 0.12.2 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: f1ae1b5f4d3082c17f5dfceb22d08030bf0a805e 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: Sat, 21 Aug 2021 05:56:37 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1ae1b5f4d3082c17f5dfceb22d08030bf0a805e commit f1ae1b5f4d3082c17f5dfceb22d08030bf0a805e Author: Yuri Victorovich AuthorDate: 2021-08-21 05:55:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-21 05:56:25 +0000 graphics/py-pyqtgraph: Update 0.12.1 -> 0.12.2 Reported by: portscout --- graphics/py-pyqtgraph/Makefile | 4 ++-- graphics/py-pyqtgraph/distinfo | 6 +++--- graphics/py-pyqtgraph/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile index 8223b687f1a2..75bcc247b4a6 100644 --- a/graphics/py-pyqtgraph/Makefile +++ b/graphics/py-pyqtgraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyqtgraph -DISTVERSION= 0.12.1 -PORTREVISION= 1 +DISTVERSION= 0.12.2 CATEGORIES= graphics science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ USE_PYTHON= autoplist distutils + NO_ARCH= yes .include diff --git a/graphics/py-pyqtgraph/distinfo b/graphics/py-pyqtgraph/distinfo index 12f90ff34a1c..e1d230eff3f4 100644 --- a/graphics/py-pyqtgraph/distinfo +++ b/graphics/py-pyqtgraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617814202 -SHA256 (pyqtgraph-0.12.1.tar.gz) = d2ef3b5289184fb48dfe5f44ccb58d9d64ffb5452fc524a2bd7a640a36b3874d -SIZE (pyqtgraph-0.12.1.tar.gz) = 899932 +TIMESTAMP = 1629525225 +SHA256 (pyqtgraph-0.12.2.tar.gz) = fd0cf0678267b65ec28fb4908a7393424978a8c4b369e5749daf8861478fa4ca +SIZE (pyqtgraph-0.12.2.tar.gz) = 961420 diff --git a/graphics/py-pyqtgraph/pkg-descr b/graphics/py-pyqtgraph/pkg-descr index 19c5375d1dae..25b2f6231956 100644 --- a/graphics/py-pyqtgraph/pkg-descr +++ b/graphics/py-pyqtgraph/pkg-descr @@ -4,4 +4,4 @@ applications. Despite being written entirely in python, the library is very fast due to its heavy leverage of numpy for number crunching and Qt's GraphicsView framework for fast display. -WWW: http://www.pyqtgraph.org/ +WWW: https://www.pyqtgraph.org/