diff options
Diffstat (limited to 'devel/py-awscrt')
-rw-r--r-- | devel/py-awscrt/Makefile | 2 | ||||
-rw-r--r-- | devel/py-awscrt/distinfo | 6 | ||||
-rw-r--r-- | 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..d15ffb71bae0 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.27.1 +PORTVERSION= 0.27.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index eb8fc82ea07c..ec3e99804f10 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 = 1755062490 +SHA256 (awscrt-0.27.5.tar.gz) = d93604bb395dd7db37696bcbb470ed2bd13f720484c6c4c9f46cf3a68205f719 +SIZE (awscrt-0.27.5.tar.gz) = 37653630 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" |