Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:02:00 +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: f5b7f83a3ba2 - main - databases/py-redshift-connector: Update to 2.1.13
Message-ID:  <69e3ff58.33ac6.71cb7b8f@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=f5b7f83a3ba28d8493655f7d95328c2de9f3f228

commit f5b7f83a3ba28d8493655f7d95328c2de9f3f228
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:23:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:51:36 +0000

    databases/py-redshift-connector: Update to 2.1.13
    
    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                    |  6 +++---
 databases/py-redshift-connector/distinfo                    |  6 +++---
 .../py-redshift-connector/files/patch-requirements.txt      | 13 ++++++++-----
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/databases/py-redshift-connector/Makefile b/databases/py-redshift-connector/Makefile
index aa48ec8a5e68..759afce5502a 100644
--- a/databases/py-redshift-connector/Makefile
+++ b/databases/py-redshift-connector/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	redshift-connector
-PORTVERSION=	2.1.11
+PORTVERSION=	2.1.13
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ 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.7.0<5.0.0:www/py-beautifulsoup@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201<2.0.0:www/py-boto3@${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}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
diff --git a/databases/py-redshift-connector/distinfo b/databases/py-redshift-connector/distinfo
index 285a8c8e5436..2c2b8811146e 100644
--- a/databases/py-redshift-connector/distinfo
+++ b/databases/py-redshift-connector/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771421526
-SHA256 (aws-amazon-redshift-python-driver-v2.1.11_GH0.tar.gz) = 654793300425fd3c6ef9d12e633763a3f5f4a063131af6cb6bb62f109933c0c2
-SIZE (aws-amazon-redshift-python-driver-v2.1.11_GH0.tar.gz) = 389052
+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
diff --git a/databases/py-redshift-connector/files/patch-requirements.txt b/databases/py-redshift-connector/files/patch-requirements.txt
index 2548d97cfd6a..4fae00c5d8f8 100644
--- a/databases/py-redshift-connector/files/patch-requirements.txt
+++ b/databases/py-redshift-connector/files/patch-requirements.txt
@@ -1,10 +1,13 @@
---- requirements.txt.orig	2025-11-19 00:47:17 UTC
+--- requirements.txt.orig	2026-03-31 00:55:52 UTC
 +++ requirements.txt
-@@ -3,7 +3,7 @@ requests>=2.23.0,<3.0.0
- beautifulsoup4>=4.7.0,<5.0.0
- boto3>=1.9.201,<2.0.0
+@@ -1,9 +1,9 @@ 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.0
+-lxml>=4.6.5,<=6.0.2
 +lxml>=4.6.5
  botocore>=1.12.201,<2.0.0
  packaging


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff58.33ac6.71cb7b8f>