git: 26201d8f673b - main - devel/py-awscrt: Update to 0.27.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 10:00:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=26201d8f673bad67554aa4a686793f9ea8c81c19
commit 26201d8f673bad67554aa4a686793f9ea8c81c19
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-25 09:31:34 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-25 09:52:31 +0000
devel/py-awscrt: Update to 0.27.2
Changes: https://github.com/awslabs/aws-crt-python/releases
---
devel/py-awscrt/Makefile | 2 +-
devel/py-awscrt/distinfo | 6 +++---
devel/py-awscrt/files/patch-pyproject.toml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile
index c65f8e7868c9..8afba773ac9e 100644
--- a/devel/py-awscrt/Makefile
+++ b/devel/py-awscrt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= awscrt
-PORTVERSION= 0.27.1
+PORTVERSION= 0.27.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo
index eb8fc82ea07c..c6651f489af9 100644
--- a/devel/py-awscrt/distinfo
+++ b/devel/py-awscrt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747546494
-SHA256 (awscrt-0.27.1.tar.gz) = fceb989c91001934c7a764e5c0ba68d7cbd339e054260dc35291f3245b8859cb
-SIZE (awscrt-0.27.1.tar.gz) = 36843962
+TIMESTAMP = 1747715350
+SHA256 (awscrt-0.27.2.tar.gz) = 0c960bc48de60f11ba8c9b32ce1a1ea4985df10b665e0a430cc2f90a32226fb0
+SIZE (awscrt-0.27.2.tar.gz) = 37516253
diff --git a/devel/py-awscrt/files/patch-pyproject.toml b/devel/py-awscrt/files/patch-pyproject.toml
index 50d9fde94c87..be9cc64ff016 100644
--- a/devel/py-awscrt/files/patch-pyproject.toml
+++ b/devel/py-awscrt/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
---- pyproject.toml.orig 2025-03-14 16:53:45 UTC
+--- pyproject.toml.orig 2025-05-13 17:10:57 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
- "setuptools>=75.3.1",
+ "setuptools>=61",
- "wheel>=0.45.1", # used by our setup.py
+ "wheel>=0.45.1", # used by our setup.py
]
build-backend = "setuptools.build_meta"