Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:18:59 GMT
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: 61179e065363 - main - net/py-s3transfer: Update to 0.8.2
Message-ID:  <202312012218.3B1MIxCw040866@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=61179e06536352f239c8c37dc7a95aae47368b4c

commit 61179e06536352f239c8c37dc7a95aae47368b4c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 22:02:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:47 +0000

    net/py-s3transfer: Update to 0.8.2
    
    Changes:        https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst
---
 net/py-s3transfer/Makefile | 4 ++--
 net/py-s3transfer/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile
index e727e5b30c3d..d490cbd0e7a9 100644
--- a/net/py-s3transfer/Makefile
+++ b/net/py-s3transfer/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	s3transfer
-PORTVERSION=	0.7.0
+PORTVERSION=	0.8.2
 CATEGORIES=	net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ WWW=		https://github.com/boto/s3transfer
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.12.36<2.0.0:devel/py-botocore@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}botocore>=1.33.2<2.0.0:devel/py-botocore@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils unittest
diff --git a/net/py-s3transfer/distinfo b/net/py-s3transfer/distinfo
index 1ad0d9ed761f..fea4410613f1 100644
--- a/net/py-s3transfer/distinfo
+++ b/net/py-s3transfer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696001390
-SHA256 (s3transfer-0.7.0.tar.gz) = fd3889a66f5fe17299fe75b82eae6cf722554edca744ca5d5fe308b104883d2e
-SIZE (s3transfer-0.7.0.tar.gz) = 132904
+TIMESTAMP = 1701363738
+SHA256 (s3transfer-0.8.2.tar.gz) = 368ac6876a9e9ed91f6bc86581e319be08188dc60d50e0d56308ed5765446283
+SIZE (s3transfer-0.8.2.tar.gz) = 139536



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