Date: Mon, 28 Feb 2022 12:51:58 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: d113c68917fe - main - devel/py-mypy-protobuf: Update to 3.2.0 Message-ID: <202202281251.21SCpwEi063808@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=d113c68917fe8b87f1a5cdd3cfad2d66d6a1da09 commit d113c68917fe8b87f1a5cdd3cfad2d66d6a1da09 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-02-28 09:34:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-02-28 12:46:15 +0000 devel/py-mypy-protobuf: Update to 3.2.0 - Update WWW Changes: https://github.com/nipunn1313/mypy-protobuf/blob/main/CHANGELOG.md --- devel/py-mypy-protobuf/Makefile | 6 +++--- devel/py-mypy-protobuf/distinfo | 6 +++--- devel/py-mypy-protobuf/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-mypy-protobuf/Makefile b/devel/py-mypy-protobuf/Makefile index 4e216bf155e9..66c66abb2244 100644 --- a/devel/py-mypy-protobuf/Makefile +++ b/devel/py-mypy-protobuf/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= mypy-protobuf -PORTVERSION= 2.10 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Generate mypy stub files from protobuf specs LICENSE= APACHE20 RUN_DEPENDS= protobuf>=3.17.3,1:devel/protobuf \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.17.3,1:devel/py-protobuf@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.17.4:devel/py-types-protobuf@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.3,1:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-protobuf>=3.19.5:devel/py-types-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-mypy-protobuf/distinfo b/devel/py-mypy-protobuf/distinfo index ec185d555e64..a442fb91d7e7 100644 --- a/devel/py-mypy-protobuf/distinfo +++ b/devel/py-mypy-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632037098 -SHA256 (mypy-protobuf-2.10.tar.gz) = 1fed214e16351b09946770794a321a818abb744078b1d863a479da070028684c -SIZE (mypy-protobuf-2.10.tar.gz) = 21839 +TIMESTAMP = 1643971070 +SHA256 (mypy-protobuf-3.2.0.tar.gz) = 730aa15337c38f0446fbe08f6c6c2370ee01d395125369d4b70e08b1e2ee30ee +SIZE (mypy-protobuf-3.2.0.tar.gz) = 22899 diff --git a/devel/py-mypy-protobuf/pkg-descr b/devel/py-mypy-protobuf/pkg-descr index 07f1c5b6fb95..e59eff8d7798 100644 --- a/devel/py-mypy-protobuf/pkg-descr +++ b/devel/py-mypy-protobuf/pkg-descr @@ -1,4 +1,4 @@ mypy-protobuf generates mypy stub files from protobuf specs. protoc-gen-mypy is a python implementation of the plugin. -WWW: https://github.com/dropbox/mypy-protobuf +WWW: https://github.com/nipunn1313/mypy-protobuf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202281251.21SCpwEi063808>