Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:01:10 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: 6d5b6d5ba718 - main - devel/py-aiobotocore: Update to 2.16.0
Message-ID:  <202412311601.4BVG1ApM084215@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=6d5b6d5ba7180c8fb9d5f291bb774f752a2c4692

commit 6d5b6d5ba7180c8fb9d5f291bb774f752a2c4692
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:48:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:48:01 +0000

    devel/py-aiobotocore: Update to 2.16.0
    
    Changes:        https://github.com/aio-libs/aiobotocore/releases
---
 devel/py-aiobotocore/Makefile                   |  6 +++---
 devel/py-aiobotocore/distinfo                   |  6 +++---
 devel/py-aiobotocore/files/patch-pyproject.toml | 12 ++++++------
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/devel/py-aiobotocore/Makefile b/devel/py-aiobotocore/Makefile
index 79b10de316ac..022e125f7ad2 100644
--- a/devel/py-aiobotocore/Makefile
+++ b/devel/py-aiobotocore/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aiobotocore
-PORTVERSION=	2.15.2
+PORTVERSION=	2.16.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9.2<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}aioitertools>=0.5.1<1.0.0:devel/py-aioitertools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}botocore>=1.35.0:devel/py-botocore@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}botocore>=1.35.16:devel/py-botocore@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wrapt>=1.10.10<2.0.0:devel/py-wrapt@${PY_FLAVOR}
 
 USES=		python
@@ -29,6 +29,6 @@ AWSCLI_DESC=	Use awscli
 BOTO3_DESC=	Use boto3
 
 AWSCLI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}awscli>=1.29.81:devel/py-awscli@${PY_FLAVOR}
-BOTO3_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1.35.0:www/py-boto3@${PY_FLAVOR}
+BOTO3_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto3>=1.35.16:www/py-boto3@${PY_FLAVOR}
 
 .include <bsd.port.mk>
diff --git a/devel/py-aiobotocore/distinfo b/devel/py-aiobotocore/distinfo
index 5edaa775c552..3c93bdf91875 100644
--- a/devel/py-aiobotocore/distinfo
+++ b/devel/py-aiobotocore/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728632316
-SHA256 (aiobotocore-2.15.2.tar.gz) = 9ac1cfcaccccc80602968174aa032bf978abe36bd4e55e6781d6500909af1375
-SIZE (aiobotocore-2.15.2.tar.gz) = 107035
+TIMESTAMP = 1735227842
+SHA256 (aiobotocore-2.16.0.tar.gz) = 6d6721961a81570e9b920b98778d95eec3d52a9f83b7844c6c5cfdbf2a2d6a11
+SIZE (aiobotocore-2.16.0.tar.gz) = 107433
diff --git a/devel/py-aiobotocore/files/patch-pyproject.toml b/devel/py-aiobotocore/files/patch-pyproject.toml
index 15a9533d7548..2a44d92c05c2 100644
--- a/devel/py-aiobotocore/files/patch-pyproject.toml
+++ b/devel/py-aiobotocore/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2024-10-09 13:09:02 UTC
+--- pyproject.toml.orig	2024-12-17 20:18:03 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -11,8 +11,8 @@
  dynamic = ["version", "readme"]
  
  dependencies = [
--    "botocore >=1.35.16, <1.35.37", # NOTE: When updating, always keep `project.optional-dependencies` aligned
-+    "botocore >=1.35.16", # NOTE: When updating, always keep `project.optional-dependencies` aligned
+-    "botocore >=1.35.74, <1.35.82", # NOTE: When updating, always keep `project.optional-dependencies` aligned
++    "botocore >=1.35.74", # NOTE: When updating, always keep `project.optional-dependencies` aligned
      "aiohttp >=3.9.2, <4.0.0",
      "wrapt >=1.10.10, <2.0.0",
      "aioitertools >=0.5.1, <1.0.0",
@@ -20,12 +20,12 @@
  
  [project.optional-dependencies]
  awscli = [
--    "awscli >=1.34.16, <1.35.3",
+-    "awscli >=1.36.15, <1.36.23",
 +    "awscli >=1.29.81",
  ]
  boto3 = [
--    "boto3 >=1.35.16, <1.35.37",
-+    "boto3 >=1.35.16",
+-    "boto3 >=1.35.74, <1.35.82",
++    "boto3 >=1.35.74",
  ]
  
  [project.urls]



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