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,35 +1,35 @@ PORTNAME= redshift-connector -PORTVERSION= 2.1.13 +PORTVERSION= 2.1.14 DISTVERSIONPREFIX= v CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Redshift interface library WWW= https://github.com/aws/amazon-redshift-python-driver LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} 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} \ ${PYTHON_PKGNAMEPREFIX}scramp>=1.2.0<1.5.0:security/py-scramp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= aws GH_PROJECT= amazon-redshift-python-driver .include 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.0