15
0

- Add createElement.patch to fix tests with fixed python interpreters

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=166
This commit is contained in:
2025-12-29 10:05:19 +00:00
committed by Git OBS Bridge
commit 74f4059fa8
15 changed files with 2318 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
Index: twisted-25.5.0/pyproject.toml
===================================================================
--- twisted-25.5.0.orig/pyproject.toml
+++ twisted-25.5.0/pyproject.toml
@@ -97,8 +97,8 @@ serial = [
]
http2 = [
- "h2 >= 3.2, < 5.0",
- "priority >= 1.1.0, < 2.0",
+ "h2 >= 3.2",
+ "priority >= 1.1.0",
]
websocket = [