Date: Thu, 20 Jan 2022 10:42:41 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9d7b63f6d6d - main - databases/py-mysql-connector-python: Update version 8.0.27=>8.0.28 Message-ID: <202201201042.20KAgfjA044740@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9d7b63f6d6d9a1c3d75512180b640cca4e5daae commit d9d7b63f6d6d9a1c3d75512180b640cca4e5daae Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-01-20 10:40:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-01-20 10:42:32 +0000 databases/py-mysql-connector-python: Update version 8.0.27=>8.0.28 - Add OPTIONS:DNS COMPRESSION GSSAPI Relnotes: https://github.com/mysql/mysql-connector-python/releases/tag/8.0.28 --- databases/py-mysql-connector-python/Makefile | 21 ++++++++++++++++----- databases/py-mysql-connector-python/distinfo | 6 +++--- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 46a241418b79..ac65a0b845e6 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.27 +PORTVERSION= 8.0.28 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,16 +8,27 @@ COMMENT= MySQL driver written in Python LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.0.0:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes -USE_PYTHON= autoplist distutils - GH_ACCOUNT= mysql +USE_PYTHON= autoplist distutils NO_ARCH= yes + +PORTSCOUT= skipv:init + +OPTIONS_DEFINE= COMPRESSION DNS GSSAPI + +COMPRESSION_DESC= Compression Support +DNS_DESC= DNS Support + +COMPRESSION_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>2.1.6:archivers/py-lz4@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zstandard>0.12.0:archivers/py-zstandard@${PY_FLAVOR} +DNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython2>=1.16.0:dns/py-dnspython2@${PY_FLAVOR} +GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>1.6.14:security/py-gssapi@${PY_FLAVOR} + .include <bsd.port.pre.mk> PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo index bda0976bdaf8..8a7fa98a7aef 100644 --- a/databases/py-mysql-connector-python/distinfo +++ b/databases/py-mysql-connector-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635536295 -SHA256 (mysql-mysql-connector-python-8.0.27_GH0.tar.gz) = 4779bc931751148ebe1b734291f8c25ba4ebc63e79ac4eeb8a07351a91f8e438 -SIZE (mysql-mysql-connector-python-8.0.27_GH0.tar.gz) = 15202354 +TIMESTAMP = 1642674443 +SHA256 (mysql-mysql-connector-python-8.0.28_GH0.tar.gz) = 07875a40e218b435d775bc2278b7076bf750f7e986a710363f4d24163e037d86 +SIZE (mysql-mysql-connector-python-8.0.28_GH0.tar.gz) = 15209508
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201201042.20KAgfjA044740>