summaryrefslogtreecommitdiff
path: root/devel/py-awscrt/files/patch-awscrt-__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-awscrt/files/patch-awscrt-__init__.py')
-rw-r--r--devel/py-awscrt/files/patch-awscrt-__init__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/py-awscrt/files/patch-awscrt-__init__.py b/devel/py-awscrt/files/patch-awscrt-__init__.py
new file mode 100644
index 000000000000..292f8dd8e792
--- /dev/null
+++ b/devel/py-awscrt/files/patch-awscrt-__init__.py
@@ -0,0 +1,11 @@
+--- awscrt/__init__.py.orig 2025-04-25 19:28:57 UTC
++++ awscrt/__init__.py
+@@ -13,7 +13,7 @@ __all__ = [
+ 'websocket',
+ ]
+
+-__version__ = '1.0.0.dev0'
++__version__ = '0.27.0'
+
+
+ class NativeResource: