Date: Sat, 1 May 2021 22:22:12 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f836e9a82807 - main - devel/py-pytest-isort: Update to 2.0.0 Message-ID: <202105012222.141MMC1K082635@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f836e9a82807b4fa1829412dc54ba5bf4b547bf8 commit f836e9a82807b4fa1829412dc54ba5bf4b547bf8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-01 22:14:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 <sunpoet@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105012222.141MMC1K082635>