git: 919557bf9cd8 - main - devel/py-awscrt: Update to 0.19.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 10:35:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=919557bf9cd8fdef6b28e2ad7ac314935b16b6cc commit 919557bf9cd8fdef6b28e2ad7ac314935b16b6cc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 10:02:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 10:28:10 +0000 devel/py-awscrt: Update to 0.19.16 Changes: https://github.com/awslabs/aws-crt-python/releases --- devel/py-awscrt/Makefile | 2 +- devel/py-awscrt/distinfo | 6 +++--- devel/py-awscrt/files/patch-setup.py | 13 ++----------- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index c182a35003f0..029078c301c2 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.19.12 +PORTVERSION= 0.19.16 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index c8bffdd02989..46b6f4ff41f0 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699774530 -SHA256 (awscrt-0.19.12.tar.gz) = b24924c2d9926c6255e8c44124c7cd86efa958406e32407ba334e1f708b26153 -SIZE (awscrt-0.19.12.tar.gz) = 31643732 +TIMESTAMP = 1700759762 +SHA256 (awscrt-0.19.16.tar.gz) = ea80f988a11ea950070e34d4ba29e3db559182836255698669c4bda1168814a0 +SIZE (awscrt-0.19.16.tar.gz) = 31653575 diff --git a/devel/py-awscrt/files/patch-setup.py b/devel/py-awscrt/files/patch-setup.py index 765189d8e768..3520d69ac37f 100644 --- a/devel/py-awscrt/files/patch-setup.py +++ b/devel/py-awscrt/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2023-07-19 00:27:11 UTC +--- setup.py.orig 2023-11-22 00:46:47 UTC +++ setup.py @@ -14,7 +14,6 @@ import shutil import subprocess @@ -25,16 +25,7 @@ def awscrt_ext(): # fetch the CFLAGS/LDFLAGS from env extra_compile_args = os.environ.get('CFLAGS', '').split() -@@ -360,7 +349,7 @@ def awscrt_ext(): - # a proper MacOS Universal2 binary. The linker warns us about this, - # but WHATEVER. Building everything twice (x86_64 and arm64) takes too long. - if not is_macos_universal2(): -- extra_link_args += ['-Wl,-fatal_warnings'] -+ extra_link_args += ['-Wl,-fatal-warnings'] - - if sys.version_info >= (3, 11): - define_macros.append(('Py_LIMITED_API', '0x030B0000')) -@@ -410,6 +399,6 @@ setuptools.setup( +@@ -415,6 +404,6 @@ setuptools.setup( ], python_requires='>=3.7', ext_modules=[awscrt_ext()],