From owner-dev-commits-ports-all@freebsd.org Sat May 1 22:22:14 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 F07A763AC89; Sat, 1 May 2021 22:22:13 +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 4FXkHn3WV9z3DjN; Sat, 1 May 2021 22:22:13 +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 CD23F1F742; Sat, 1 May 2021 22:22:12 +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 141MMCvl082636; Sat, 1 May 2021 22:22:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 141MMC1K082635; Sat, 1 May 2021 22:22:12 GMT (envelope-from git) Date: Sat, 1 May 2021 22:22:12 GMT Message-Id: <202105012222.141MMC1K082635@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f836e9a82807 - main - devel/py-pytest-isort: Update to 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f836e9a82807b4fa1829412dc54ba5bf4b547bf8 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, 01 May 2021 22:22:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f836e9a82807b4fa1829412dc54ba5bf4b547bf8 commit f836e9a82807b4fa1829412dc54ba5bf4b547bf8 Author: Po-Chuan Hsieh AuthorDate: 2021-05-01 22:14:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-01 22:19:17 +0000 devel/py-pytest-isort: Update to 2.0.0 - Update WWW Changes: https://github.com/stephrdev/pytest-isort/blob/master/CHANGELOG.rst --- devel/py-pytest-isort/Makefile | 2 +- devel/py-pytest-isort/distinfo | 6 +++--- devel/py-pytest-isort/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pytest-isort/Makefile b/devel/py-pytest-isort/Makefile index 268de5ed0aa6..639302376af8 100644 --- a/devel/py-pytest-isort/Makefile +++ b/devel/py-pytest-isort/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pytest-isort -PORTVERSION= 1.3.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-isort/distinfo b/devel/py-pytest-isort/distinfo index 2f9c6df35d15..ccef95eed2b1 100644 --- a/devel/py-pytest-isort/distinfo +++ b/devel/py-pytest-isort/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665441 -SHA256 (pytest-isort-1.3.0.tar.gz) = 46a12331a701e2f21d48548b2828c8b0a7956dbf1cd5347163f537deb24332dd -SIZE (pytest-isort-1.3.0.tar.gz) = 7321 +TIMESTAMP = 1619725353 +SHA256 (pytest-isort-2.0.0.tar.gz) = 821a8c5c9c4f3a3c52cfa9c541fbe89ac9e28728125125af53724c4c3f129117 +SIZE (pytest-isort-2.0.0.tar.gz) = 7637 diff --git a/devel/py-pytest-isort/pkg-descr b/devel/py-pytest-isort/pkg-descr index 42da608d381b..95f49687c7e0 100644 --- a/devel/py-pytest-isort/pkg-descr +++ b/devel/py-pytest-isort/pkg-descr @@ -1,3 +1,3 @@ pytest-isort is a py.test plugin to check import ordering using isort. -WWW: https://github.com/moccu/pytest-isort +WWW: https://github.com/stephrdev/pytest-isort