Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2025 09:44:36 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: 7171967c90be - main - databases/py-mysql-connector-python: Update version 8.3.0=>9.4.0
Message-ID:  <202510010944.5919iaIk034716@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7171967c90bee95e850a3fabac623e01cacbf6c3

commit 7171967c90bee95e850a3fabac623e01cacbf6c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-10-01 09:23:17 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-10-01 09:44:23 +0000

    databases/py-mysql-connector-python: Update version 8.3.0=>9.4.0
    
    Changelog: https://github.com/mysql/mysql-connector-python/releases/tag/9.4.0
    
    PR:             289934
    Reported by:    patrik@hildingsson.se
---
 databases/py-mysql-connector-python/Makefile | 7 +++----
 databases/py-mysql-connector-python/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile
index 1fbc84c1a376..d94a249cf2c2 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.2.0
+DISTVERSION=	9.4.0
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -11,7 +11,6 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.1:devel/py-protobuf@${PY_FLAVOR}
 
 USES=		python
 USE_GITHUB=	yes
@@ -22,6 +21,8 @@ NO_ARCH=	yes
 
 PORTSCOUT=	skipv:init
 
+WRKSRC_SUBDIR=	${PORTNAME}
+
 OPTIONS_DEFINE=	COMPRESSION DNS GSSAPI
 
 COMPRESSION_DESC=	Compression Support
@@ -36,8 +37,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|"gcc"|"${CC}"|g ; \
 		s|"g++"|"${CXX}"|g' \
 		${WRKSRC}/cpydist/__init__.py
-	@${REINPLACE_CMD} -e 's|protobuf>=4.21.1,<=4.21.12|protobuf>=4.21.1|g' \
-		${WRKSRC}/setup.py
 
 do-test:
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./unittests.py)
diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo
index 9e14729b57a9..b89b6d0a4360 100644
--- a/databases/py-mysql-connector-python/distinfo
+++ b/databases/py-mysql-connector-python/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698407657
-SHA256 (mysql-mysql-connector-python-8.2.0_GH0.tar.gz) = 29a7cb0b24a4f5ccda597c211254db8377493e95e36ca4ee05b15dba6e9c6e78
-SIZE (mysql-mysql-connector-python-8.2.0_GH0.tar.gz) = 15137061
+TIMESTAMP = 1759311129
+SHA256 (mysql-mysql-connector-python-9.4.0_GH0.tar.gz) = 2e56eb87b5c10d79ac34d1e8a0b9b09f9a8feb25af71cdbb0406814decc2d3af
+SIZE (mysql-mysql-connector-python-9.4.0_GH0.tar.gz) = 15966524


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510010944.5919iaIk034716>