diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 425bc92cda68..87c45bcbd8b9 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,45 +1,44 @@ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.31 -PORTREVISION= 1 +PORTVERSION= 8.0.32 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= MySQL driver written in Python WWW= https://dev.mysql.com/doc/connector-python/en LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.11.0:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_GITHUB= yes 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}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR} GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.9:security/py-gssapi@${PY_FLAVOR} .include PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} post-patch: @${REINPLACE_CMD} -e 's|"gcc"|"${CC}"|g ; \ s|"g++"|"${CXX}"|g' \ ${WRKSRC}/cpydist/__init__.py do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./unittests.py) .include diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo index b4dde5cd26e6..76ea528564d6 100644 --- a/databases/py-mysql-connector-python/distinfo +++ b/databases/py-mysql-connector-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668633034 -SHA256 (mysql-mysql-connector-python-8.0.31_GH0.tar.gz) = e6acf5ae9db404c714cf12d5588e074c8d30730a6054c873a8b9ff7641d464ec -SIZE (mysql-mysql-connector-python-8.0.31_GH0.tar.gz) = 15213063 +TIMESTAMP = 1675256265 +SHA256 (mysql-mysql-connector-python-8.0.32_GH0.tar.gz) = 42b951f50e11bd1d04f5b596d9e3c48a5a3379403e5b87ca082b621869eade2e +SIZE (mysql-mysql-connector-python-8.0.32_GH0.tar.gz) = 15250524 diff --git a/databases/py-mysql-connector-python/files/patch-setup.py b/databases/py-mysql-connector-python/files/patch-setup.py deleted file mode 100644 index eed82ebcacff..000000000000 --- a/databases/py-mysql-connector-python/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-01-17 19:32:28 UTC -+++ setup.py -@@ -139,7 +139,7 @@ setup( - ], - ext_modules=EXTENSIONS, - cmdclass=COMMAND_CLASSES, -- install_requires=["protobuf>=3.11.0,<=3.20.1"], -+ install_requires=["protobuf>=3.11.0"], - extras_require={ - "dns-srv": ["dnspython>=1.16.0,<=2.1.0"], - "compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.15.2"],