Date: Thu, 21 May 2026 15:05:14 +0000 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: 00b52c32d1e0 - main - databases/py-redshift-connector: Update to 2.1.14 Message-ID: <6a0f1f2a.4421e.74ecdbe6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=00b52c32d1e0e01da3b22b6dd27f485ce957683a commit 00b52c32d1e0e01da3b22b6dd27f485ce957683a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-21 14:51:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-21 14:51:06 +0000 databases/py-redshift-connector: Update to 2.1.14 Changes: https://github.com/aws/amazon-redshift-python-driver/releases https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md --- databases/py-redshift-connector/Makefile | 4 ++-- databases/py-redshift-connector/distinfo | 6 +++--- databases/py-redshift-connector/files/patch-requirements.txt | 10 +++------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/databases/py-redshift-connector/Makefile b/databases/py-redshift-connector/Makefile index 759afce5502a..4012049ae2a9 100644 --- a/databases/py-redshift-connector/Makefile +++ b/databases/py-redshift-connector/Makefile @@ -1,5 +1,5 @@ PORTNAME= redshift-connector -PORTVERSION= 2.1.13 +PORTVERSION= 2.1.14 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.13.4<5.0.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>=1.42.22<2.0.0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.201<2.0.0:devel/py-botocore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>=4.6.5:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=6.1.0<7.0.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} \ diff --git a/databases/py-redshift-connector/distinfo b/databases/py-redshift-connector/distinfo index 2c2b8811146e..2571493b7856 100644 --- a/databases/py-redshift-connector/distinfo +++ b/databases/py-redshift-connector/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775587208 -SHA256 (aws-amazon-redshift-python-driver-v2.1.13_GH0.tar.gz) = e20966e9319060e700acb40e33553c02be61d1d5a660be93d58256ae101771ee -SIZE (aws-amazon-redshift-python-driver-v2.1.13_GH0.tar.gz) = 404857 +TIMESTAMP = 1779222926 +SHA256 (aws-amazon-redshift-python-driver-v2.1.14_GH0.tar.gz) = a99b1cb664c5d62b766ca65e148e6a675f26ada6720ef796e12b26aa42c3d1a5 +SIZE (aws-amazon-redshift-python-driver-v2.1.14_GH0.tar.gz) = 412173 diff --git a/databases/py-redshift-connector/files/patch-requirements.txt b/databases/py-redshift-connector/files/patch-requirements.txt index 4fae00c5d8f8..9e106398ed8b 100644 --- a/databases/py-redshift-connector/files/patch-requirements.txt +++ b/databases/py-redshift-connector/files/patch-requirements.txt @@ -1,14 +1,10 @@ ---- requirements.txt.orig 2026-03-31 00:55:52 UTC +--- requirements.txt.orig 2026-05-18 20:07:29 UTC +++ requirements.txt -@@ -1,9 +1,9 @@ pytz>=2020.1 +@@ -1,6 +1,6 @@ pytz>=2020.1 scramp>=1.2.0,<1.5.0 pytz>=2020.1 -beautifulsoup4>=4.13.5,<5.0.0 +beautifulsoup4>=4.13.4,<5.0.0 boto3>=1.42.22,<2.0.0 requests>=2.23.0,<3.0.0 --lxml>=4.6.5,<=6.0.2 -+lxml>=4.6.5 - botocore>=1.12.201,<2.0.0 - packaging - setuptools + lxml>=6.1.0,<7.0.0home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0f1f2a.4421e.74ecdbe6>
